Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] CentOS 6 installation issue

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

Back to the top