[GRASS5] release branch testers wanted (tarball provided)

Moritz Lennert mlennert at club.worldonline.be
Mon Aug 26 11:55:37 EDT 2002


On Mon, Aug 26, 2002 at 04:50:34PM +0200, Markus Neteler wrote:
> As a follow-up:
> 
> my build-script now compiles separated a 24bit PNG driver:
> http://mpa.itc.it/markus/tmp/pngdriver24_i686-pc-linux-gnu.tar.gz
> (65kb)
> 
> Installation (PNG driver upgrade from 8bit to 24bit):
> 1. start grass5
> 2. cd $GISBASE
> 3. mv driver/PNG driver/PNG.8bit
> 4. tar xvfz pngdriver24_i686-pc-linux-gnu.tar.gz
> 
> I had to hardcode library paths inside, please let
> me know if you get it working (ldd may help).
> 

On my Debian 3.0 I had to do

ln -s /usr/lib/libgd.so /usr/local/lib

and now I get 

error while loading shared libraries: libpng12.so.0

but I have

/usr/lib/libpng.a  
/usr/lib/libpng.so -> libpng.so.2
/usr/lib/libpng.so.2 -> libpng.so.2.1.0.12
/usr/lib/libpng.so.2.1.0.12  
/usr/lib/libpng.so.3 -> libpng.so.3.1.2.1
/usr/lib/libpng.so.3.1.2.1 

When I try 

ln -s /usr/lib/libpng.so.2 /usr/lib/libpng12.so.0

the driver seems to function, but I get a black&white image, even though GRASS_TRUECOLOR=TRUE.

When I try

ln -s /usr/lib/libpng.so.3 /usr/lib/libpng12.so.0

I get

GRASS:~ > d.mon stop=PNG
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.1
gd-png:  fatal libpng error: Incompatible libpng version in application and library
Monitor 'PNG' terminated


Moritz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/grass-dev/attachments/20020826/719b5f2e/attachment.bin


More information about the grass-dev mailing list