problem with make check

Daulton Theodore daulton_theodore at carleton.ca
Tue Mar 25 11:23:04 EDT 2008


I posted this message last week but have had no response hence the re-post. I 
have very little experience with kerberos so any help/tips/suggestions would 
be appreciated. I am not sure if I could move ahead and ignore this error or 
what I should do to get around it. 

> 
> I am in the process of installing kerberos on a Sun server with Solaris 9 as 
> the OS. I've gone through the configure, make and make install (as su) stages
> but attempts to run 'make check' results in a 'bus error - core dump' after 
> sending a DNS SRV query for _kerberos._udp.ATHENA.MIT.EDU. I am wondering if 
> this is significant and how do I address it. I have very little experience 
> with kerberos so any suggestions would be much appreciated. Below is the 
> captured output from 'make check'. Thanks in advance for any suggestions.
> 
> ++++++
> Script started on Thu Mar 20 11:10:24 2008
> # make check
> rm -f -r .//util/fakedest//usr/local
> mkdir util/fakedest/usr/local
> mkdir util/fakedest/usr/local/man
> mkdir util/fakedest/usr/local/sbin
> mkdir util/fakedest/usr/local/bin
> mkdir util/fakedest/usr/local/man/man8
> mkdir util/fakedest/usr/local/man/man1
> mkdir util/fakedest/usr/local/man/man5
> mkdir util/fakedest/usr/local/lib
> mkdir util/fakedest/usr/local/include
> mkdir util/fakedest/usr/local/lib/krb5
> mkdir util/fakedest/usr/local/lib/krb5/plugins
> mkdir util/fakedest/usr/local/lib/krb5/plugins/kdb
> mkdir util/fakedest/usr/local/lib/krb5/plugins/libkrb5
> mkdir util/fakedest/usr/local/include/krb5
> mkdir util/fakedest/usr/local/include/gssapi
> mkdir util/fakedest/usr/local/include/kerberosIV
> mkdir util/fakedest/usr/local/include/gssrpc
> mkdir util/fakedest/usr/local/share
> mkdir util/fakedest/usr/local/share/examples
> mkdir util/fakedest/usr/local/share/examples/krb5
> (w=`pwd`; cd util && make install DESTDIR="$w/util/fakedest")
> make[1]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/util'
> making install in support...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/util/support'
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkrb5support.so.0.1
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkrb5support.so
> ../.././config/install-sh -c -m 644 libkrb5support.so.0.1 /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libkrb5support.so.0.1 \
>                 libkrb5support.so)
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkrb5support.so.0
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libkrb5support.so.0.1 \
>                 libkrb5support.so.0)
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/util/support'
> making install in et...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/util/et'
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libcom_err.so.3.0
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libcom_err.so
> ../.././config/install-sh -c -m 644 libcom_err.so.3.0 /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libcom_err.so.3.0 \
>                 libcom_err.so)
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libcom_err.so.3
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libcom_err.so.3.0 \
>                 libcom_err.so.3)
> ../.././config/install-sh -c compile_et /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/bin/compile_et
> test -d /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/share/et || mkdir /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/share/et
> ../.././config/install-sh -c -m 644 ./et_c.awk /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/share/et
> ../.././config/install-sh -c -m 644 ./et_h.awk /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/share/et
> ../.././config/install-sh -c -m 644 ./compile_et.1 /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/man/man1/compile_et.1
> ../.././config/install-sh -c -m 644 ./com_err.h  /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/com_err.h
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/util/et'
> making install in ss...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/util/ss'
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/util/ss'
> making install in profile...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/util/profile'
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/util/profile'
> making install in send-pr...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/util/send-pr'
> if [ -d /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local ]; then true ; else mkdir /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local ; fi
> if [ -d /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/sbin ]; then true ; else mkdir /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/sbin ; fi
> cp send-pr /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/sbin/krb5-send-pr
> chmod 755 /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/sbin/krb5-send-pr
> if [ -d /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/share ] ; then true ; else mkdir /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/share ; fi
> if [ -d /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/share/gnats ] ; then true ; else mkdir /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/share/gnats ; fi
> cp ./categories /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/share/gnats/mit
> chmod 644 /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/share/gnats/mit
> parent=`echo /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/man/man1|sed -e 's@/[^/]*$@@'`; \
>         if [ -d $parent ] ; then true ; else mkdir $parent ; fi
> if [ -d /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/man/man1 ] ; then true ; else mkdir /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/man/man1 ; fi
> sed -e 's/send-pr/krb5-send-pr/g' ./send-pr.1 > /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/man/man1/krb5-send-pr.1
> chmod 644 /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/man/man1/krb5-send-pr.1
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/util/send-pr'
> nothing to install in util
> make[1]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/util'
> (w=`pwd`; cd lib && make install DESTDIR="$w/util/fakedest")
> make[1]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib'
> making install in crypto...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto'
> making install in crypto/crc32...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/crc32'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/crc32'
> making install in crypto/des...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/des'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/des'
> making install in crypto/dk...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/dk'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/dk'
> making install in crypto/enc_provider...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/enc_provider'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/enc_provider'
> making install in crypto/hash_provider...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/hash_provider'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/hash_provider'
> making install in crypto/keyhash_provider...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/keyhash_provider'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/keyhash_provider'
> making install in crypto/md4...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/md4'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/md4'
> making install in crypto/md5...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/md5'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/md5'
> making install in crypto/old...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/old'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/old'
> making install in crypto/raw...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/raw'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/raw'
> making install in crypto/sha1...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/sha1'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/sha1'
> making install in crypto/arcfour...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/arcfour'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/arcfour'
> making install in crypto/yarrow...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/yarrow'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/yarrow'
> making install in crypto/aes...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/aes'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/aes'
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libk5crypto.so.3.0
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libk5crypto.so
> ../.././config/install-sh -c -m 644 libk5crypto.so.3.0 /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libk5crypto.so.3.0 \
>                 libk5crypto.so)
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libk5crypto.so.3
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libk5crypto.so.3.0 \
>                 libk5crypto.so.3)
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto'
> making install in krb5...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5'
> making install in krb5/error_tables...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/error_tables'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/error_tables'
> making install in krb5/asn.1...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/asn.1'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/asn.1'
> making install in krb5/ccache...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/ccache'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/ccache'
> making install in krb5/keytab...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/keytab'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/keytab'
> making install in krb5/krb...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/krb'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/krb'
> making install in krb5/os...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/os'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/os'
> making install in krb5/rcache...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/rcache'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/rcache'
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkrb5.so.3.2
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkrb5.so
> ../.././config/install-sh -c -m 644 libkrb5.so.3.2 /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libkrb5.so.3.2 \
>                 libkrb5.so)
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkrb5.so.3
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libkrb5.so.3.2 \
>                 libkrb5.so.3)
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5'
> making install in des425...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/des425'
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libdes425.so.3.0
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libdes425.so
> ../.././config/install-sh -c -m 644 libdes425.so.3.0 /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libdes425.so.3.0 \
>                 libdes425.so)
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libdes425.so.3
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libdes425.so.3.0 \
>                 libdes425.so.3)
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/des425'
> making install in krb4...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb4'
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkrb4.so.2.0
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkrb4.so
> ../.././config/install-sh -c -m 644 libkrb4.so.2.0 /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libkrb4.so.2.0 \
>                 libkrb4.so)
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkrb4.so.2
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libkrb4.so.2.0 \
>                 libkrb4.so.2)
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb4'
> making install in gssapi...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/gssapi'
> making install in gssapi/generic...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/gssapi/generic'
> + ../../.././config/install-sh -c -m 644 ./gssapi_generic.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssapi/gssapi_generic.h 
> + ../../.././config/install-sh -c -m 644 gssapi.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssapi/gssapi.h 
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/gssapi/generic'
> making install in gssapi/mechglue...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/gssapi/mechglue'
> + ../../.././config/install-sh -c -m 644 ./mechglue.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssapi/mechglue.h 
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/gssapi/mechglue'
> making install in gssapi/krb5...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/gssapi/krb5'
> + ../../.././config/install-sh -c -m 644 gssapi_krb5.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssapi/gssapi_krb5.h 
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/gssapi/krb5'
> making install in gssapi/spnego...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/gssapi/spnego'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/gssapi/spnego'
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libgssapi_krb5.so.2.2
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libgssapi_krb5.so
> ../.././config/install-sh -c -m 644 libgssapi_krb5.so.2.2 /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libgssapi_krb5.so.2.2 \
>                 libgssapi_krb5.so)
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libgssapi_krb5.so.2
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libgssapi_krb5.so.2.2 \
>                 libgssapi_krb5.so.2)
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/gssapi'
> making install in rpc...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/rpc'
> making install in rpc/unit-test...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/rpc/unit-test'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/rpc/unit-test'
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libgssrpc.so.4.0
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libgssrpc.so
> ../.././config/install-sh -c -m 644 libgssrpc.so.4.0 /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libgssrpc.so.4.0 \
>                 libgssrpc.so)
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libgssrpc.so.4
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libgssrpc.so.4.0 \
>                 libgssrpc.so.4)
> for i in auth.h auth_gss.h auth_gssapi.h auth_unix.h clnt.h netdb.h pmap_clnt.h pmap_prot.h pmap_rmt.h rename.h rpc.h rpc_msg.h svc.h svc_auth.h xdr.h; do \
>                 (set -x; ../.././config/install-sh -c -m 644 ./$i /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/$i) ; \
>         done
> + ../.././config/install-sh -c -m 644 ./auth.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/auth.h 
> + ../.././config/install-sh -c -m 644 ./auth_gss.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/auth_gss.h 
> + ../.././config/install-sh -c -m 644 ./auth_gssapi.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/auth_gssapi.h 
> + ../.././config/install-sh -c -m 644 ./auth_unix.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/auth_unix.h 
> + ../.././config/install-sh -c -m 644 ./clnt.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/clnt.h 
> + ../.././config/install-sh -c -m 644 ./netdb.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/netdb.h 
> + ../.././config/install-sh -c -m 644 ./pmap_clnt.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/pmap_clnt.h 
> + ../.././config/install-sh -c -m 644 ./pmap_prot.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/pmap_prot.h 
> + ../.././config/install-sh -c -m 644 ./pmap_rmt.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/pmap_rmt.h 
> + ../.././config/install-sh -c -m 644 ./rename.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/rename.h 
> + ../.././config/install-sh -c -m 644 ./rpc.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/rpc.h 
> + ../.././config/install-sh -c -m 644 ./rpc_msg.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/rpc_msg.h 
> + ../.././config/install-sh -c -m 644 ./svc.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/svc.h 
> + ../.././config/install-sh -c -m 644 ./svc_auth.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/svc_auth.h 
> + ../.././config/install-sh -c -m 644 ./xdr.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/xdr.h 
> for i in types.h; do \
>                 (set -x; ../.././config/install-sh -c -m 644 $i /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/$i) ; \
>         done
> + ../.././config/install-sh -c -m 644 types.h /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/include/gssrpc/types.h 
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/rpc'
> making install in kdb...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/kdb'
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkdb5.so.4.0
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkdb5.so
> ../.././config/install-sh -c -m 644 libkdb5.so.4.0 /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libkdb5.so.4.0 \
>                 libkdb5.so)
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkdb5.so.4
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libkdb5.so.4.0 \
>                 libkdb5.so.4)
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/kdb'
> making install in kadm5...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/kadm5'
> making install in kadm5/clnt...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/kadm5/clnt'
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkadm5clnt.so.5.1
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkadm5clnt.so
> ../../.././config/install-sh -c -m 644 libkadm5clnt.so.5.1 /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libkadm5clnt.so.5.1 \
>                 libkadm5clnt.so)
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkadm5clnt.so.5
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libkadm5clnt.so.5.1 \
>                 libkadm5clnt.so.5)
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/kadm5/clnt'
> making install in kadm5/srv...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/kadm5/srv'
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkadm5srv.so.5.1
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkadm5srv.so
> ../../.././config/install-sh -c -m 644 libkadm5srv.so.5.1 /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libkadm5srv.so.5.1 \
>                 libkadm5srv.so)
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/libkadm5srv.so.5
> (cd /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib && ln -s libkadm5srv.so.5.1 \
>                 libkadm5srv.so.5)
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/kadm5/srv'
> making install in kadm5/unit-test...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/kadm5/unit-test'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/kadm5/unit-test'
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/kadm5'
> making install in apputils...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/apputils'
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/apputils'
> make[1]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib'
> (w=`pwd`; cd plugins/kdb/db2 && make install DESTDIR="$w/util/fakedest")
> make[1]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2'
> making install in libdb2...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2/libdb2'
> making install in libdb2/hash...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2/libdb2/hash'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2/libdb2/hash'
> making install in libdb2/btree...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2/libdb2/btree'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2/libdb2/btree'
> making install in libdb2/db...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2/libdb2/db'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2/libdb2/db'
> making install in libdb2/mpool...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2/libdb2/mpool'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2/libdb2/mpool'
> making install in libdb2/recno...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2/libdb2/recno'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2/libdb2/recno'
> making install in libdb2/clib...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2/libdb2/clib'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2/libdb2/clib'
> making install in libdb2/test...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2/libdb2/test'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2/libdb2/test'
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2/libdb2'
> rm -f /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/krb5/plugins/kdb/db2.so
> ../../../config/install-sh -c -m 644 db2.so /lib001/samba_binaries/krb5-1.5.1/src/util/fakedest/usr/local/lib/krb5/plugins/kdb
> make[1]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/plugins/kdb/db2'
> making check in util...
> make[1]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/util'
> making check in util/support...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/util/support'
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/util/support'
> making check in util/et...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/util/et'
> LD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; ./test_et
> Before initiating error table:
> 
> Table name 'krb'
> UNIX  name ''
> Msg TGT-expired is 'Unknown code krb 2'
> Msg EPERM is 'Not owner'
> Msg FOO_ERR is 'Unknown code quux 0'
> Msg 1002 is 'Unknown code C 234'
> Msg {sys_nerr-1} is 'Stale NFS file handle'
> Msg {sys_nerr} is 'Unknown error'
> Msg 0 is 'Unknown code 0'
> With 0: tgt-expired -> Unknown code krb 2
> KRB error table initialized:  base 39525376 (Can't read ticket file), name krb
> With krb: tgt-expired -> TGT expired
> QUUX error table initialized: base -1359220224 (foo), name quux
> Msg for TGT-expired is 'TGT expired'
> Msg {sys_nerr-1} is 'Stale NFS file handle'
> Msg FOO_ERR is 'foo'
> Msg KRB_SKDC_CANT is 'Can't send request'
> Msg 1e6 (8B 64) is 'Unknown code 8B 64'
> 
> 
> COM_ERR tests:
> whoami: foo 
> whoami: foo  -- message goes here
> whoami: 
> whoami: error number 0
> 
> LD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; ./t_com_err
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/util/et'
> making check in util/ss...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/util/ss'
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/util/ss'
> making check in util/profile...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/util/profile'
> +++
> +++ Tcl not available, some profile tests not run.
> +++
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/util/profile'
> making check in util/send-pr...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/util/send-pr'
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/util/send-pr'
> make[1]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/util'
> making check in include...
> make[1]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/include'
> making check in include/kerberosIV...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/include/kerberosIV'
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/include/kerberosIV'
> make[1]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/include'
> making check in lib...
> make[1]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib'
> making check in lib/crypto...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto'
> making check in lib/crypto/crc32...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/crc32'
> LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; KRB5_CONFIG=./../../../config-files/krb5.conf ./t_crc
> OK: HEX "01" = 0x77073096
> OK: HEX "02" = 0xee0e612c
> OK: HEX "04" = 0x076dc419
> OK: HEX "08" = 0x0edb8832
> OK: HEX "10" = 0x1db71064
> OK: HEX "20" = 0x3b6e20c8
> OK: HEX "40" = 0x76dc4190
> OK: HEX "80" = 0xedb88320
> OK: HEX "0100" = 0x191b3141
> OK: HEX "0200" = 0x32366282
> OK: HEX "0400" = 0x646cc504
> OK: HEX "0800" = 0xc8d98a08
> OK: HEX "1000" = 0x4ac21251
> OK: HEX "2000" = 0x958424a2
> OK: HEX "4000" = 0xf0794f05
> OK: HEX "8000" = 0x3b83984b
> OK: HEX "0001" = 0x77073096
> OK: HEX "0002" = 0xee0e612c
> OK: HEX "0004" = 0x076dc419
> OK: HEX "0008" = 0x0edb8832
> OK: HEX "0010" = 0x1db71064
> OK: HEX "0020" = 0x3b6e20c8
> OK: HEX "0040" = 0x76dc4190
> OK: HEX "0080" = 0xedb88320
> OK: HEX "01000000" = 0xb8bc6765
> OK: HEX "02000000" = 0xaa09c88b
> OK: HEX "04000000" = 0x8f629757
> OK: HEX "08000000" = 0xc5b428ef
> OK: HEX "10000000" = 0x5019579f
> OK: HEX "20000000" = 0xa032af3e
> OK: HEX "40000000" = 0x9b14583d
> OK: HEX "80000000" = 0xed59b63b
> OK: HEX "00010000" = 0x01c26a37
> OK: HEX "00020000" = 0x0384d46e
> OK: HEX "00040000" = 0x0709a8dc
> OK: HEX "00080000" = 0x0e1351b8
> OK: HEX "00100000" = 0x1c26a370
> OK: HEX "00200000" = 0x384d46e0
> OK: HEX "00400000" = 0x709a8dc0
> OK: HEX "00800000" = 0xe1351b80
> OK: HEX "00000100" = 0x191b3141
> OK: HEX "00000200" = 0x32366282
> OK: HEX "00000400" = 0x646cc504
> OK: HEX "00000800" = 0xc8d98a08
> OK: HEX "00001000" = 0x4ac21251
> OK: HEX "00002000" = 0x958424a2
> OK: HEX "00004000" = 0xf0794f05
> OK: HEX "00008000" = 0x3b83984b
> OK: HEX "00000001" = 0x77073096
> OK: HEX "00000002" = 0xee0e612c
> OK: HEX "00000004" = 0x076dc419
> OK: HEX "00000008" = 0x0edb8832
> OK: HEX "00000010" = 0x1db71064
> OK: HEX "00000020" = 0x3b6e20c8
> OK: HEX "00000040" = 0x76dc4190
> OK: HEX "00000080" = 0xedb88320
> OK: STR "foo" = 0x7332bc33
> OK: STR "test0123456789" = 0xb83e88d6
> OK: STR "MASSACHVSETTS INSTITVTE OF TECHNOLOGY" = 0xe34180f7
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/crc32'
> making check in lib/crypto/des...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/des'
> LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; KRB5_CONFIG=./../../../config-files/krb5.conf ./verify -z
> plaintext = key = 0, cipher = 0x8ca64de9c1b123a7
>         cipher  = (low to high bytes)
>                 8c a6 4d e9 c1 b1 23 a7 
> LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; KRB5_CONFIG=./../../../config-files/krb5.conf ./verify -m
> plaintext = 0x00 00 00 00 00 00 00 40, key = 0x80 01 01 01 01 01 01 01
>         cipher = 0xa380e02a6be54696
>         cipher  = (low to high bytes)
>                 a3 80 e0 2a 6b e5 46 96 
> LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; KRB5_CONFIG=./../../../config-files/krb5.conf ./verify
> Examples per FIPS publication 81, keys ivs and cipher
> in hex.  These are the correct answers, see below for
> the actual answers.
> 
> Examples per Davies and Price.
> 
> EXAMPLE ECB     key = 08192a3b4c5d6e7f
>         clear = 0
>         cipher = 25 dd ac 3e 96 17 64 67
> ACTUAL ECB
>         clear ""
>         cipher  = (low to high bytes)
>                 25 dd ac 3e 96 17 64 67 
> 
> verify: ECB encryption is correct
> 
> EXAMPLE ECB     key = 0123456789abcdef
>         clear = "Now is the time for all "
>         cipher = 3f a4 0e 8a 98 4d 48 15 ...
> ACTUAL ECB
>         clear "Now is the time for all "
>         cipher  = (low to high bytes)
>                 3f a4 0e 8a 98 4d 48 15 
> 
> verify: ECB encryption is correct
> 
> EXAMPLE CBC     key = 0123456789abcdef  iv = 1234567890abcdef
>         clear = "Now is the time for all "
>         cipher =        e5 c7 cd de 87 2b f2 7c
>                         43 e9 34 00 8c 38 9c 0f
>                         68 37 88 49 9a 7c 05 f6
> ACTUAL CBC
>         clear "Now is the time for all "
>         ciphertext = (low to high bytes)
>                 e5 c7 cd de 87 2b f2 7c 
>                 43 e9 34 00 8c 38 9c 0f 
>                 68 37 88 49 9a 7c 05 f6 
>         decrypted clear_text = "Now is the time for all "
> verify: CBC encryption is correct
> 
> EXAMPLE CBC checksum    key =  0123456789abcdef iv =  1234567890abcdef
>         clear =         "7654321 Now is the time for "
>         checksum        58 d2 e7 7e 86 06 27 33, or some part thereof
> ACTUAL CBC checksum
>                 encrypted cksum = (low to high bytes)
>                 58 d2 e7 7e 86 06 27 33 
> 
> verify: CBC checksum is correct
> 
> LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; KRB5_CONFIG=./../../../config-files/krb5.conf ./destest < ./keytest.data
> destest: 171 tests passed successfully
> LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; KRB5_CONFIG=./../../../config-files/krb5.conf ./t_afss2k
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/des'
> making check in lib/crypto/dk...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/dk'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/dk'
> making check in lib/crypto/enc_provider...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/enc_provider'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/enc_provider'
> making check in lib/crypto/hash_provider...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/hash_provider'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/hash_provider'
> making check in lib/crypto/keyhash_provider...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/keyhash_provider'
> LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; KRB5_CONFIG=./../../../config-files/krb5.conf ./t_cksum4 "this is a test"
> correct MD4 checksum("this is a test") = e3f76a07f3401e3536b43a3f54226c39422c35682c354835
> Verify succeeded for "this is a test"
> Verify of bad checksum OK for "this is a test"
> 1 tests passed successfully for MD4 checksum
> LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; KRB5_CONFIG=./../../../config-files/krb5.conf ./t_cksum5 "this is a test"
> correct MD5 checksum("this is a test") = e3f76a07f3401e351143ee6f4c09be1edb4264d55015db53
> Verify succeeded for "this is a test"
> Verify of bad checksum OK for "this is a test"
> 1 tests passed successfully for MD5 checksum
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/keyhash_provider'
> making check in lib/crypto/md4...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/md4'
> LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; KRB5_CONFIG=./../../../config-files/krb5.conf ./t_mddriver -x
> MD4 test suite:
> 
> MD4 ("") = 31d6cfe0d16ae931b73c59d7e0c089c0
> MD4 ("a") = bde52cb31de33e46245e05fbdbd6fb24
> MD4 ("abc") = a448017aaf21d8525fc10ae87aa6729d
> MD4 ("message digest") = d9130a8164549fe818874806e1c7014b
> MD4 ("abcdefghijklmnopqrstuvwxyz") = d79e1c308aa5bbcdeea8ed63df412da9
> MD4 ("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789") = 043f8582f241db351ce627e153e7f0e4
> MD4 ("12345678901234567890123456789012345678901234567890123456789012345678901234567890") = e33b4ddc9c38f2199c3e7b164fcc0536
> 7 tests passed successfully for MD4.
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/md4'
> making check in lib/crypto/md5...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/md5'
> LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; KRB5_CONFIG=./../../../config-files/krb5.conf ./t_mddriver -x
> MD5 test suite:
> 
> MD5 ("") = d41d8cd98f00b204e9800998ecf8427e
> MD5 ("a") = 0cc175b9c0f1b6a831c399e269772661
> MD5 ("abc") = 900150983cd24fb0d6963f7d28e17f72
> MD5 ("message digest") = f96b697d7cb7938d525a2f31aaf161d0
> MD5 ("abcdefghijklmnopqrstuvwxyz") = c3fcd3d76192e4007dfb496cca67e13b
> MD5 ("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789") = d174ab98d277d9f5a5611c2c9f419d9f
> MD5 ("12345678901234567890123456789012345678901234567890123456789012345678901234567890") = 57edf4a22be3c955ac49da2e2107b67a
> 7 tests passed successfully for MD5.
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/md5'
> making check in lib/crypto/old...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/old'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/old'
> making check in lib/crypto/raw...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/raw'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/raw'
> making check in lib/crypto/sha1...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/sha1'
> LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; KRB5_CONFIG=./../../../config-files/krb5.conf ./t_shs -x
> Running SHS test 1 ... passed, result= A9993E364706816ABA3E25717850C26C9CD0D89D
> Running SHS test 2 ... passed, result= 84983E441C3BD26EBAAE4AA1F95129E5E54670F1
> Running SHS test 3 ... passed, result= 34AA973CD4C4DAA4F61EEB2BDBAD27316534016F
> 
> All SHS tests passed
> LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; KRB5_CONFIG=./../../../config-files/krb5.conf ./t_shs3
> Running SHS test 1 ...
> Passed, results = a9993e364706816aba3e25717850c26c9cd0d89d
> Running SHS test 2 ...
> Passed, results = 84983e441c3bd26ebaae4aa1f95129e5e54670f1
> Running SHS test 3 ...
> Passed, results = 34aa973cd4c4daa4f61eeb2bdbad27316534016f
> Running SHS test 4 ...
> Passed, results = 1362fc876833d51d2f0c73e3fb876a6bc32554fc
> Running SHS test 5 ...
> Passed, results = 194df6eb8e026d375864e595192add1cc43c2486
> Running SHS test 6 ...
> Passed, results = 4e16579d4b48a91c887283db88d1ea3a45dfa110
> Running SHS test 7 ...
> Passed, results = 894165ce76c1d1d1c36fab9279300171631f74fe
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/sha1'
> making check in lib/crypto/arcfour...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/arcfour'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/arcfour'
> making check in lib/crypto/yarrow...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/yarrow'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/yarrow'
> making check in lib/crypto/aes...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/aes'
> ./aes-gen > kresults.out
> LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; KRB5_CONFIG=./../../../config-files/krb5.conf ./aes-test -k > vk.txt
> cmp vk.txt ./expect-vk.txt
> LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; KRB5_CONFIG=./../../../config-files/krb5.conf ./aes-test > vt.txt
> cmp vt.txt ./expect-vt.txt
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/aes'
> making all in lib/crypto/crc32...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/crc32'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/crc32'
> making all in lib/crypto/des...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/des'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/des'
> making all in lib/crypto/dk...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/dk'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/dk'
> making all in lib/crypto/enc_provider...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/enc_provider'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/enc_provider'
> making all in lib/crypto/hash_provider...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/hash_provider'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/hash_provider'
> making all in lib/crypto/keyhash_provider...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/keyhash_provider'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/keyhash_provider'
> making all in lib/crypto/md4...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/md4'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/md4'
> making all in lib/crypto/md5...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/md5'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/md5'
> making all in lib/crypto/old...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/old'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/old'
> making all in lib/crypto/raw...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/raw'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/raw'
> making all in lib/crypto/sha1...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/sha1'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/sha1'
> making all in lib/crypto/arcfour...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/arcfour'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/arcfour'
> making all in lib/crypto/yarrow...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/yarrow'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/yarrow'
> making all in lib/crypto/aes...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/aes'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto/aes'
> LD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; ./t_nfold
> N-fold
>         Input:  "basch"
>         192-Fold:        1aab6b42 964b98b2 1f8cde2d 2448ba34 55d7862c 9731643f
>         Input:  "eichin"
>         192-Fold:        65696368 696e4b73 2b4b1b43 da1a5b99 5a58d2c6 d0d2dcca
>         Input:  "sommerfeld"
>         192-Fold:        2f7a9855 7c6ee4ab adf4e711 92dd442b d4ff5325 a5def75c
>         Input:  "MASSACHVSETTS INSTITVTE OF TECHNOLOGY"
>         192-Fold:        db3b0d8f 0b061e60 3282b308 a5084122 9ad798fa b9540c1b
> RFC tests:
> 64-fold("012345") =
> 64-fold(303132333435) =
>         be072631276b1955
> 
> 56-fold("password") =
> 56-fold(70617373776f7264) =
>         78a07b6caf85fa
> 
> 64-fold("Rough Consensus, and Running Code") =
> 64-fold(526f75676820436f6e73656e7375732c20616e642052756e6e696e6720436f6465) =
>         bb6ed30870b7f0e0
> 
> 168-fold("password") =
> 168-fold(70617373776f7264) =
>         59e4a8ca7c0385c3c37b3f6d2000247cb6e6bd5b3e
> 
> 192-fold("MASSACHVSETTS INSTITVTE OF TECHNOLOGY") =
> 192-fold(4d41535341434856534554545320494e53544954565445204f4620544543484e4f4c4f4759) =
>         db3b0d8f0b061e603282b308a50841229ad798fab9540c1b
> 
> verify: N-fold is correct
> 
> 64-fold("kerberos") =
>          6b657262 65726f73
> 128-fold("kerberos") =
>          6b657262 65726f73 7b9b5b2b 93132b93
> 168-fold("kerberos") =
>          8372c236 344e5f15 50cd0747 e15d62ca 7a5a3bce a4
> 256-fold("kerberos") =
>          6b657262 65726f73 7b9b5b2b 93132b93 5c9bdcda d95c9899 c4cae4de e6d6cae4
> LD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; ./t_encrypt
> Seeding random number generator: . . . OK
> Testing enctype 1
> Initializing a keyblock: . . . OK
> Generating random key: . . . OK
> Encrypting: . . . OK
> Decrypting: . . . OK
> Comparing: . . . OK
> init_state: . . . OK
> Encrypting with state: . . . OK
> Encrypting again with state: . . . OK
> free_state: . . . OK
> init_state: . . . OK
> Decrypting with state: . . . OK
> Decrypting again with state: . . . OK
> free_state: . . . OK
> Comparing: . . . OK
> Comparing: . . . OK
> Testing enctype 2
> Initializing a keyblock: . . . OK
> Generating random key: . . . OK
> Encrypting: . . . OK
> Decrypting: . . . OK
> Comparing: . . . OK
> init_state: . . . OK
> Encrypting with state: . . . OK
> Encrypting again with state: . . . OK
> free_state: . . . OK
> init_state: . . . OK
> Decrypting with state: . . . OK
> Decrypting again with state: . . . OK
> free_state: . . . OK
> Comparing: . . . OK
> Comparing: . . . OK
> Testing enctype 3
> Initializing a keyblock: . . . OK
> Generating random key: . . . OK
> Encrypting: . . . OK
> Decrypting: . . . OK
> Comparing: . . . OK
> init_state: . . . OK
> Encrypting with state: . . . OK
> Encrypting again with state: . . . OK
> free_state: . . . OK
> init_state: . . . OK
> Decrypting with state: . . . OK
> Decrypting again with state: . . . OK
> free_state: . . . OK
> Comparing: . . . OK
> Comparing: . . . OK
> Testing enctype 16
> Initializing a keyblock: . . . OK
> Generating random key: . . . OK
> Encrypting: . . . OK
> Decrypting: . . . OK
> Comparing: . . . OK
> init_state: . . . OK
> Encrypting with state: . . . OK
> Encrypting again with state: . . . OK
> free_state: . . . OK
> init_state: . . . OK
> Decrypting with state: . . . OK
> Decrypting again with state: . . . OK
> free_state: . . . OK
> Comparing: . . . OK
> Comparing: . . . OK
> Testing enctype 23
> Initializing a keyblock: . . . OK
> Generating random key: . . . OK
> Encrypting: . . . OK
> Decrypting: . . . OK
> Comparing: . . . OK
> init_state: . . . OK
> Encrypting with state: . . . OK
> Encrypting again with state: . . . OK
> free_state: . . . OK
> init_state: . . . OK
> Decrypting with state: . . . OK
> Decrypting again with state: . . . OK
> free_state: . . . OK
> Comparing: . . . OK
> Comparing: . . . OK
> Testing enctype 24
> Initializing a keyblock: . . . OK
> Generating random key: . . . OK
> Encrypting: . . . OK
> Decrypting: . . . OK
> Comparing: . . . OK
> init_state: . . . OK
> Encrypting with state: . . . OK
> Encrypting again with state: . . . OK
> free_state: . . . OK
> init_state: . . . OK
> Decrypting with state: . . . OK
> Decrypting again with state: . . . OK
> free_state: . . . OK
> Comparing: . . . OK
> Comparing: . . . OK
> Testing enctype 18
> Initializing a keyblock: . . . OK
> Generating random key: . . . OK
> Encrypting: . . . OK
> Decrypting: . . . OK
> Comparing: . . . OK
> init_state: . . . OK
> Encrypting with state: . . . OK
> Encrypting again with state: . . . OK
> free_state: . . . OK
> init_state: . . . OK
> Decrypting with state: . . . OK
> Decrypting again with state: . . . OK
> free_state: . . . OK
> Comparing: . . . OK
> Comparing: . . . OK
> Testing enctype 17
> Initializing a keyblock: . . . OK
> Generating random key: . . . OK
> Encrypting: . . . OK
> Decrypting: . . . OK
> Comparing: . . . OK
> init_state: . . . OK
> Encrypting with state: . . . OK
> Encrypting again with state: . . . OK
> free_state: . . . OK
> init_state: . . . OK
> Decrypting with state: . . . OK
> Decrypting again with state: . . . OK
> free_state: . . . OK
> Comparing: . . . OK
> Comparing: . . . OK
> LD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; ./t_prng <./t_prng.seed >t_prng.output && \
>         diff t_prng.output ./t_prng.expected
> LD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; ./t_hmac
> 
> Test #1:
>  test key (16 bytes):
>   0000:  0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b   ................
>  hmac input (8 bytes):
>   0000:  48 69 20 54 68 65 72 65                           Hi There
>  hmac output (16 bytes):
>   0000:  92 94 72 7a 36 38 bb 1c 13 f4 8e f8 15 8b fc 9d   ..rz68..........
> Matches expected result.
> 
> Test #2:
>  test key (4 bytes):
>   0000:  4a 65 66 65                                       Jefe
>  hmac input (28 bytes):
>   0000:  77 68 61 74 20 64 6f 20 79 61 20 77 61 6e 74 20   what do ya want 
>   0010:  66 6f 72 20 6e 6f 74 68 69 6e 67 3f               for nothing?
>  hmac output (16 bytes):
>   0000:  75 0c 78 3e 6a b0 b5 03 ea a8 6e 31 0a 5d b7 38   u.x>j.....n1.].8
> Matches expected result.
> 
> Test #3:
>  test key (16 bytes):
>   0000:  aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa   ................
>  hmac input (50 bytes):
>   0000:  dd dd dd dd dd dd dd dd dd dd dd dd dd dd dd dd   ................
>   0010:  dd dd dd dd dd dd dd dd dd dd dd dd dd dd dd dd   ................
>   0020:  dd dd dd dd dd dd dd dd dd dd dd dd dd dd dd dd   ................
>   0030:  dd dd                                             ..
>  hmac output (16 bytes):
>   0000:  56 be 34 52 1d 14 4c 88 db b8 c7 33 f0 e8 b3 f6   V.4R..L....3....
> Matches expected result.
> 
> Test #4:
>  test key (25 bytes):
>   0000:  01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10   ................
>   0010:  11 12 13 14 15 16 17 18 19                        .........
>  hmac input (50 bytes):
>   0000:  cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd   ................
>   0010:  cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd   ................
>   0020:  cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd   ................
>   0030:  cd cd                                             ..
>  hmac output (16 bytes):
>   0000:  69 7e af 0a ca 3a 3a ea 3a 75 16 47 46 ff aa 79   i~...::.:u.GF..y
> Matches expected result.
> 
> Test #5:
>  test key (16 bytes):
>   0000:  0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c   ................
>  hmac input (20 bytes):
>   0000:  54 65 73 74 20 57 69 74 68 20 54 72 75 6e 63 61   Test With Trunca
>   0010:  74 69 6f 6e                                       tion
>  hmac output (16 bytes):
>   0000:  56 46 1e f2 34 2e dc 00 f9 ba b9 95 69 0e fd 4c   VF..4.......i..L
> Matches expected result.
> 
> Test #6:
>  test key (80 bytes):
>   0000:  aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa   ................
>   0010:  aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa   ................
>   0020:  aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa   ................
>   0030:  aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa   ................
>   0040:  aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa   ................
>  pre-hashed key (16 bytes):
>   0000:  8f b6 ab 01 84 00 23 ec 45 3e cd ec 73 dc 1b 66   ......#.E>..s..f
>  hmac input (54 bytes):
>   0000:  54 65 73 74 20 55 73 69 6e 67 20 4c 61 72 67 65   Test Using Large
>   0010:  72 20 54 68 61 6e 20 42 6c 6f 63 6b 2d 53 69 7a   r Than Block-Siz
>   0020:  65 20 4b 65 79 20 2d 20 48 61 73 68 20 4b 65 79   e Key - Hash Key
>   0030:  20 46 69 72 73 74                                  First
>  hmac output (16 bytes):
>   0000:  6b 1a b7 fe 4b d7 bf 8f 0b 62 e6 ce 61 b9 d0 cd   k...K....b..a...
> Matches expected result.
> 
> Test #7:
>  test key (80 bytes):
>   0000:  aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa   ................
>   0010:  aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa   ................
>   0020:  aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa   ................
>   0030:  aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa   ................
>   0040:  aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa   ................
>  pre-hashed key (16 bytes):
>   0000:  8f b6 ab 01 84 00 23 ec 45 3e cd ec 73 dc 1b 66   ......#.E>..s..f
>  hmac input (73 bytes):
>   0000:  54 65 73 74 20 55 73 69 6e 67 20 4c 61 72 67 65   Test Using Large
>   0010:  72 20 54 68 61 6e 20 42 6c 6f 63 6b 2d 53 69 7a   r Than Block-Siz
>   0020:  65 20 4b 65 79 20 61 6e 64 20 4c 61 72 67 65 72   e Key and Larger
>   0030:  20 54 68 61 6e 20 4f 6e 65 20 42 6c 6f 63 6b 2d    Than One Block-
>   0040:  53 69 7a 65 20 44 61 74 61                        Size Data
>  hmac output (16 bytes):
>   0000:  6f 63 0f ad 67 cd a0 ee 1f b1 f5 62 db 3a a5 3e   oc..g......b.:.>
> Matches expected result.
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/crypto'
> making check in lib/krb5...
> make[2]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5'
> making check in lib/krb5/error_tables...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/error_tables'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/error_tables'
> making check in lib/krb5/asn.1...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/asn.1'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/asn.1'
> making check in lib/krb5/ccache...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/ccache'
> KRB5_CONFIG=./t_krb5.conf ; export KRB5_CONFIG ;\
>         LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; ./t_cc 
> Testing miscellaneous error conditions
> Starting test on /tmp/cctest.18171
> Test on /tmp/cctest.18171 passed
> Starting test on MEMORY:/tmp/cctest.18171
> Test on MEMORY:/tmp/cctest.18171 passed
> Starting test on FILE:/tmp/cctest.18171
> Test on FILE:/tmp/cctest.18171 passed
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/ccache'
> making check in lib/krb5/keytab...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/keytab'
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/keytab'
> making check in lib/krb5/krb...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/krb'
> KRB5_CONFIG=./t_krb5.conf ; export KRB5_CONFIG ;\
>         LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; ./t_kerb \
>                 parse_name tytso \
>                 parse_name tytso at SHAZAAM \
>                 parse_name tytso/root at VEGGIE.COM \
>                 parse_name tytso/tuber/carrot at VEGGIE.COM \
>                 parse_name tytso/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t \
>                 parse_name tytso/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t at FOO \
>                 parse_name tytso\\\\0/\\0 at B\\n\\t\\\\GAG \
>                 parse_name tytso/\\n/\\b\\t at B\\0hacky-test \
>                 parse_name \\/slash/\\@atsign/octa\\/thorpe@\\/slash\\@at\\/sign \
>                 425_conv_principal rcmd e40-po ATHENA.MIT.EDU \
>                 425_conv_principal rcmd mit ATHENA.MIT.EDU \
>                 425_conv_principal rcmd lithium ATHENA.MIT.EDU \
>                 425_conv_principal rcmd tweedledumb CYGNUS.COM \
>                 425_conv_principal rcmd uunet UU.NET \
>                 425_conv_principal zephyr zephyr ATHENA.MIT.EDU \
>                 425_conv_principal kadmin ATHENA.MIT.EDU ATHENA.MIT.EDU \
>                 524_conv_principal host/e40-po.mit.edu at ATHENA.MIT.EDU \
>                 524_conv_principal host/foobar.stanford.edu at stanford.edu \
>                 set_realm marc at MIT.EDU CYGNUS.COM \
>                 > test.out
> cmp test.out ./t_ref_kerb.out
> rm -f test.out
> KRB5_CONFIG=./t_krb5.conf ; export KRB5_CONFIG ;\
>                 LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; ./t_ser
> LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; ./t_deltat
> Passed all 73 tests.
> LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; sh ./transit-tests
> Running test (ATHENA.MIT.EDU) (HACK.FOOBAR.COM) (,EDU,BLORT.COM,COM,) ...
> Got: BLORT.COM COM EDU FOOBAR.COM MIT.EDU
> Exp: BLORT.COM COM EDU FOOBAR.COM MIT.EDU
> 
> Running test (ATHENA.MIT.EDU) (EDU) (,) ...
> Got: MIT.EDU
> Exp: MIT.EDU
> 
> Running test (EDU) (ATHENA.MIT.EDU) (,) ...
> Got: MIT.EDU
> Exp: MIT.EDU
> 
> Running test (x) (x) (/COM,/HP,/APOLLO, /COM/DEC) ...
> Got: /COM /COM/DEC /COM/HP /COM/HP/APOLLO
> Exp: /COM /COM/DEC /COM/HP /COM/HP/APOLLO
> 
> Running test (x) (x) (EDU,MIT.,ATHENA.,WASHINGTON.EDU,CS.) ...
> Got: ATHENA.MIT.EDU CS.WASHINGTON.EDU EDU MIT.EDU WASHINGTON.EDU
> Exp: ATHENA.MIT.EDU CS.WASHINGTON.EDU EDU MIT.EDU WASHINGTON.EDU
> 
> Running test (ATHENA.MIT.EDU) (/COM/HP/APOLLO) (,EDU,/COM,), expecting error ...
> Expected error found.
> 
> Running test (ATHENA.MIT.EDU) (/COM/HP/APOLLO) (,EDU, /COM,) ...
> Got: /COM /COM/HP EDU MIT.EDU
> Exp: /COM /COM/HP EDU MIT.EDU
> 
> Running test (ATHENA.MIT.EDU) (CS.CMU.EDU) (,EDU,) ...
> Got: CMU.EDU EDU MIT.EDU
> Exp: CMU.EDU EDU MIT.EDU
> 
> Running test (XYZZY.ATHENA.MIT.EDU) (XYZZY.CS.CMU.EDU) (,EDU,) ...
> Got: ATHENA.MIT.EDU CMU.EDU CS.CMU.EDU EDU MIT.EDU
> Exp: ATHENA.MIT.EDU CMU.EDU CS.CMU.EDU EDU MIT.EDU
> 
> Success.
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/krb'
> making check in lib/krb5/os...
> make[3]: Entering directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/os'
> KRB5_CONFIG=./td_krb5.conf ; export KRB5_CONFIG ;\
>         LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; ./t_std_conf  -d -s NEW.DEFAULT.REALM -d \
>                 -k IGGY.ORG -k DEFAULT_REALM.TST \
>                 -D DEFAULT_REALM.TST -r bad.idea -r itar.bad.idea \
>                 -r really.BAD.IDEA. -r clipper.bad.idea -r KeYEsCrOW.BaD.IDea \
>                 -r pgp.good.idea -r no_domain > test.out
> cmp test.out ./ref_std_conf.out
> rm -f test.out
> KRB5_CONFIG=./td_krb5.conf ; export KRB5_CONFIG ;\
>         LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH; ./t_locate_kdc ATHENA.MIT.EDU
> in module_locate_server
> ran off end of plugin list
> module_locate_server returns -1765328135
> looking in krb5.conf for realm ATHENA.MIT.EDU entry kdc; ports 88,750
> config file lookup failed: Profile relation not found
> sending DNS SRV query for _kerberos._udp.ATHENA.MIT.EDU.
> Bus Error - core dumped
> make[3]: *** [check-unix] Error 138
> make[3]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5/os'
> make[2]: *** [check-recurse] Error 1
> make[2]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib/krb5'
> make[1]: *** [check-recurse] Error 1
> make[1]: Leaving directory `/lib001/samba_binaries/krb5-1.5.1/src/lib'
> make: *** [check-recurse] Error 1
> # 
> script done on Thu Mar 20 11:11:53 2008
> 

-- 
----------------------------------- 0 ------------------------------------
Daulton Theodore                  </\    Tel: 613-520-2600 ext. 8352
Carleton University Library       _\\    Fax: 613-520-2750            
Systems Department                `/     Net: Daulton_Theodore at carleton.ca
---------------------------------- ` -------------------------------------



More information about the Kerberos mailing list