>> I just had this problem the other day on a new AMD64 box. >> Check the directory where libgmp is installed. I found it had >> the library and a libgmp.so.3 symlink to it, but I needed to >> make a libgmp.so symlink to it also. Everything compiled fine >> after that. >> > > Interesting... I only have the following files containing "libgmp.so" > on my system: > > /usr/lib/libgmp.so.6.3 > /usr/local/lib/libgmp.so.6.3 > /usr/local/src/gmp-4.1.4/.libs/libgmp.so.6.3 > > Suggestions?
I would do: $ ln -s /usr/local/lib/libgmp.so.6.3 /usr/local/lib/libgmp.so Maybe even do: $ ln -s /usr/local/lib/libgmp.so.6.3 /usr/local/lib/libgmp.so.3 just to be sure. You could link to the one in /usr/lib instead. It looks like you didn't need to install it, it was already there, it just couldn't find the name it was looking for. Brian Bebeau Mycom Group, Inc. [EMAIL PROTECTED] ---------------------------------------------------------------------------------------------- This message has been scanned by mycomPRO� mailMAX�. For further information, visit http://www.mycompro.com
<<winmail.dat>>
_______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
