[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: openssl-0.9.6c krb4.1.1.1 libdes
Johan Danielsson schrieb:
>
> But crypt() shouldn't have anything to do with openssl or libdes.
>
> The compile failure in configure you showed, actually tries to figure
> out if there is a prototype for crypt() on your system, and in your
> case this seems true.
>
> /Johan
What is: prototype for crypt() ?
locate crypt.h shows me:
/usr/include/crypt.h
/usr/include/rpc/des_crypt.h
/usr/src/heimdal-0.4e/appl/telnet/libtelnet/encrypt.h
/usr/src/krb4-1.1.1/appl/telnet/libtelnet/encrypt.h
/usr/src/krb4-1.1.dontuse/appl/telnet/libtelnet/encrypt.h
/usr/src/krb4-1.1/appl/telnet/libtelnet/encrypt.h
/usr/src/openafs-1.2.4/src/des/crypt.h
/usr/src/openafs-1.2.4/src/libafs/afs/fcrypt.h
/usr/src/openafs-1.2.4/src/libuafs/afs/fcrypt.h
/usr/src/openafs-1.2.4/src/rxkad/domestic/fcrypt.h
/usr/src/openafs-1.2.4/src/rxkad/fcrypt.h
/usr/src/openldap-2.0.23/include/ac/crypt.h
/usr/src/openldap-2.1.1beta/include/ac/crypt.h
# rpm -qf /usr/include/crypt.h
glibc-devel-2.2.5-38
# rpm -qf /usr/include/rpc/des_crypt.h
glibc-devel-2.2.5-38
Ralf