Jeffrey Altman írta: > 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. > > > > Hi,
After some googling I've gave up could you send me some pointers about using the old des options including des_old.h doesn't seem to work. Thanks in advance Geza _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
