1833772 Members
2177 Online
110063 Solutions
New Discussion

AIDE on HP-UX

 
Dwight Z. Harvey
New Member

AIDE on HP-UX

Has anyone compiled AIDE (a freeware replacement for Tripwire) on HP-UX? I have downloaded the required components, GNU FLex, GNU Bison, GNU make and mhash. The configure works fine with just host=hpux11, but when the make is executed, a syntax error is reported on a BLANK line in the Makefile under the src directory.

Any guidance is GREATLY appreciated. Thanks.
Dwight
3 REPLIES 3
Arunvijai_4
Honored Contributor

Re: AIDE on HP-UX

Hello Dwight,

Two years ago, i tried to compile AIDE on 11.11 and 11.23(IA-64). It went well with few tweaks that i dont remember now, but if you can give more information, that would be better to solve .

1) Configure options,
2) When you execute # gmake, what do you get ?

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Dwight Z. Harvey
New Member

Re: AIDE on HP-UX

The only configure option I used was: --host=hpux11.
Do you have any others to recommend?

I just tried gmake this morning (I was using the HP-UX make before). The gmake output:
root@hptest01:/amqtech/projects/AIDE/aide-0.10# /usr/local/bin/gmake
/usr/local/bin/gmake all-recursive
gmake[1]: Entering directory `/amqtech/projects/AIDE/aide-0.10'
Making all in src
gmake[2]: Entering directory `/amqtech/projects/AIDE/aide-0.10/src'
bison -y -d -p conf -o conf_yacc.c /amqtech/projects/AIDE/aide-0.10/src/conf_yacc.y
gmake[2]: *** [conf_yacc.c] Broken pipe
gmake[2]: Leaving directory `/amqtech/projects/AIDE/aide-0.10/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/amqtech/projects/AIDE/aide-0.10'
gmake: *** [all-recursive-am] Error 2
Arunvijai_4
Honored Contributor

Re: AIDE on HP-UX

Hi Dwight, It would be better if you start from scratch since it looks like a problem with Yacc/lex. Try # gmake clean and # gmake distclean and configure from start.

Also, have you installed gcc and compatible GNU tools?

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"