LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-10-2011, 11:14 PM   #1
mrnikunjdoshi
LQ Newbie
 
Registered: Aug 2011
Posts: 10

Rep: Reputation: Disabled
SUMO Installation in Fedora 15


Can anybody please give me installation steps for installing SUMO in Fedora 14

Last edited by mrnikunjdoshi; 10-17-2011 at 05:18 AM.
 
Old 10-11-2011, 03:27 AM   #2
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
1) su <password>
2) cp sumo.repo /etc/yum.repos.d/
3) yum install sumo

Code:
[sumo]
name=Sumo
baseurl=http://download.opensuse.org/repositories/home:/behrisch/Fedora_14/
enabled=1 
gpgcheck=0
You can also use the attached file, please rename to sumo.repo
Attached Files
File Type: txt sumo.repo.txt (115 Bytes, 44 views)

Last edited by knudfl; 10-19-2011 at 04:50 AM.
 
1 members found this post helpful.
Old 10-17-2011, 01:15 AM   #3
mrnikunjdoshi
LQ Newbie
 
Registered: Aug 2011
Posts: 10

Original Poster
Rep: Reputation: Disabled
Error while installing XERCES C++ Parser Version 2.7.0 and Version 2.8.0

Hi,

I am trying to install XERCES C++ src version 2.7.0.
runConfigure is working properly. But when gmake command is used then I am getting following error:

============================================================================
Building parsers
gmake -s -C parsers
(CP) /nikunj/SUMO/xerces-c-src_2_7_0/include/xercesc/parsers
(C++) AbstractDOMParser.o
AbstractDOMParser.cpp:45:44: fatal error: xercesc/dom/impl/DOMAttrImpl.hpp: No such file or directory
compilation terminated.
gmake[1]: *** [AbstractDOMParser.o] Error 1
gmake: *** [Parsers] Error 2
=============================================================================

Can you please help me how to solve the following above error ?

Regards,
Nikunj Doshi
 
Old 10-17-2011, 03:56 AM   #4
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
Installing Xerces-c version 2.7 :

# yum search xerces-c
# yum install xerces-c27


No internet connection ? The package is here :
32bits http://download.fedora.redhat.com/pu....fc15.i686.rpm

64bits http://download.fedora.redhat.com/pu...c15.x86_64.rpm

.
 
Old 10-17-2011, 04:07 AM   #5
mrnikunjdoshi
LQ Newbie
 
Registered: Aug 2011
Posts: 10

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
Installing Xerces-c version 2.7 :

# yum search xerces-c
# yum install xerces-c27


No internet connection ? The package is here :
32bits http://download.fedora.redhat.com/pu....fc15.i686.rpm

64bits http://download.fedora.redhat.com/pu...c15.x86_64.rpm

.
But I want it to install because of SUMO with certain features so I cannot use yum install and need to install it manually
 
Old 10-17-2011, 04:21 AM   #6
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
Which features ? ?


Please explain why you need a manual install of xerces-c27.
 
Old 10-17-2011, 04:24 AM   #7
mrnikunjdoshi
LQ Newbie
 
Registered: Aug 2011
Posts: 10

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
Which features ? ?


Please explain why you need a manual install of xerces-c27.
tar xzf xerces-c-current.tar.gz
export XERCESCROOT=${HOME}/xerces-c-src_3_0_1
cd $XERCESCROOT/src/xercesc
autoconf
./runConfigure -plinux -cgcc -xg++ -minmem -nsocket -tnative -rpthread -P$HOME
make
make install

This are the steps that were written for building SUMO. SO I need to install it manually.
 
Old 10-17-2011, 04:34 AM   #8
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
Post # 3 says "xerces-c-src_2_7_0".

Post # 7 : "xerces-c-src_3_0_1".

Which one is it ?

Please provide a link to the install information, you quote in post #7 :
""runConfigure -plinux -cgcc -xg++ -minmem -nsocket -tnative -rpthread"" etc.

EDIT : That's exactly how the Fedora xerces-c27 is configured ! !

Last edited by knudfl; 10-17-2011 at 04:39 AM.
 
Old 10-17-2011, 04:44 AM   #9
mrnikunjdoshi
LQ Newbie
 
Registered: Aug 2011
Posts: 10

Original Poster
Rep: Reputation: Disabled
Xerces 2.7.0

Quote:
Originally Posted by knudfl View Post
Post # 3 says "xerces-c-src_2_7_0".

Post # 7 : "xerces-c-src_3_0_1".

Which one is it ?

Please provide a link to the install information, you quote in post #7 :
""runConfigure -plinux -cgcc -xg++ -minmem -nsocket -tnative -rpthread"" etc.

EDIT : That's exactly how the Fedora xerces-c27 is configured ! !
Installation steps for XERCESC 2.7.0:
tar -zvxf xerces-c-src_2_7_0.tar.gz
export XERCESCROOT=$home/nikunj/SUMO/xerces-c-src_2_7_0
cd src/xercesc
autoconf
./runConfigure -plinux -cgcc -xg++ -minmem -nsocket -tnative -rpthread
gmake

In gmake I am getting error

Also I am having Fedora 14

Last edited by mrnikunjdoshi; 10-17-2011 at 04:51 AM.
 
Old 10-17-2011, 05:00 AM   #10
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
Install the Fedora packages : xerces-c27 , xerces-c27-devel.

The "install instructions", building xerces-c, are in the file 'xerces-c27.spec' :
ftp://ftp.sunet.se/pub/Linux/distrib...9.fc15.src.rpm
... Where you also find the patch, that makes is possible to build
xerces-c27* on Fedora 15 : xerces-c--CVE-2009-1885.diff

What makes you think that the instructions, you use, is something
required for sumo ? Xerces-c is always using these build options.

Last edited by knudfl; 10-17-2011 at 05:02 AM.
 
Old 10-19-2011, 01:58 AM   #11
mrnikunjdoshi
LQ Newbie
 
Registered: Aug 2011
Posts: 10

Original Poster
Rep: Reputation: Disabled
I am trying to install SUMO with rpm files. But when certain files are not present.
So I tried to install using "yum install" command.
yum install libgdal.so.1
In this package proj and postgresql-libs are not getting mirrors.
 
Old 10-19-2011, 04:58 AM   #12
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
I have edited post # 2 to all "Fedora_14", the 'sumo.repo.txt' included.
Sorry. Fedora 14 packages are here
http://download.opensuse.org/reposit...sch/Fedora_14/


The yum commands for "libgdal.so.1" :
1) yum provides */libgdal.so.1
2) su 3) yum install gdal
 
Old 11-14-2011, 01:12 AM   #13
mrnikunjdoshi
LQ Newbie
 
Registered: Aug 2011
Posts: 10

Original Poster
Rep: Reputation: Disabled
Hi,

I want to run sumo. I have already installed the SUMO 0.13. But when I am trying to run the ./sumo-gui in src folder, it is giving me error.

./sumo-gui: error while loading shared libraries: libxerces-c-3.1.so: cannot open shared object file: No such file or directory

Can you please help me how to solve the following error ?

Thanks,
Nikunj Doshi
 
Old 11-16-2011, 02:35 AM   #14
mrnikunjdoshi
LQ Newbie
 
Registered: Aug 2011
Posts: 10

Original Poster
Rep: Reputation: Disabled
HI,

I want to run the MOVE using Dynamic routing. But when I create Vehicles then I am getting following error:

Error: On processing option '-R':
No option with the name 'R' exists.
Warning: Please note that 'continue-on-unbuild' is deprecated.
Use 'ignore-errors' instead.
Error: On processing option '-R':
No option with the name 'R' exists.
Warning: Please note that 'continue-on-unbuild' is deprecated.
Use 'ignore-errors' instead.
Error: Could not parse commandline options.
Quitting (on error).

If anybody can help

Regards,
Nikunj Doshi
 
  


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
install sumo glitter Linux - Newbie 9 08-31-2013 04:04 PM
install sumo glitter Linux - Newbie 1 04-09-2011 10:17 AM
SUMO installation for TraNS on Fedora 12 Pranav Singh Linux - Newbie 3 11-01-2010 11:19 AM
LXer: Mozilla SUMO Is No Lightweight LXer Syndicated Linux News 0 04-11-2009 01:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:50 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