Another test would be to do this.. (assumes a Bourne shell) export $LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
Also, do a check on libgdal.so itself... ldd /usr/local/lib/libgdal.so.1 Look for any "not found"s If php_mapscript.so is trying to link to libgdal.so and libgdal.so is linked to something it cannot find then the error will show up as not being able to link to libgdal. ----- Original Message ---- > From: Jacolin Yves <[email protected]> > To: Mapserver ML <[email protected]> > Sent: Thursday, January 8, 2009 8:42:33 AM > Subject: Re: [mapserver-users] libgdal error with php/MapScript > > Le Thursday 08 January 2009 15:39:14 Alan Boudreault, vous avez écrit : > > Yves, > > > > Did you look is there is any "libgdal.so*" file in the lib directory? > > If there's one... but it's not named "libgdal.so.1" .... maybe you could > > try to make a symbolic link to it. > > > > Alan > > Alan, > > the libgdal.so.1 exist, ls /usr/local/lib/libgdal* gives: > /usr/local/lib/libgdal.a > /usr/local/lib/libgdal.la > /usr/local/lib/libgdal.so > /usr/local/lib/libgdal.so.1 > /usr/local/lib/libgdal.so.1.13.0 > > thanks > > Y. > -- > Yves Jacolin > --- > http://softlibre.gloobe.org > _______________________________________________ > mapserver-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapserver-users _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
