|
I installed Aide-0.9 on an IBM AIX 4.3.3 OS
on RS/6000. I had some troubles while running config :
1. Zlib was
installed but the test kept failing
2. mhash was
installed but the installer failed on finding the libraries.
Both i could solve by
configuring this way : LDFLAGS=-L/usr/local/lib ./configure
--without-zlib
On the make i got an error msg telling me "
ld: 0711-317 ERROR: Undefined symbol: .vsyslog"
I could solve this problem by commenting
the line #define HAVE_SYSLOG 1 in config.h
But now I'm a bit stuck. I ran make , make
install without problems now. But when i run aide i get :
root@servi1:/usr/local/bin
# dbx /usr/local/bin/aide
core
Type 'help' for help. reading symbolic information ... [using memory image in core] Segmentation fault in match_re at
0x1002147c
0x1002147c (match_re+0xe0) 7c1b18ae lbzx r0,r27,r3 (dbx) Anyone got it working on AIX and can tell me how to bypass this
problem?
I tried to install the 0.8 but there the configure asks for libgcrypt
and I don't seem to find a decent install for libgcrypt at the moment.
Thanks for your help.
|
