On Wed, 2 Jun 1999, David Gaudine wrote: > I'm trying to install ssh (not ssh2) on potato. It can't find libgmp2.so. > That sounds suspiciously like something that should be in the > libgmp2 package, but that package is installed.
I'm not sure if it's a bug in ssh or in libgmp2, but creating a symlink in /usr/lib fixes it. # cd /usr/lib # ln -s libgmp2.so.2 libgmp2.so If anyone knows which package is at fault, a bug report would be a Good Thing.