PDA

View Full Version : libpng12


DkySven
04-22-2011, 08:09 AM
After some time I am trying to play Regnum again, but I can't complete the updates, because the launcher cannot find libpng12.so.0. This is true, because I have libpng14.so.0

Can I create a symbolic link and what was the command for it?

Unk0
04-22-2011, 08:29 AM
ln -s /usr/lib/libpng14.so.0 /usr/lib/libpng12.so.0

Znurre
04-22-2011, 09:51 AM
I am not that sure libpng14 is backward compatible with libpng12.
You will find libpng12 in AUR.

DkySven
04-22-2011, 10:10 AM
Yea, the symbolic link didn't work. Thanks for the help, I'll try aur isntead.

Dracice
04-22-2011, 12:57 PM
I am not that sure libpng14 is backward compatible with libpng12.
You will find libpng12 in AUR.

libpng14 isnt compatible with 12 and libpng12 is in normal pacman repos

so

pacman -Sy libpng12
if u use arch ofc ;-)

Znurre
04-22-2011, 01:00 PM
libpng14 isnt compatible with 12 and libpng12 is in normal pacman repos

so

pacman -Sy libpng12
if u use arch ofc ;-)
libpng12 is not in the normal repos :p
http://www.archlinux.org/packages/?q=libpng12

Dracice
05-04-2011, 07:54 PM
libpng12 is not in the normal repos :p
http://www.archlinux.org/packages/?q=libpng12

ouch so it must be in archlinuxfr repo what i using, cos i installed libpng12 by pacman few days ago

surak
05-04-2011, 08:08 PM
Oh sh*it. This should not happen.

What architecture are we talking about?

NotScias
05-04-2011, 08:56 PM
ouch so it must be in archlinuxfr repo what i using, cos i installed libpng12 by pacman few days ago

Yes it is on archlinuxfr but not on the official ones.

Oh sh*it. This should not happen.

What architecture are we talking about?

Had this issue on Arch 64-bit. Solved by installing libpng12.

surak
05-04-2011, 08:57 PM
Yeah but the launcher is supposed to have libpng built-in

damn -.-

oh well, if you get your launcher patched soon don't be surprised :P

Truewar
01-20-2012, 11:45 AM
oh well... we are not surprized, Surak! Cuz it isn't built-in yet =)

Tigerious
01-20-2012, 07:40 PM
Why it's so hard to get rid of this old library ? :]
I still had many issues on Gentoo after upgrades in the past, they fixed it since some eapi that provide slots packages :]
Good luck surak :P

-rwxr-xr-x 1 root root 158528 3 sept. 10:19 /usr/lib/libpng12.so.0
lrwxrwxrwx 1 root root 18 27 août 14:00 /usr/lib/libpng14.so -> libpng14.so.14.8.0
lrwxrwxrwx 1 root root 18 27 août 14:00 /usr/lib/libpng14.so.14 -> libpng14.so.14.8.0
-rwxr-xr-x 1 root root 158408 27 août 14:00 /usr/lib/libpng14.so.14.8.0
lrwxrwxrwx 1 root root 11 27 août 14:00 /usr/lib/libpng.so -> libpng14.so

Tiger GrrRRr ~ qlist -CISv media-libs/libpng
media-libs/libpng-1.2.45 1.2
media-libs/libpng-1.4.8-r1 0

Would be interested to know how they manage this on other distros :P

SilverHaven
01-20-2012, 09:26 PM
Would be interested to know how they manage this on other distros :P

# pacman -Q | grep libpng
libpng 1.4.8-1
libpng12 1.2.46-2

71175
05-07-2012, 04:03 PM
Reviving this thread since i got the very same problem OP had. Any tips?
Distro: Fedora 17 x86_64.
libpng version: 1.5.10

Cuchulainn
05-07-2012, 04:14 PM
[...]

this yum command will help:
# yum whatprovides */libpng12.so.*

it will list the package libpng-compat

71175
05-07-2012, 04:26 PM
this yum command will help:
# yum whatprovides */libpng12.so.*

it will list the package libpng-compat

ty very much