On 2/17/11 5:31 PM, "Richard van den Berg" <[email protected]> wrote:
> > >"Williams, Stephen" <[email protected]> wrote: >>I have compiled mhash, libcrypt, and libgpg-error and verified they are >>all in my path. It seems no matter what I try the configure script >>isn't finding what it needs. Does anyone have any idea what could be >>causing the issue? > >What does config.log say? > >Richard >_______________________________________________ >Aide mailing list >[email protected] >https://mailman.cs.tut.fi/mailman/listinfo/aide I removed the extra libs options and re-ran since I saw all the extra errors about /usr/local so here is a more clean errror output: ld: 0711-317 ERROR: Undefined symbol: .yywrap | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | YY_FATAL_ERROR( "input in flex scanner failed" ); | #ifndef YY_FATAL_ERROR | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | YY_FATAL_ERROR( | YY_FATAL_ERROR( | YY_FATAL_ERROR( | YY_FATAL_ERROR( | YY_FATAL_ERROR( "flex scanner push-back overflow" ); | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); | YY_FATAL_ERROR( | YY_FATAL_ERROR( "start-condition stack underflow" ); ld: 0711-317 ERROR: Undefined symbol: .vsyslog ld: 0711-317 ERROR: Undefined symbol: .stricmp ld: 0711-317 ERROR: Undefined symbol: .strnstr ld: 0711-317 ERROR: Undefined symbol: .asprintf ld: 0711-317 ERROR: Undefined symbol: .vasprintf ld: 0711-317 ERROR: Undefined symbol: .va_copy ld: 0711-317 ERROR: Undefined symbol: .__va_copy 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: 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 Now I didn't compile flex myself I got the rpm from the IBM website. 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. _______________________________________________ Aide mailing list [email protected] https://mailman.cs.tut.fi/mailman/listinfo/aide
