FW: FYI: Arla and OSX 10.2
Thomas Jordan
jordant at fnal.gov
Fri Aug 30 21:22:36 CEST 2002
------ Forwarded Message
> From: Thomas Jordan <jordant at fnal.gov>
> Date: Fri, 30 Aug 2002 14:04:00 -0500
> To: Alexandra Ellwood <lxs at mit.edu>
> Cc: Massimo Marino <Massimo_Marino at lbl.gov>
> Subject: Re: FYI: Arla and OSX 10.2
>
> Hello lxs,
>
> I downed a copy of krbafs-1.1 this am and it seemed to work on my OSX 10.2. It
> must have been ~10 a.m. your time. The output of config and make are below. I
> have also the krb extras for OSX 10.2.
>
> So, did I get a clean copy (unlikely), or
> did my earlier install of the extras help or
> did this really not work as I believe it did?
>
> My aklog and klog in /usr/arla/bin are broken.
>
> tom
>
> *********************
> Session below:
> *********************
> [d-5810-lss:~/downloads] jordant% cd krbafs-1.1
> [d-5810-lss:~/downloads/krbafs-1.1] jordant% ls
> ChangeLog afslib.c config.h.in krbafs.cat3 resolve.h
> Makefile afslib.exp config.log krbafs.exp resolve.o
> Makefile.in afssys.c config.status krbafs.exp.in str2key.c
> README.dlfcn afssys.o config.sub krbafs.h str2key.o
> acconfig.h afssysdefs.h configure krbafs_locl.h strlcpy.c
> aclocal.m4 common.c configure.in libkrbafs.dylib strlcpy.o
> afskrb.c common.o dlfcn.c lifetime.c strtok_r.c
> afskrb.o config.cache dlfcn.h lifetime.o strtok_r.o
> afskrb5.c config.guess install-sh mkinstalldirs
> afsl.exp config.h krbafs.3 resolve.c
> [d-5810-lss:~/downloads/krbafs-1.1] jordant% ./configure && make
> loading cache ./config.cache
> checking host system type... powerpc-apple-darwin6.0
> checking whether make sets ${MAKE}... (cached) yes
> checking for ln -s or something else... (cached) ln -s
> checking for gcc... (cached) gcc
> checking whether the C compiler (gcc -g) works... yes
> checking whether the C compiler (gcc -g) is a cross-compiler... no
> checking whether we are using GNU C... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking how to run the C preprocessor... (cached) gcc -E -traditional-cpp
> checking for POSIXized ISC... no
> checking for ranlib... (cached) ranlib
> checking for a BSD compatible install... (cached) /usr/bin/install -c
> checking for socks... no
> checking for Kerberos headers... yes, in /usr/include
> checking whether byte ordering is bigendian... (cached) yes
> checking for inline... (cached) inline
> checking for working const... (cached) yes
> checking for NEXTSTEP... (cached) no
> checking for AIX... (cached) no
> checking size of long... (cached) 4
> checking size of int... (cached) 4
> checking for socket... (cached) yes
> checking for gethostbyname... (cached) yes
> checking for gethostname... (cached) yes
> checking for unistd.h... (cached) yes
> checking for getpagesize... (cached) yes
> checking for working mmap... (cached) yes
> checking for working alloca.h... (cached) no
> checking for alloca... (cached) yes
> checking for memmove... (cached) yes
> checking for putenv... (cached) yes
> checking for setenv... (cached) yes
> checking for unsetenv... (cached) yes
> checking for strtok_r... (cached) no
> checking for strlcpy... (cached) no
> checking for strdup... (cached) yes
> checking for res_search... (cached) yes
> checking for dn_expand... (cached) yes
> checking for random... (cached) yes
> checking for initstate... (cached) yes
> checking for setstate... (cached) yes
> checking for afs_string_to_key... (cached) yes, in -ldes425
> checking for krb_time_to_life... (cached) yes, in -lkrb4
> checking for krb_life_to_time... (cached) yes, in -lkrb4
> checking for krb_atime_to_life... (cached) no
> checking for krb_life_to_atime... (cached) no
> checking for krb524_convert_creds_kdc_ccache... (cached) no
> checking for krb524_convert_creds_kdc... (cached) no
> checking for ANSI C header files... (cached) yes
> checking for arpa/nameser.h... (cached) yes
> checking for arpa/inet.h... (cached) yes
> checking for crypt.h... (cached) no
> checking for netdb.h... (cached) yes
> checking for netinet/in.h... (cached) yes
> checking for resolv.h... (cached) yes
> checking for sys/bitypes.h... (cached) no
> checking for sys/cdefs.h... (cached) yes
> checking for sys/filio.h... (cached) yes
> checking for sys/ioccom.h... (cached) yes
> checking for sys/ioctl.h... (cached) yes
> checking for afs/param.h... (cached) no
> checking for sys/param.h... (cached) yes
> checking for sys/socket.h... (cached) yes
> checking for sys/syscall.h... (cached) yes
> checking for sys/types.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys_siglist declaration in signal.h or unistd.h... (cached) yes
> checking for des.h... (cached) yes
> checking for krb.h... (cached) yes
> checking for krb5.h... (cached) yes
> checking for krb524.h... (cached) no
> checking if optarg needs a declaration... (cached) yes
> checking if optind needs a declaration... (cached) yes
> checking if opterr needs a declaration... (cached) yes
> checking return type of signal handlers... (cached) void
> checking for pid_t... (cached) yes
> checking for uid_t in sys/types.h... (cached) yes
> checking for off_t... (cached) yes
> checking for size_t... (cached) yes
> checking for sa_len in struct sockaddr... (cached) yes
> checking for working getmsg... (cached) no
> checking if crypt needs a prototype... (cached) no
> checking if strtok_r needs a prototype... (cached) yes
> creating ./config.status
> creating Makefile
> creating krbafs.exp
> creating config.h
> gcc -c -I/usr/include -DHAVE_CONFIG_H -DLIBDIR='"/usr/local/lib"' -I. -g -O2
> afskrb.c
> afskrb.c: In function `get_realm':
> afskrb.c:88: warning: passing arg 1 of `krb_realmofhost' discards qualifiers
> from pointer target type
> gcc -c -I/usr/include -DHAVE_CONFIG_H -DLIBDIR='"/usr/local/lib"' -I. -g -O2
> afssys.c
> gcc -c -I/usr/include -DHAVE_CONFIG_H -DLIBDIR='"/usr/local/lib"' -I. -g -O2
> common.c
> gcc -c -I/usr/include -DHAVE_CONFIG_H -DLIBDIR='"/usr/local/lib"' -I. -g -O2
> lifetime.c
> gcc -c -I/usr/include -DHAVE_CONFIG_H -DLIBDIR='"/usr/local/lib"' -I. -g -O2
> resolve.c
> gcc -c -I/usr/include -DHAVE_CONFIG_H -DLIBDIR='"/usr/local/lib"' -I. -g -O2
> str2key.c
> gcc -c -I/usr/include -DHAVE_CONFIG_H -DLIBDIR='"/usr/local/lib"' -I. -g -O2
> strtok_r.c
> gcc -c -I/usr/include -DHAVE_CONFIG_H -DLIBDIR='"/usr/local/lib"' -I. -g -O2
> strlcpy.c
> rm -f libkrbafs.dylib
> gcc -fno-common -dynamiclib -install_name /usr/local/lib/libkrbafs.dylib -g
> -ldes425 -lkrb4 -o libkrbafs.dylib afskrb.o afssys.o common.o lifetime.o
> resolve.o str2key.o strtok_r.o strlcpy.o
> nmedit -s krbafs.exp libkrbafs.dylib
> [d-5810-lss:~/downloads/krbafs-1.1] jordant% sudo make install
> Password:
> ./mkinstalldirs /usr/local/include
> ./mkinstalldirs /usr/local/lib
> ./mkinstalldirs /usr/local/man
> ./mkinstalldirs /usr/local/man/man3
> /usr/bin/install -c -m 0555 libkrbafs.dylib /usr/local/lib
> /usr/bin/install -c -m 0644 krbafs.h /usr/local/include
> /usr/bin/install -c -m 0644 krbafs.3 /usr/local/man/man3/krbafs.3
> [d-5810-lss:~/downloads/krbafs-1.1]
>
>
>
> On 8/30/02 13:25, "Alexandra Ellwood" <lxs at mit.edu> wrote:
>
>>> So got krbafs but when trying to install it it stops on missing
>>> definition of CREDENTIALS :
>>
>> Oops, sorry about that. Get a clean copy of krbafs-1.1 and run:
>>
>> autoconf && ./configure && make
>>
>> The configure script included with krbafs-1.1 (or at least the
>> exportable one) is busted. I'll be uploading a new version of krbafs
>> with that fixed soon.
>>
>>
>> --lxs (a krbafs maintainer)
>
> --
> Thomas Jordan
> Fermi National Accelerator Laboratory
> Kirk and Pine Streets
> PO Box 500
> MS 226 WH15W
> Batavia, Illinois
> 60510
> voice: 630.840.4035
> fax : 630.840.8248
------ End of Forwarded Message
More information about the Arla-drinkers
mailing list