On Thu, 17 Feb 2005 16:31:03 -0500 in [EMAIL PROTECTED] "Brian Bebeau" <[EMAIL PROTECTED]> wrote:
> >> 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. Better to name that last link as libgmp.so.6 and the first link could be from there to libgmp.so Try doing the same think in /usr/lib as well, it may be that /usr/local/lib isn't being scanned for libraries. -- Brian Morrison bdm at fenrir dot org dot uk GnuPG key ID DE32E5C5 - http://wwwkeys.uk.pgp.net/pgpnet/wwwkeys.html _______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users