Re: [sumo-user] CentOS 6 installation issue

2018-04-05 Thread Michael Behrisch
Hi,
I tried here and the problem is an outdated g++ compiler. You need an
updated toolchain. I followed those instructions:
https://stackoverflow.com/questions/36327805/how-to-install-gcc-5-3-with-yum-on-centos-7-2

Best regards,
Michael

Am 05.04.2018 um 14:48 schrieb Jakub Filip Stawik:
> Greetings
> 
> Apologies for my previous mail with the same topic - it was a missclick
> and needs to be deleted.
> 
> I can't make sumo work in CentOS 6 environment.
> What I have tried:
> - Compiling sumo from sources according to wiki instruction: the
> installation didn't see xerces - neither one installed by yum nor one
> compiled from sources. I have tried using --with-xerces flag but to no
> avail. According to ldconfig xerces library is linked. Trying to 'make'
> sumo:
> 
> checking pkg-config is at least version 0.9.0... yes
> checking for XERCES... yes
> checking for main in -lxerces-c... no
> configure: error: xerces-lib not found. Specify path with option
> --with-xerces-libraries=DIR.
> 
> despite it being installed and seen by the ldconfig:
> 
> [root@cyber sumo-0.32.0]# ldconfig -p | grep xerces
>     libxerces-c-3.0.so (libc6,x86-64) => /usr/lib64/libxerces-c-3.0.so
> 
> when given the directory above as a parameter it fails with:
> 
> checking for XERCES... yes
> checking for main in -lxerces-c... no
> configure: error: xerces-lib not found in "/usr/lib64/libxerces-c-3.0.so".
> 
> All of xerces-c, xerces-c-devel and xerces-c-doc has been installed.
> 
> 
> - Using yum with various repositories including dedicated CentOS 6 repo
> found online and  behrisch's OpenSUSE repo (error message attached)
> 
> - Using .rpm file: I got the following warning, no error but couldn't
> proceed:
> warning: sumo-svn-1290.1.src.rpm: Header V3 DSA/SHA1 Signature, key ID
> 559bc40e: NOKEY
> 
> - Using .rpm file generated by alien from a working installation:
> libraries are missing, even the one xerces which is seen by ldconfig as
> written above
> 
> I don't need GUI. I'd be very happy if someone was to post a tested
> instruction for installing to CentOS6
> Cheers
> Jakub Stawik
> 
> 
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe from 
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/sumo-user
> 




signature.asc
Description: OpenPGP digital signature
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] CentOS 6 installation issue

2018-04-01 Thread Jakub Filip Stawik
Hello
the installation can't see xerces:

checking pkg-config is at least version 0.9.0... yes
checking for XERCES... yes
checking for main in -lxerces-c... no
configure: error: xerces-lib not found. Specify path with option 
--with-xerces-libraries=DIR.

despite it being installed and seen by the ldconfig:

[root@cyber sumo-0.32.0]# ldconfig -p | grep xerces
    libxerces-c-3.0.so (libc6,x86-64) => /usr/lib64/libxerces-c-3.0.so

when given the directory above as a parameter it fails with:

checking for XERCES... yes
checking for main in -lxerces-c... no
configure: error: xerces-lib not found in "/usr/lib64/libxerces-c-3.0.so".

All of xerces-c, xerces-c-devel and xerces-c-doc has been installed.

>
>
>
> Hello,
> Did you run 'ldconfig' after installing the libraries?

> regards,

> Jakob

>
>
>
> 2018-03-13 16:56 GMT+01:00 Jakub Filip Stawik via sumo-user 
> :

> Greetings
>
> I can't make sumo work in CentOS 6 environment.
> What I have tried:
> - Compiling sumo from sources according to wiki instruction: the installation 
> didn't see xerces - neither one installed by yum nor one compiled from 
> sources. I have tried using --with-xerces flag but to no avail
>
> - Using yum with various repositories including dedicated CentOS 6 repo found 
> online and  behrisch's OpenSUSE repo (error message attached)
>
> - Using .rpm file: I got the following warning, no error but couldn't proceed:
> warning: sumo-svn-1290.1.src.rpm: Header V3 DSA/SHA1 Signature, key ID 
> 559bc40e: NOKEY
>
> I don't need GUI. I'd be very happy if someone was to post a tested 
> instruction for installing to CentOS6
> Cheers
> Jakub Stawik
>
>
> --> --> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> __> _
> sumo-user mailing list
> sumo-user@lists.sourceforge.> net
> https://lists.sourceforge.net/> lists/listinfo/sumo-user
> __> _
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe from 
> this list, visit
> https://dev.eclipse.org/> mailman/listinfo/sumo-user

>

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] CentOS 6 installation issue

2018-03-14 Thread Michael Behrisch
Hi

Am 13.03.2018 um 16:56 schrieb Jakub Filip Stawik via sumo-user:
> Greetings
> 
> I can't make sumo work in CentOS 6 environment.
> What I have tried:
> - Compiling sumo from sources according to wiki instruction: the installation 
> didn't see xerces - neither one installed by yum nor one compiled from 
> sources. I have tried using --with-xerces flag but to no avail

Can you check whether you really installed the devel package. There
should exist some file like
/usr/include/xercesc/util/XercesVersion.hpp

> - Using yum with various repositories including dedicated CentOS 6 repo found 
> online and  behrisch's OpenSUSE repo (error message attached)
> 
> - Using .rpm file: I got the following warning, no error but couldn't proceed:
> warning: sumo-svn-1290.1.src.rpm: Header V3 DSA/SHA1 Signature, key ID 
> 559bc40e: NOKEY

This looks like a (very outdated) source package, look for something
without the .src in the name. The current Open Build Service has no
CentOS 6 repo. What exactly was the download source?

Best regards,
Michael



signature.asc
Description: OpenPGP digital signature
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] CentOS 6 installation issue

2018-03-13 Thread Jakob Erdmann
Hello,
Did you run 'ldconfig' after installing the libraries?
regards,
Jakob

2018-03-13 16:56 GMT+01:00 Jakub Filip Stawik via sumo-user <
sumo-u...@lists.sourceforge.net>:

> Greetings
>
> I can't make sumo work in CentOS 6 environment.
> What I have tried:
> - Compiling sumo from sources according to wiki instruction: the
> installation didn't see xerces - neither one installed by yum nor one
> compiled from sources. I have tried using --with-xerces flag but to no avail
>
> - Using yum with various repositories including dedicated CentOS 6 repo
> found online and  behrisch's OpenSUSE repo (error message attached)
>
> - Using .rpm file: I got the following warning, no error but couldn't
> proceed:
> warning: sumo-svn-1290.1.src.rpm: Header V3 DSA/SHA1 Signature, key ID
> 559bc40e: NOKEY
>
> I don't need GUI. I'd be very happy if someone was to post a tested
> instruction for installing to CentOS6
> Cheers
> Jakub Stawik
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> sumo-user mailing list
> sumo-u...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sumo-user
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user