[mapserver-users] Mapscript and proj4 support ?
Stephen Woodbridge
woodbri at swoodbridge.com
Wed Apr 24 05:59:35 PDT 2002
Stef,
Did you do a make install from the mapserver build environment?
Check and see if you have a /usr/local/lib/libmap.a and delete it if you
do. Do NOT do a make install! If it was there, do a make clean; make and
try again.
Also check that all of your libraries are accessable at runtime with
/sbin/ldconfig -pX and make sure the proj and GDAL libraries if listed
in the ldd command also so up on this list.
If they don't then you need to make sure the /usr/local/lib is included
in /etc/ld.so.conf and run /sbin/ldconfig as root.
-Steve W.
Stephane MOREL wrote:
>
> Hi,
>
> Mapscript is installed on my computer. ( Linux suse 7.2 Mapserver 3.5)
> ./mapserver -v -> Mapserver verion 3.5 OUTPUT=PNG OUTPUT=JPEG
> OUTPUT=WBMP SUPPORTS=PROJ SUPPORTS=TTF INPUT=TIFF INPUT=EPPL7 INPUT=JPEG
> INPUT=GDAL INPUT=SHAPEFILE
> As you can see proj is installed.
>
> When I put phpinfo(); in a php page I get:
> MapScript Version (Nov 27, 2001)
> MapServer version 3.5 OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP SUPPORTS=TTF
> INPUT=TIFF INPUT=EPPL7 INPUT=JPEG INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE
> As you can see proj is not installed !!!
>
> What am I missing ?
> Why proj support is not include in my phpinfo() result ?
>
> Thanks
> stef
More information about the MapServer-users
mailing list