From owner-freebsd-ports Mon Nov 8 9:36:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from poseidon.student.umd.edu (poseidon.student.umd.edu [129.2.220.99]) by hub.freebsd.org (Postfix) with ESMTP id 425F714BF7 for ; Mon, 8 Nov 1999 09:36:06 -0800 (PST) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (localhost [127.0.0.1]) by poseidon.student.umd.edu (8.9.3/8.9.3) with ESMTP id MAA00589; Mon, 8 Nov 1999 12:35:27 -0500 (EST) (envelope-from bfoz@glue.umd.edu) Message-ID: <382709DF.829E51DF@glue.umd.edu> Date: Mon, 08 Nov 1999 12:35:27 -0500 From: Brandon Fosdick X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD mailing list Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ARLA(afs) not working. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FreeBSD mailing list wrote: > > the arla port is not working. > It does not compile. > I also tryed new versions like the 0.27 but it does not work as well. > Anyonw could fix this problem ? > I know that it runs on OpenBSD. > thanks I can't get it working either. I can get 0.27 to compile on 3.3-S, but it takes some hacking. Even then i can't get it to run. I don't know how to get xfs set up. Here's what i did to get it to compile(sorry, no patch yet): Delete patches/patch-aa Delete patches/patch-ac make configure in work/arla-0.27/include/kafs.h line 179: int krb_afslog_uid __P((const char *cell, const char *realm, uid_t uid)); change to: int k_afsklog_uid __P((const char *cell, const char *realm, uid_t uid)); line 182: #define k_afsklog_uid krb_afslog_uid change to: #define krb_afslog_uid k_afsklog_uid That should get it to compile and install. But I still don't know how to get it running. I'm told that it works, I just can't make it happen. -Brandon bfoz@glue.umd.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message