Dan Nicholson wrote these words on 08/09/07 10:01 CST: > That looks like the library is called libnetpbm, but libgocr is tryng > to link to libpnm (-lpnm). I bet if you `ln -sv libnetpbm.so > libpnm.so', it would work. The linker is failing to find the library > in the config.log output Nicolas showed.
I think Dan has hit it on the nose. I see at: http://www.novell.com/products/linuxpackages/suselinux/libnetpbm.html they do what Dan suggests. In fact, they link many more names to libnetpbm lrwxrwxrwx 1 root root 12 Apr 23 03:26 /usr/lib64/libpbm.so -> libnetpbm.so lrwxrwxrwx 1 root root 12 Apr 23 03:26 /usr/lib64/libpgm.so -> libnetpbm.so lrwxrwxrwx 1 root root 12 Apr 23 03:26 /usr/lib64/libpnm.so -> libnetpbm.so lrwxrwxrwx 1 root root 12 Apr 23 03:26 /usr/lib64/libppm.so -> libnetpbm.so My apologies to Nicolas for my earlier hasty reply, where I didn't have a clue what I was talking about (didn't notice the lib name different than what gets installed). -- Randy rmlscsi: [bogomips 1003.26] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686] 11:10:01 up 7 days, 11:01, 1 user, load average: 0.24, 0.15, 0.10 -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
