[801] in arla-drinkers
Re: arla rpms for redhat 6.0?
daemon@ATHENA.MIT.EDU (Greg Stark)
Sat May 1 14:08:48 1999
From owner-arla-drinkers@stacken.kth.se Sat May 01 18:08:47 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 19457 invoked from network); 1 May 1999 18:08:47 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 1 May 1999 18:08:47 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id UAA22918
for arla-drinkers-list; Sat, 1 May 1999 20:02:59 +0200 (MET DST)
Received: from sparkle.Generation.NET (sparkle.Generation.NET [205.205.119.4])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id UAA22914
for <arla-drinkers@stacken.kth.se>; Sat, 1 May 1999 20:02:52 +0200 (MET DST)
Received: from localhost (brnstndkramden.acf.nyu.edu@x2-341.mtl.Generation.NET [209.205.10.249])
by sparkle.Generation.NET (8.8.7/8.8.7) with SMTP id OAA26802;
Sat, 1 May 1999 14:02:51 -0400 (EDT)
To: Alex Martin <A.J.Martin@qmw.ac.uk>
Cc: Jim Nance <jim_nance@yahoo.com>, arla-drinkers@stacken.kth.se
Subject: Re: arla rpms for redhat 6.0?
References: <19990429173031.29819.rocketmail@web201.mail.yahoo.com> <99043010085400.12587@heppcb.ph.qmw.ac.uk>
From: Greg Stark <gsstark@mit.edu>
In-Reply-To: Alex Martin's message of "Fri, 30 Apr 1999 09:48:32 +0100"
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=NIL
Date: 01 May 1999 14:02:46 -0400
Message-ID: <87iuacoegp.fsf@mit.edu>
Lines: 36
X-Mailer: Gnus v5.5/Emacs 20.3
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Alex Martin <A.J.Martin@qmw.ac.uk> writes:
>
> Hi Jim,
> I would be completely in favour of sorting out
> a standard set of RedHat/FHS complaint RPMS. As I
> understand it there are essentially two opts:
>
> 1) Treat arla and krb4 as optional system components
> and put them under /opt.
>
> 2) Place the components seperately in the /usr
> hierarchy i.e. /usr/bin, /usr/sbin, /usr/etc and /usr/lib
> as appropriate. The cache should be under /var.
>
> I suspect RH would do the latter, if they were ever
> to include arla in its distribution. I think either would
> also allow one to have the transarc product
> installed, which might be useful. Comments?
Option 2 is what I did for the Debian packages. I didn't really have a choice
since Debian considers any package in its archive to be part of the system,
not a "third party" package suitable for /opt. In fact merely including "/afs"
is picked up as a FHS violation by the QA tool, I think I'll have to ask for
an exception for it though since I can't imagine moving it.
The paths I used were:
./configure --prefix=/usr --sysconfdir=/etc
--with-arlacachedir=/var/cache/arla --with-arlaconffile=/etc/arla.conf
I think the updated 0.23 packages have even made it to the archive now. I'm
not sure if they work with the libc2.1 packages though because of the getcwd
weirdness. (I don't have glibc2.1 installed here.)
greg