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
