-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Richard van den Berg Sent: Monday, March 07, 2011 3:22 PM To: Aide user mailinglist Subject: Re: [Aide] libcrypt & libgpg-error issues on AIX 5.3
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 Hmm well looks like it is still having some issues here is the latest config log. This E-mail and any of its attachments may contain Time Warner Cable proprietary information, which is privileged, confidential, or subject to copyright belonging to Time Warner Cable. This E-mail is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient of this E-mail, you are hereby notified that any dissemination, distribution, copying, or action taken in relation to the contents of and attachments to this E-mail is strictly prohibited and may be unlawful. If you have received this E-mail in error, please notify the sender immediately and permanently delete the original and any copy of this E-mail and any printout.
config.log.gz
Description: config.log.gz
_______________________________________________ Aide mailing list [email protected] https://mailman.cs.tut.fi/mailman/listinfo/aide
