LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   sumo-gui file is not created after installation of sumo-0.22.0 on ubuntu 14.04 (https://www.linuxquestions.org/questions/linux-newbie-8/sumo-gui-file-is-not-created-after-installation-of-sumo-0-22-0-on-ubuntu-14-04-a-4175535678/)

muratc 03-03-2015 03:52 PM

sumo-gui file is not created after installation of sumo-0.22.0 on ubuntu 14.04
 
Hi Everyone,

I have instaleed sumo-0.22.0 succesfully but there is no sumo-gui.exe file in bin folder. I would be grateful if anyone help me.

Best,
Murat

knudfl 03-03-2015 04:56 PM

Welcome to LQ.

Ubuntu 14.04 : Is it a 32bits OS or is it 64bits ?


The executable for "sumo GUI is named 'sumo-gui' . Not sumo-gui.exe
* The package 'libfox-1.6-dev' must be installed to create GUI.

Sumo :
$ sudo apt-get install libgdal-dev libxerces-c-dev libproj-dev libfox-1.6-dev



-

muratc 03-04-2015 03:26 PM

Dear knudfl,

Thank you for quick reply. The OS is 64 bits. I've installed all required packets as libgdal-dev libxerces-c-dev libproj-dev libfox-1.6-dev before sumo installation but the sumo-gui file was not created.

EDDY1 03-04-2015 05:35 PM

Look for sumo-gui file & link to /usr/bin.
In fact you said it wasn't in /bin check in /usr/bin.

knudfl 03-04-2015 05:39 PM

Ubuntu 14.04 - 64bits.

HOWTO sumo-0.22.0 :
$ tar xvf sumo-src-0.22.0.tar.gz
http://softlayer-ams.dl.sourceforge....-0.22.0.tar.gz
$ cd sumo-0.22.0/
$ ./configure
The 'configure' should end with this line for "enabled" :
Enabled: InternalLanes DoublePrecision Subsecond TRACI PROJ GDAL GUI

$ make : No issues here.
$ make install
.... Will result in these files in sumo-0.22.0/bin/ :
{ activitygen dfrouter duarouter emissionsDrivingCycle emissionsMap
trrouter marouter netconvert netgenerate od2trips polyconvert
sumo sumo-gui TraCITestClient }

$ sudo make install
... Then you have the same 14 files in /usr/local/bin/.

*** If you did anything different from the above :
Could have caused your error(s).

-

muratc 03-14-2015 10:31 AM

The configuration ends with "disabled: PROJ GDAL GUI" although gdal and proj have been installed.

knudfl 03-15-2015 01:57 PM

<<< Ref. #6.

? May be you anyway did something different from post #5 ?

Please start from scratch, and follow #5 strictly.


-

phucdv11 05-01-2015 10:18 PM

Sorry for interrupt,
I'm using ubuntu 14.04-desktop-i386. That is 64 bit right?
and i have install done with MOVE , but Does MOVE have support for SUMO 0.22. or i need to instal MOVE and SUMO with another version?
Please help.
Thank a lot!

knudfl 05-02-2015 01:54 AM

Re #8, @phucdv11.

`i386' is a name used by Debian, Ubuntu for historical reasons.
The OS is i686 for 32bits, which is the OS architecture required for ns2.

( The Debian, Ubuntu nick name for 64bits (x86_64) is amd64.)


MOVE / Sumo : The latest update of the Manual still says 'sumo-0.12.3' :
http://lens1.csie.ncku.edu.tw/MOVE/E...ep-by-step.pdf

MOVE : There is one version only, MOVE.jar. And an application.jar requires no install !

Sumo-0.12.3 cannot be built with Ubuntu 12** ... 15*.
Please use the Ubuntu package sumo-bin-0.12.3-u1110_i386.deb ,
ref. the "Sumo INFO" http://www.linuxquestions.org/questions/tags/sumo/
>>> post #72 here http://www.linuxquestions.org/questi...294/page5.html
1) sudo apt-get install libxerces-c28
2) Download 'sumo-bin-0.12.3-u1110_i386.deb', click the package to install it.
3) $ sumo-gui


-

phucdv11 05-04-2015 09:56 AM

1 Attachment(s)
#9, @knudfl
thank you for your time
i have donwload the sumo-bin-0.12.3-u1110_i386.deb and instanll by click( you can see in the picture i have attach)
but when type this
Code:

phuc@ubuntu:~$ sumo-gui
sumo-gui: error while loading shared libraries: libproj.so.0: cannot open shared object file: No such file or directory

it have error like that. what can i do next. please help me.
i have read the #72 you have show me in #9, if you dont mind, could you show me a step to install Sumo on my ubuntu 14.04 to work wiht MOVE.
thank you so much!

knudfl 05-04-2015 02:51 PM

Re #10.

Post #8 seems to be also about Sumo ?
So if you ever considered building sumo, you would also need the build prerequisites.
... Read this very thread. Read post #2 : $ sudo apt-get install [prerequisites]

phucdv11 05-05-2015 08:30 AM

#10, thank you so much,
i have installed it successfully.

Alpa Barad 10-20-2015 11:05 PM

hii
I have used ubuntu 14.04 -64bits
I want to install sumo for that can I install sumo-0.24 for win64 bit?
Thank u in advance

knudfl 10-21-2015 05:14 AM

Re #13 : "..install sumo-0.24 for win64 bit".

May be ...

Sumo-0.24-svn/src/windows_config.h, line 29 : "This file is for MSVC compilation only."
(But: I have never seen any text / comment from anybody actually building a "Windows sumo".)

*** There is a 64bits binary : sumo-win64-0.24.0.zip >>
>>> http://prdownloads.sourceforge.net/s...0.zip?download
Ref. http://sumo.dlr.de/wiki/Downloads

Getting the latest source ...
$ svn so https://svn.code.sf.net/p/sumo/code/trunk/sumo

-

Alpa Barad 10-22-2015 10:45 PM

hello sir,
I m working on VANET so i want to create mobility models so that which traffic simulator is better for creating mobility model BONNMOTION or SUMO?
Thank u in advance..


All times are GMT -5. The time now is 09:54 PM.