I faced a similar issue during installation of AIDE, and found that
the problem is you need static libraries of MHASH installed to make
them work with AIDE.

I don't know the proper way of making static libraries, but the way I
did it was to use "ar" to put together all the MHASH *.o files into
an a single file archive and put it with the rest of the library
files.

This may not be the only way, or the correct way, but it works. The
configure script compiles it's test MHASH file using the -lmhash
argument to gcc without errors.

If anyone has a better, more sane way of doing this, please let me
know.

Asad ur Rehman

--- Leon Sonntag <[EMAIL PROTECTED]> wrote:

> Looks like this is a known problem but I am hoping that found a
> solution.
> 
> When I try to run "make" to install mhash (in preparation
> installing AIDE) 
> I get
> mhash.c:105: warning: initialization from incompatible pointer type
> (and 
> MANY more)
> It will still install But......
> When I try to run configure for AIDE, I get
> "mhash not properly installed"
> 
> Any ideas?
> 
> Most anything is easy after you've done it successfully a few times
> 
> Leon Sonntag
> Doxcelerate
> leon at doxcelerate dot com 
> 
> 
> 



                
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

Reply via email to