Let me confirm the same experience - there is a misconfiguration in FC1 with some of the symlinks with the libgmp same, I cant recall exactly which one but do an ls -l /usr/lib/libgmp*
you should do what is necessary to make the libgmpxx symlinks look like 13 May 3 11:22 /usr/lib/libgmpxx.so -> libgmpxx.so.3 17 Apr 28 10:37 /usr/lib/libgmpxx.so.3 -> libgmpxx.so.3.0.4
and then run ldconfig -v again as root.
Marc Siegel
Ted Gervais wrote:
I installed Fedora core1 about a week ago and while things are generally pretty good I get this error when I run 'ldconfig -v'.
libssl.so.4 -> libssl.so.0.9.7a libanl.so.1 -> libanl-2.3.2.so libdb-4.1.so -> libdb-4.1.so libSegFault.so -> libSegFault.so libacl.so.1 -> libacl.so.1.1.0 libproc.so.2.0.17 -> libproc.so.2.0.17 libpwdb.so.0 -> libpwdb.so.0.62 libtermcap.so.2 -> libtermcap.so.2.0.8 ld-linux.so.2 -> ld-2.3.2.so libBrokenLocale.so.1 -> libBrokenLocale-2.3.2.so /usr/lib: ldconfig: Cannot stat /usr/lib/libgmpxx.so: No such file or directory
----------------------
After I get this error and can run ldconfig -v again, and there is no error. But it does return the next time I turn this machine back on.
Just wondering about why this is happening and should I fix it somehow? Everything else seems to be ok..