AIDE / Solaris / libmhash compilation question

2004-05-12 Thread Angelo McComis
Thanks to all who responded to my question regarding compiling with mhash static. I built the latest mhash (0.9x), with the --enable-static=yes compile flag like so: cd mhash-0.9.1 ./configure --enable-static=yes make make install Then, I built AIDE as normal: cd ../aide-0.10 ./configure

AIDE / Solaris / libmhash compilation question

2004-05-06 Thread Angelo McComis
I tried building AIDE, but learned that libmhash is required. I don't have libmhash on all of my systems. If I install it only on the system where I'm building AIDE, is that sufficient, or does AIDE require libmhash at runtime? Thanks, Angelo McComis -- Angelo McComis Enterprise Operations

RE: AIDE / Solaris / libmhash compilation question

2004-05-06 Thread Michael Shirk
] Subject: AIDE / Solaris / libmhash compilation question Date: Thu, 6 May 2004 08:08:24 -0400 I tried building AIDE, but learned that libmhash is required. I don't have libmhash on all of my systems. If I install it only on the system where I'm building AIDE, is that sufficient, or does AIDE require

Re: AIDE / Solaris / libmhash compilation question

2004-05-06 Thread Richard van den Berg
Angelo McComis wrote: I tried building AIDE, but learned that libmhash is required. I don't have libmhash on all of my systems. If I install it only on the system where I'm building AIDE, is that sufficient, or does AIDE require libmhash at runtime? If you compile libmhash using configure

Re: AIDE / Solaris / libmhash compilation question

2004-05-06 Thread John Kristoff
On Thu, 06 May 2004 09:20:26 -0400 Michael Shirk [EMAIL PROTECTED] wrote: I had fun with this when I setup AIDE on my box. I believe you need it where the checksum is running. So if you have 10 severs, they will need libmhash. Please, others, correct me if I am wrong You don't need it. On

Re: AIDE / Solaris / libmhash compilation question

2004-05-06 Thread Navara
Fun I had was enjoying for me too :) Aide needs static version of library, which (looks like) is not build by default. With --enable-static, it did. Good think is, that you don't need shared libraries after static build and that is reasonable for security tool like aide. Angelo McComis wrote: