Loading of MS_3.3.006
Pericles S. Nacionales
pnaciona at gis.umn.edu
Tue Feb 8 19:29:32 PST 2000
Steve,
Some of the parameters that you used to specify on the mapserv.ini have
been incorporated into the map file. I would recommend that you specify the
full path to your symbols and font sets (on the mapfile). Also, when
defining the WEB object, use the keywords IMAGEPATH and IMAGEURL... These
keywords should be in the map file documentation on the mapserver web site.
Here's an example map file:
NAME EX1
SHADESET "/usr/projects/demo/symbols/shade.sym"
MARKERSET "/usr/projects/demo/symbols/marker.sym"
LINESET "/usr/projects/demo/symbols/line.sym"
FONTSET "/usr/projects/demo/fonts/fonts.list"
STATUS ON
SIZE 600 600
UNITS METERS
SHAPEPATH "/usr/projects/demo/data"
IMAGECOLOR
... (stuff deleted)
WEB
HEADER query/query_head.html
TEMPLATE paths.html
FOOTER query/query_foot.html
MINSCALE 1000
MAXSCALE 24000000
IMAGEPATH "/usr/projects/tmp/"
IMAGEURL "/tmp/"
END
---(other stuff follows)
END
If mapserv compiled properly on your machine, you most likely only need to
make the changes on your map files.
I hope this helps.
Perry Nacionales
pnaciona at gis.umn.edu
> -----Original Message-----
> From: owner-mapserver-users at lists [mailto:owner-mapserver-users at lists]On
> Behalf Of Stephen Power
> Sent: Tuesday, February 08, 2000 7:22 PM
> To: <
> Subject: Loading of MS_3.3.006
>
>
> I am having trouble getting the ms_3.3.006 to load in the cgi-bin dir.
>
> I have downloaded the tar.z and reset all the required variables in the
> makefile.
>
> NB: there was no ini file in the download.
>
> The sysem complies without error and seems to locate all the required
> addition such as Freetype 1.2, GD 1.2 etc. but when I transfer the
> mapserv to the cgi-bin directory (tere is no mapserv.inin created) and
> try to link to it, I get the Server Problem error.
>
> We have had mapserver 3.2 installed on the system and it works fine. I
> have been thrhough the make files for this version and everything is the
> same except for the regex in the new version. It doesn't appear to be
> there.
> The regex directory isn't in the new version either, although the
> installation instruction say it should be.
>
> Is this a problem and if so how can I get the regex stuff.
>
> This is the first time I have installed this application.
> Can anyone assist
>
> Regards
>
> Steve Power
>
More information about the MapServer-users
mailing list