Okay John, mine looks like this:john Van Vliet wrote:Code: Select all
cd /usr/lib
ls -l libpng*
[Chris@Quantum ~]$ cd /usr/lib
[Chris@Quantum lib]$ ls -l libpng*
lrwxrwxrwx. 1 root root 18 5. Jul 17:49 libpng12.so -> libpng12.so.0.44.0
lrwxrwxrwx. 1 root root 18 4. Jul 14:41 libpng12.so.0 -> libpng12.so.0.44.0
-rwxr-xr-x. 1 root root 163736 29. Jun 21:07 libpng12.so.0.44.0
lrwxrwxrwx. 1 root root 11 5. Jul 17:49 libpng.so -> libpng12.so
lrwxrwxrwx. 1 root root 16 4. Jul 14:41 libpng.so.3 -> libpng.so.3.44.0
-rwxr-xr-x. 1 root root 171364 29. Jun 21:07 libpng.so.3.44.0
--> So this means that I don't have libpng14 installed. Should make things easier when trying to build Celestia, shouldn't it?
and the first lines png.h are the same as in your post:
/* png.h - header file for PNG reference library
*
* libpng version 1.2.44 - June 26, 2010
* Copyright (c) 1998-2010 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
Regards,
Guckytos