Gémes Géza wrote:
> Derrick Brashear írta:

>>> Compiling smbd/server.c
>>> Linking bin/smbd
>>> bin/smbd.a(afs.o): In function `afs_createtoken':
>>> afs.c:(.text+0x2b7): undefined reference to `DES_key_sched'
>>> afs.c:(.text+0x2e9): undefined reference to `DES_pcbc_encrypt'
>>>     
>> Either the linker is failing to try to link the openssl libraries or
>> you have a version which is too new.
>>   
> My openssl version is 0.9.8g
> 
> I've run the make process under strace as well, but even with the -f
> option I couldn't see anything relevant.

Look at the headers for openssl.  You will see that DES_xxxx symbols are
macros.  I think you want one of the OLD DES options.



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to