Hi,

Simon Geard wrote on Sat, 24 Sep 2005:

In this case, the configure script is looking directly for the relevant
library, in this case libxml.so, and isn't finding it. Since the .pc
file shows it's installed to /usr, what does the following command show?

  ls -l /usr/lib/libxml.*

The output is as under:

[EMAIL PROTECTED]:~# ls -l /usr/lib/libxml.*
-rw-r--r--  1 root root 905712 Sep 24 11:24 /usr/lib/libxml.a
-rwxr-xr-x  1 root root    695 Sep 24 11:24 /usr/lib/libxml.la
lrwxrwxrwx 1 root root 16 Sep 24 11:24 /usr/lib/libxml.so -> libxml.so.1.8.17 lrwxrwxrwx 1 root root 16 Sep 24 11:24 /usr/lib/libxml.so.1 -> libxml.so.1.8.17
-rwxr-xr-x  1 root root 747959 Sep 24 11:24 /usr/lib/libxml.so.1.8.17
[EMAIL PROTECTED]:~#

Yaah. It is showing the static and dynamic libs and the symlinks as you mentioned. But why is 'gnome-print' not able to get it?

Regards,

Randhir Phagura


--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to