Again, thank you for your response.

The LD_LIBRARY_PATH as my user is set to /usr/local/lib. This is the default setting by a default user with F9. There are no libraries in /usr/local/lib, so there isn't a conflict.

Since this is repeatable simply by trying to set up a printer from the desktop, I would think others would be running into it as well. Am I the only one? Or does everyone else know the manual process so well that no one bothers to test/fix the wizard? This is not meant as a criticism. I'm just looking for a solution, and I want to know the odds of finding someone that has figured it out or is working on it.

Thanks again,
Chris




Michael Schwendt wrote:
On Sat, 05 Jul 2008 11:50:16 -0700, Chris Carlson wrote:

Thank you, Michael, for responding.

Here's what I get when I enter the commands you suggested:

[EMAIL PROTECTED] ~]# rpm -q libpng
libpng-1.2.29-1.fc9.i386
[EMAIL PROTECTED] ~]# rpm -V libpng
[EMAIL PROTECTED] ~]# ldd /usr/lib/libcairo.so.2 | grep libpng
        libpng12.so.0 => /usr/lib/libpng12.so.0 (0x00ab0000)
[EMAIL PROTECTED] ~]# objdump -T /usr/lib/libpng12.so.0 | grep expand
00ac5a50 g    DF .text  0000001d  PNG12_0     png_set_expand
00ac5a90 g    DF .text  0000001d  PNG12_0     png_set_expand_gray_1_2_4_to_8

I hope that helps.

It looks okay. However, you should have executed those commands
as your normal user, not "root". Most often, when I've seen such
an error message, which you refer to, the reason was a modified
$LD_LIBRARY_PATH pointing to incompatible libs in /usr/local/lib.


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Reply via email to