On 7-3-11 17:06 , Williams, Stephen wrote: > Hmm this is really odd I compiled mhash but my system has no sign of > the .so anywhere: > > root@nimdinf01:/var/tmp/AIDE/aide-0.15.1 ] find / -name "*mhash*" > /usr/local/share/man/man3/mhash.3 > /usr/local/lib/libmhash.a > /usr/local/lib/libmhash.la > /usr/local/include/mutils/mhash.h > /usr/local/include/mutils/mhash_config.h > /usr/local/include/mhash.h
IIRC AIX 5.3 supports static linking just fine, so libmhash.so is not really needed. Try this: ./configure --with-gnu-regexp --with-extra-libs=-L/usr/local/lib If it fails, please send the config.log again. Regards, Richard _______________________________________________ Aide mailing list [email protected] https://mailman.cs.tut.fi/mailman/listinfo/aide
