[Mapserver-users] compile tcl mapscript

Nicolas Boretos nicolas at maich.gr
Thu Nov 6 02:32:32 EST 2003


Enils Bashi wrote:

>Hi,
>
>I am trying to compile tcl mapscript. When I run ./configure I get the
>following message:
>You must build MapServer first.
>--
>MapServer is already built, installed and running. There is a symolic link
>mapscript.i to ../mapscript.i in the tcl directory provided with mapserver
>4.0.1 tar.gz source file.
>Any ideas?
>I have mapserver 4.0.1 on Redhat 9 and ActiveTcl 8.4.4.0
>
>Enils Bashi
>Programmer - Chesapeake Bay Program
>Veridyne Incorporated
>Annapolis, Maryland: (410) 267-9833
>www.chesapeakebay.net
>
>
>_______________________________________________
>Mapserver-users mailing list
>Mapserver-users at lists.gis.umn.edu
>http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
>
>.
>
>  
>
Hi,

Change the first line to point to mapscriptvars instead of perlvars

if [ ! -f ../../mapscriptvars ] ; then
   echo "you must build MapServer first."
   exit
fi

it builds w/o problems....
regards,

nicolas boretos





More information about the mapserver-users mailing list