Not logged inOpenClonk Forum
Up Topic Development / Developer's Corner / libpng12
- - By WieselTrupp [de] Date 2011-01-02 00:43
hi there
i packed openclonk for the distribution i use, ArchLinux

the problem i run into: the game requires libpng12 but in my repositorys all i get is libpng14.
do i need to compile it from source to compile it against libpng14 or whont this solve the problem?
i use the prebuilt lin32 package from the main site, version 5.1.1.3

error log:
./clonk: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
--Starting OpenClonk without libpng12

./clonk: /usr/lib/libjpeg.so.62: no version information available (required by ./clonk)
./clonk: /usr/lib/libpng12.so.0: version `PNG12_0' not found (required by ./clonk)
./clonk: /usr/lib/libcrypto.so.0.9.8: no version information available (required by ./clonk)
--making a softlink from libpng12.so.0 to libpng14.so.14.5 (the current libpng on this system)
Reply
Parent - By Clonk-Karl [de] Date 2011-01-02 02:39

> do i need to compile it from source to compile it against libpng14 or whont this solve the problem?


Yes, this would help, and I think it's the only (proper) option if libpng12 is not at all available on Arch.
Reply
Up Topic Development / Developer's Corner / libpng12

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill