arla on FreeBSD 6 or 7?

Gernot.Hueber@infineon.com Gernot.Hueber at infineon.com
Sun Jan 20 11:42:36 CET 2008


Dear Scott,

Thanks for your advice, I did already try that (heimdal-1.0.1 from the ports). But still, I am out of success?!

Best regards,

Gernot

maxwell# ./configure --with-krb5=/usr/local
[...]
checking if ndbm is implemented with db... yes^M
checking for kerberos5 libraries in -L/usr/local/lib -lkrb5 -lhx509 -lcom_err -lhcrypto -lasn1 -lroken -lcrypt ... found^M
checking for kerberos5 headers in -I/usr/local/include  ... found^M
checking for kerberos4 libraries in ... not found^M
checking for kerberos4 libraries in /usr/athena/lib... not found
checking for kerberos4 libraries in /usr/kerberos/lib... not found^M
checking for kerberos4 libraries in /usr/lib... not found^M
checking for kerberos4 libraries in /usr/kerberos/lib... not found^M
checking for kerberos4 libraries in /usr/lib... not found^M
checking for kerberos4 libraries in /usr/local/lib... not found^M
checking for kerberos4 headers in ... not found^M
checking for kerberos4 headers in kerberos... not found^M
checking for kerberos4 headers in kerberosIV... not found^M
checking for kerberos4 headers in ... not found^M
checking for kerberos4 headers in kerberos... not found^M
checking for kerberos4 headers in kerberosIV... not found^M
checking for kerberos4 headers in /usr/include... not found^M
checking for kerberos4 headers in /usr/include/kerberos... not found^M
checking for kerberos4 headers in /usr/include/kerberosIV... not found^M
checking for kerberos4 headers in /usr/athena/include... not found^M
checking for kerberos4 headers in /usr/athena/include/kerberos... not found^M
checking for kerberos4 headers in /usr/athena/include/kerberosIV... not found^M
checking for kerberos4 headers in /usr/kerberos/include... not found^M
checking for kerberos4 headers in /usr/kerberos/include/kerberos... not found^M
checking for kerberos4 headers in /usr/kerberos/include/kerberosIV...
not found^M
checking for kerberos4 headers in /usr/include/kerberos... not found^M
checking for kerberos4 headers in /usr/include/kerberos/kerberos... not found^M
checking for kerberos4 headers in /usr/include/kerberos/kerberosIV...
not found^M
checking for kerberos4 headers in /usr/local/include... not found^M
checking for kerberos4 headers in /usr/local/include/kerberos... not found^M
checking for kerberos4 headers in /usr/local/include/kerberosIV... not found^M
checking for libkafs/libkrbafs... yes^M
checking getarg.h usability... yes^M c
[...]

maxwell# make
[...]
/usr/local/bin/bash ../libtool --tag=CC    --mode=compile gcc
-DHAVE_CONFIG_H -I. -I../include -I../include  -I/usr/local/include
-I../include -I./../include -I/usr/local/include   -I./..     -DINET6 -g
-Wall -Wmissing-prototypes -Wpointer-arith -Wmissing-declarations -Wnested-externs -c -o fs.ss.lo fs.ss.c^M  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/local/include -I../include -I./../include -I/usr/local/include -I./.. -DINET6 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wmissing-declarations -Wnested-externs -c fs.ss.c -o fs.ss.o^M In file included from fs.h:7,^M
                 from fs.ss.c:2:^M
../include/fs_errors.h: In function `conv_to_arla_errno':^M
../include/fs_errors.h:102: error: `RX_MIN_ERROR' undeclared (first use in this function)^M
../include/fs_errors.h:102: error: (Each undeclared identifier is reported only once^M
../include/fs_errors.h:102: error: for each function it appears in.)^M
../include/fs_errors.h:102: error: `RX_MAX_ERROR' undeclared (first use in this function)^M In file included from fs.ss.c:2:^M
fs.h: At top level:^M
fs.h:290: error: redefinition of `struct afsUUID'^M
fs.h:298: error: redefinition of typedef 'afsUUID'^M
/usr/local/include/afs/stds.h:263: error: previous declaration of 'afsUUID' was here^M
fs.ss.c: In function `ydr_ps_RXAFS_FetchData':^M
fs.ss.c:66: warning: passing arg 2 of `rx_ReadProc' from incompatible pointer type^M
fs.ss.c:71: warning: passing arg 2 of `rx_ReadProc' from incompatible pointer type^M
fs.ss.c:76: warning: passing arg 2 of `rx_ReadProc' from incompatible pointer type^M
fs.ss.c:81: warning: passing arg 2 of `rx_ReadProc' from incompatible pointer type^M
fs.ss.c:86: warning: passing arg 2 of `rx_ReadProc' from incompatible pointer type^M
fs.ss.c:94: warning: passing arg 2 of `rx_WriteProc' from incompatible pointer type^M
fs.ss.c:99: warning: passing arg 2 of `rx_WriteProc' from incompatible pointer type^M
[...]
-----Original Message-----
From: Scott Peshak [mailto:speshak at randomscrews.net]
Sent: Friday, January 18, 2008 8:04 PM
To: Hueber Gernot (DICE RF-CE IN)
Cc: arla-drinkers at stacken.kth.se
Subject: Re: arla on FreeBSD 6 or 7?


On Jan 18, 2008, at 1:03 AM, <Gernot.Hueber at infineon.com> <Gernot.Hueber at infineon.com  > wrote:

> Dear Alec,
>
> Unfortunately I was not that lucky. I tried on FreeBSD 6.2, with
> heimdal-0-8-branch
>
> Best regards,
>
> Gernot
>

I just installed on 6.2 last night. (using heimdal 1.0.x from ports)
You might want to try forcing configure to use the krb5 libs in /usr/
local:
./configure --with-krb5=/usr/local

This made that error go away when I got it.

-- scott
>
>
> [...]
> . -I../include -I./../include -I../rxdef -I.. -I./..
> -I/usr/heimdal/include -I/usr/heimdal/include -DAFS_HCRYPTO -DINET6 -g
> -Wall -Wmissing-prototypes -Wpointer-arith -Wmissing-declarations
> -Wnested-externs -c rxgk_common.c -o rxgk_common.orxgk_common.c: In
> function `rxgk_derive_k0':
> rxgk_common.c:131: warning: implicit declaration of function
> `gss_pseudo_random'rxgk_common.c:131: warning: nested extern
> declaration of `gss_pseudo_random'
> rxgk_common.c:131: error: `GSS_C_PRF_KEY_FULL' undeclared (first use
> in this function)
> rxgk_common.c:131: error: (Each undeclared identifier is reported only
> once
> rxgk_common.c:131: error: for each function it appears in.)
> *** Error code 1
>
> Stop in /usr/home/ghue/src/arla/rxgk.
> *** Error code 1
>
> Stop in /usr/home/ghue/src/arla.
>
>
> -----Original Message-----
> From: arla-drinkers-bounces at stacken.kth.se
> [mailto:arla-drinkers-bounces at stacken.kth.se] On Behalf Of Alec Kloss
> Sent: Friday, January 18, 2008 4:19 AM
> To: Michael Sperber
> Cc: arla-drinkers at stacken.kth.se
> Subject: Re: arla on FreeBSD 6 or 7?
>
> I've been kicking around a cvs checkout from a week ago on FreeBSD
> 6.3-PRERELEASE and it seems pretty stable to me, probably more so than
> 0.43 on 5.5 is.  I guess I'll voluteer to build a FreeBSD port of a
> snapshot of the current arla sources.  I'd like a little feedback from
> other users though, to insure the port is well-accepted (ie so I'm not
> wasting my time).
>
> I've installed arla on FreeBSD just about every different way
> imaginable, and I've found I prefer this:
>
>       --prefix=/usr/local/arla
>       --with-sysconfdir=/usr/local/etc
>       --with-arlacachedir=/var/vice/cache
>
> I then like to install the OpenAFS binaries into /usr/local as they're
> almost always more complete than the arla ones, and this way you can
> have a client and a server running simulatenously.
>
> Any thoughts?
>
> --
> Alec Kloss  alec at SetFilePointer.com   IM: angryspamhater at yahoo.com
> PGP key at http://pgp.mit.edu:11371/pks/lookup?
> op=get&search=0xA241980E
> "No Bunny!" -- Simon, from Frisky Dingo
> _______________________________________________
> Arla-drinkers mailing list
> Arla-drinkers at stacken.kth.se
> https://lists.stacken.kth.se/mailman/listinfo/arla-drinkers



More information about the Arla-drinkers mailing list