Marc, Depending on what type of system you're on you can either set your $LD_LIBRARY_PATH env variable or add the proper directories to /etc/ld.so.conf and run ldconfig.
Either way, the goal is to tell mapserver where to find the libraries at runtime. - matt On 10/22/07, Marc Compte <[EMAIL PROTECTED]> wrote: > Hi, > > We are trying the shp2img tool but the following error shows up: > > ******************************* > ./shp2img: error while loading shared libraries: libgdal.so.1: cannot > open shared object file: No such file or directory > ******************************* > > We do have that library but we are guessing it might not be at the > proper place for UMN MapServer to find it. We currently have it at: > > /usr/local/OpenSource_FDO/Thirdparty/GDAL1.3/linux/lib/optimized/libgdal.so.1 > > /usr/local/OpenSource_FDO/Thirdparty/GDAL1.3/linux/lib/optimized/libgdal.so.1.9.0 > > /usr/local/OpenSource_FDO/Thirdparty/GDAL1.3/src/.libs/libgdal.so.1 > /usr/local/OpenSource_FDO/Thirdparty/GDAL1.3/src/.libs/libgdal.so.1.9.0 > > Any help will be greatly appreciated, thanks :) > > Marc > -- Matthew T. Perry http://www.perrygeo.net "Never ascribe to malice, that which can be adequately explained by incompetence."
