[Aide] aide problems under HP-UX 10.20
Fisher, Charles J.
Charles.Fisher at alcoa.com
Tue Oct 26 21:02:58 EEST 2004
van der Berg, Richard wrote:
> Since temp is not NULL it probably gets overwritten somewhere. From the
> HP site I gather that vsnprintf was added in HP-UX 10.30. Can you
> confirm that you have indeed a working vsnprintf() on your system?
> (Check the aide config.log file.)
I found a portable vsnprintf at http://www.ijs.si/software/snprintf/
I modified the source so it called "portable_vsnprintf()" and linked in this function (ignoring the one in libc), and I can now run the program:
:/u03/build/aide-0.10/src:root> gdb ./aide
GDB is free software and you are welcome to distribute copies of it
under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.16 (hppa1.1-hp-hpux10.10), Copyright 1996 Free Software Foundation, Inc...
(gdb) run --init
Starting program: /u03/build/aide-0.10/src/./aide --init
AIDE, version 0.10
### AIDE database initialized.
Program exited normally.
More information about the Aide
mailing list