Recently, i have downloaded wxPython2.8-gtk-unicode-2.8.4
.0-fc6_py2.4.i386 to be installed in FC6. However i face the following problem when i rpm -ivh.
the error is
Failed dependencies:
libpng12.so.0 (PNG12_0) is needed by wxPython2.8-gtk2...
rtld(GNU_HASH) is needed by wxPython2.8.....
I did a scan and realise libpng12.so.0 is available in /usr/lib and /usr/local/lib...
i try installing libpng but the error still exists and prevent myself from installing.
Can anyone please help me?
Is the libpng-1.2.10 RPM installed? Or was libpng installed some other way? To find out try:
rpm -qa | grep libpng
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
Recently, i have downloaded wxPython2.8-gtk-unicode-2.8.4
.0-fc6_py2.4.i386 to be installed in FC6. However i face the following
problem when i rpm -ivh.
the error is
Failed dependencies:
libpng12.so.0 (PNG12_0) is needed by wxPython2.8-gtk2…
rtld(GNU_HASH) is needed by wxPython2.8…
I did a scan and realise libpng12.so.0
is available in /usr/lib and
/usr/local/lib…
i try installing libpng but the error still exists and prevent myself
from installing.
Can anyone please help me?
Is the libpng-1.2.10 RPM installed? Or was libpng installed some other
way? To find out try:
rpm -qa | grep libpng
–
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
Recently, i have downloaded wxPython2.8-gtk-unicode-2.8.4
.0-fc6_py2.4.i386 to be installed in FC6. However i face the following
problem when i rpm -ivh.
the error is
Failed dependencies:
libpng12.so.0 (PNG12_0) is needed by wxPython2.8-gtk2…
rtld(GNU_HASH) is needed by wxPython2.8…
I did a scan and realise libpng12.so.0
is available in /usr/lib and
/usr/local/lib…
i try installing libpng but the error still exists and prevent myself
from installing.
Can anyone please help me?
Is the libpng-1.2.10 RPM installed? Or was libpng installed some other
way? To find out try:
rpm -qa | grep libpng
–
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
Hi, yes both libpng-1.2.8 and libpng-devel are installed. But still the failed dependencies is denying me from installing wxPython.
The libpng on my FC6 is libpng-1.2.10-7, perhaps your libpng isn't providing the PNG12_0 versioned symbol. Running "rpm -q --provides libpng" will show you what it provides. Or perhaps you have an incomplete update? Running "yum update libpng" (as root) may help.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
Hi, i do not have inet connection to do a yum install. Just did the rpm -q --provides libpng.
libpng.so.3
libpng12.so.0
libpng = 2:1.2.8-2.2.1
How to tell if it provdes the PNG12_0 versioned symbol?
Mine has another line:
libpng12.so.0(PNG12_0)
Anything else i can do?
I try installing ibpng-1.2.10-7.
Did that make any difference?
If all else fails you can get the source RPM and build your own set of wxPython RPMs for your system. You may need to get additional devel packages installed however in order to do this so you'll want to be able to do a yum update.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!