On 7-3-11 21:07 , Williams, Stephen wrote: > Here is what I have in the log.
Here is the offending part: configure:6988: checking for mhash_get_block_size in -lmhash configure:7013: gcc -o conftest -g -O2 -L/usr/local/lib -static -lC conftest.c -lmhash >&5 ld: 0711-317 ERROR: Undefined symbol: encrypted_pw_passlen ld: 0711-317 ERROR: Undefined symbol: max_history_size ld: 0711-317 ERROR: Undefined symbol: crypt_r ld: 0711-317 ERROR: Undefined symbol: getpass_auto ld: 0711-317 ERROR: Undefined symbol: max_pw_passlen ld: 0711-317 ERROR: Undefined symbol: rpl_malloc ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status According to http://comments.gmane.org/gmane.comp.debugging.valgrind/10802 these symbols are in libcrypt. Try: ./configure --with-gnu-regexp --with-extra-libs=-L/usr/local/lib --with-extra-link-libs=-lcrypt Regards, Richard _______________________________________________ Aide mailing list [email protected] https://mailman.cs.tut.fi/mailman/listinfo/aide
