LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-11-2013, 11:17 PM   #1
vishalpolara
Member
 
Registered: Nov 2012
Posts: 47

Rep: Reputation: Disabled
installlation of sumo-0.15 in linux


can anybody tell me how to install sumo-0.15 in linux

vishal@vishal:~/sumo$ make
Makefile:16: *** missing separator. Stop.

Last edited by vishalpolara; 01-12-2013 at 12:36 AM.
 
Old 01-12-2013, 12:51 AM   #2
ukiuki
Senior Member
 
Registered: May 2010
Location: Planet Earth
Distribution: Debian
Posts: 1,030

Rep: Reputation: 385Reputation: 385Reputation: 385Reputation: 385
If you using Ubuntu(I see the icon under your nick), type in the terminal:
Code:
apt-get install sumo
Regards
 
Old 01-12-2013, 02:41 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
Makefile:16: *** missing separator. Stop.
? A corrupt source ?
sumo-src-0.15.0.tar.gz http://jaist.dl.sourceforge.net/proj...-0.15.0.tar.gz

Or missing prerequisites ?
sudo apt-get install libxerces-c-dev libgdal-dev libproj-dev libfox-1.6-dev


The sumo package is available from Ubuntu, but only for Ubuntu 12.10 .
Which version are you using ? ?

-
 
Old 01-12-2013, 09:26 PM   #4
vishalpolara
Member
 
Registered: Nov 2012
Posts: 47

Original Poster
Rep: Reputation: Disabled
I am using ubuntu 10.04

tell me step for installing sumo
 
Old 01-13-2013, 12:13 AM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 4

Like the file sumo-0.15.0/INSTALL says :

cd sumo-0.15.0/ && ./configure && make && sudo make install
 
Old 01-13-2013, 08:20 AM   #6
vishalpolara
Member
 
Registered: Nov 2012
Posts: 47

Original Poster
Rep: Reputation: Disabled
it is not working

i have tryed to install all that package like gdal,xerces,proj,fox

but it is not installed perfectly.

can you give me step to install it in ubuntu 10.04.........

plz help me ..........
 
Old 01-13-2013, 09:28 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 6
Quote:
I have tried to install all that package like gdal,xerces,proj,fox
It is : 1) sudo apt-get update
2) sudo apt-get install libxerces-c-dev libgdal-dev libproj-dev libfox-1.6-dev
EDIT : See post # 9


-

Last edited by knudfl; 01-15-2013 at 03:05 AM.
 
Old 01-15-2013, 12:39 AM   #8
vishalpolara
Member
 
Registered: Nov 2012
Posts: 47

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
# 6

Wrong.

It is : 1) sudo apt-get update
2) sudo apt-get install libxerces-c-dev libgdal-dev libproj-dev libfox-1.6-dev
i have tryed but following error occurs

The following information may help to resolve the situation:

The following packages have unmet dependencies:
libgdal1-dev: Depends: libxerces-c2-dev but it is not going to be installed
E: Broken packages
 
Old 01-15-2013, 03:01 AM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 8.

OK, Ubuntu 10.04 : 'libxerces-c2-dev' will do.
a) sudo apt-get install -f
b) sudo apt-get install libxerces-c2-dev libgdal-dev libproj-dev libfox-1.6-dev

c) cd /usr/lib/
d) sudo ln -s libgdal1.6.0.so libgdal.so

-
 
Old 01-18-2013, 11:14 PM   #10
vishalpolara
Member
 
Registered: Nov 2012
Posts: 47

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
# 8.

OK, Ubuntu 10.04 : 'libxerces-c2-dev' will do.
a) sudo apt-get install -f
b) sudo apt-get install libxerces-c2-dev libgdal-dev libproj-dev libfox-1.6-dev

c) cd /usr/lib/
d) sudo ln -s libgdal1.6.0.so libgdal.so

-

finally command will work

thanx
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI driver installlation fered Linux - Hardware 3 03-10-2010 03:48 AM
The Installlation Nightmare TuxFreak Linux - General 2 12-14-2004 05:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration