4

I try to install MapServer on Ubuntu by follow this tutorial. I was installed libraries and apach. But have a problem with last command:

libtool: install: /usr/bin/install -c /home/user/mapserver /usr/local/bin/mapserv

I have libtool library in system. But its says that directory /home/user/mapserver not exist. When i try:

 libtool install /usr/bin/install -c /home/user/mapserver /usr/local/bin/mapserv

I get:

/usr/bin/install: omitting directory '/home/user/mapserver'

Whats wrong?
PS: first time see Linux OS.

asked Jun 24, 2013 at 9:03

1 Answer 1

8

If you are a first time user, you should definitely install mapserver using provided packages rather than compiling from source.

sudo apt-get install mapserver is what you need. If you want a more recent version of mapserver, you should consider adding the ubuntugis repository first:

sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get install cgi-mapserver
answered Jun 24, 2013 at 9:16
1
  • 3
    Its fine i do sudo apt-get install cgi-mapserver and get MapServer. Commented Jun 24, 2013 at 10:04

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.