Results 1 to 2 of 2
Hi there,
I'm trying to install libpng-1.2.5-7.i386.rpm in my FC5 box. But unfortunately it clashes with libpng-1.2.8-2.2.1 which is already installed.
---------------------------------------------------------------------------
[root@supportsvr html]# rpm -iv libpng-1.2.5-7.i386.rpm
Preparing packages for ...
- 01-13-2007 #1Just Joined!
- Join Date
- Jan 2007
- Location
- Seri Kembangan
- Posts
- 13
Libpng conflicts with other version but the binary is not there
Hi there,
I'm trying to install libpng-1.2.5-7.i386.rpm in my FC5 box. But unfortunately it clashes with libpng-1.2.8-2.2.1 which is already installed.
---------------------------------------------------------------------------
[root@supportsvr html]# rpm -iv libpng-1.2.5-7.i386.rpm
Preparing packages for installation...
package libpng-1.2.8-2.2.1 (which is newer than libpng-1.2.5-7) is already installed
file /usr/lib/libpng.so.3 from install of libpng-1.2.5-7 conflicts with file from package libpng-1.2.8-2.2.1
file /usr/lib/libpng12.so.0 from install of libpng-1.2.5-7 conflicts with file from package libpng-1.2.8-2.2.1
file /usr/share/man/man5/png.5.gz from install of libpng-1.2.5-7 conflicts with file from package libpng-1.2.8-2.2.1
--------------------------------------------------------------------------
But when i key in the 'whereis' command, it come out like this
[root@supportsvr html]# whereis libpng
libpng:
[root@supportsvr html]#
that's mean there is no binary file for libpng (whatever version it is). And now I getting confused.
There should no conflicts if binary file is not there right?
Then I'm trying with libpcap and it look like this:
[root@supportsvr html]# whereis libpcap
libpcap: /usr/lib/libpcap.so /usr/lib/libpcap.a
[root@supportsvr html]#
Can anybody please help me to settle this prob. I appreciate it.
- 01-15-2007 #2Just Joined!
- Join Date
- Jan 2006
- Posts
- 35
Try to uninstall and then install again? Or compile from source?


Reply With Quote