Discussion:
Can't find mapserv.exe
Bill Hudspeth
2014-10-14 19:31:40 UTC
Permalink
Hello,

I installed mapserver 6.4.1 in Ubuntu 14.0.1 using synaptic package manager. I know it is installed on my system. When I run

mapserv -v, I get:

MapServer version 6.4.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ SUPPORTS=GD SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE

When I search for the file (mapserv.exe) with locate or find, it is not found. I want to place a copy in my cgi-bin, as follows:

/var/www/website/public_html/cgi-bin ....

What am I missing?

Thanks! Vick
Worth Lutz
2014-10-14 19:49:00 UTC
Permalink
ubuntu is linux ... no ".exe"

mapserv should already be in /usr/lib/cgi-bin/
and /usr/bin/

No need to move it.

try

locate mapserv

to find it.


*Worth Lutz*
------------------
Post by Bill Hudspeth
Hello,
I installed mapserver 6.4.1 in Ubuntu 14.0.1 using synaptic package manager. I know it is installed on my system. When I run
MapServer version 6.4.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ SUPPORTS=GD SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE
/var/www/website/public_html/cgi-bin ....
What am I missing?
Thanks! Vick
_______________________________________________
mapserver-users mailing list
http://lists.osgeo.org/mailman/listinfo/mapserver-users
Jeff McKenna
2014-10-14 19:59:45 UTC
Permalink
Another nice trick to see where something is installed on Ubuntu is to
use the 'which' command:


$ which mapserv

/usr/local/bin/mapserv

-jeff
--
Jeff McKenna
MapServer Consulting and Training Services
http://www.gatewaygeomatics.com/
Post by Worth Lutz
ubuntu is linux ... no ".exe"
mapserv should already be in /usr/lib/cgi-bin/
and /usr/bin/
No need to move it.
try
locate mapserv
to find it.
*Worth Lutz*
------------------
Post by Bill Hudspeth
Hello,
I installed mapserver 6.4.1 in Ubuntu 14.0.1 using synaptic package manager. I know it is installed on my system. When I run
MapServer version 6.4.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ SUPPORTS=GD SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE
/var/www/website/public_html/cgi-bin ....
What am I missing?
Thanks! Vick
forums
2014-10-14 20:10:35 UTC
Permalink
which mapserv

Will tell you where it is in your path.
Post by Worth Lutz
ubuntu is linux ... no ".exe"
mapserv should already be in /usr/lib/cgi-bin/
and /usr/bin/
No need to move it.
try
locate mapserv
to find it.
*Worth Lutz*
------------------
Hello,
I installed mapserver 6.4.1 in Ubuntu 14.0.1 using synaptic package manager. I know it is installed on my system. When I run
MapServer version 6.4.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ SUPPORTS=GD SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE
/var/www/website/public_html/cgi-bin ....
What am I missing?
Thanks! Vick
_______________________________________________
_______________________________________________
mapserver-users mailing list
http://lists.osgeo.org/mailman/listinfo/mapserver-users
--
A computer without Windows is like chocolate cake without mustard.
Antti J. Lind
2014-10-14 19:44:50 UTC
Permalink
Hi,

I think that the filename on linux-os is just mapserv

try "which mapserv"

--
AJL
Post by Bill Hudspeth
Hello,
I installed mapserver 6.4.1 in Ubuntu 14.0.1 using synaptic package
manager. I know it is installed on my system. When I run
MapServer version 6.4.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML
SUPPORTS=PROJ SUPPORTS=GD SUPPORTS=AGG SUPPORTS=FREETYPE
SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG SUPPORTS=ICONV
SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT
SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER
SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS
INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE
When I search for the file (mapserv.exe) with locate or find, it is
/var/www/website/public_html/cgi-bin ....
What am I missing?
Thanks! Vick
_______________________________________________
mapserver-users mailing list
http://lists.osgeo.org/mailman/listinfo/mapserver-users
Loading...