Thread: PNG Textures
View Single Post
Old 6th September 2006, 03:00 PM   #9
krausest
Junior Member
Junior member
 
Join Date: Sep 2006
Posts: 3
Default Re: PNG Textures

Quote:
Originally Posted by Andy View Post
This sounds like a linux library might be missing. Check the console and what AC3D outputs when it starts - theres probably a png library type error.
You're right. It says
failed to load plugin '/home/stef/Downloads/ac3dlx/plugins/pngload.p'
error: libpng.so.2: cannot open shared object file: No such file or directory

It seems that libpng.so.2 belongs to libpng-1.0.12 which seems to be so old that it's not available on ubuntu. If I link libpng.so.2 to libpng-1.2.8 I see the following error:
libpng warning: Application was compiled with png.h from libpng-1.0.12
libpng warning: Application is running with png.c from libpng-1.2.8
libpng error: Incompatible libpng version in application and library

Do you have any idea what I could do now?
krausest is offline   Reply With Quote