On 2/18/11 1:29 AM, "Richard van den Berg" <[email protected]> wrote:
>On 18 feb. 2011, at 03:41, "Williams, Stephen" ><[email protected]> wrote: >> 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 > >It looks like you are missing the static version of libc. You can try >building aide using dynamic linking (configure --disable-static) but >this is a security risk. > >Richard >_______________________________________________ >Aide mailing list >[email protected] >https://mailman.cs.tut.fi/mailman/listinfo/aide Looks like we still have issues even when I tell it to disable static linking: checking for mhash_get_block_size in -lmhash... no configure: WARNING: No mhash means no hmac. checking for gpg_strerror in -lgpg-error... no configure: error: You need to have libgpg-error.a installed to use libgcrypt. root@nimdinf01:/var/tmp/AIDE/aide-0.15.1 ] grep ERROR config.log 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 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
