GertClaeskens / eid-mw

Automatically exported from code.google.com/p/eid-mw
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Installation on Fedora 13 not working because of the version of xerces #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Installation on Fedora 13
-------------------------

The installation on Fedora 13 using the eid-mw for Fedora 12 doesn't work 
because of the xerces-c package:

The install.sh script tries to install the "xerces-c-2.8.0" package using yum. 
However that version is not available for Fedora 13 (xerces-c-3.0.1 version is 
provided for Fedora 13). That newer version doesn't work with beidgui: it seems 
it requires only the 2.8.0 version:

$ beidgui 
beidgui: error while loading shared libraries: libxerces-c.so.28: cannot open 
shared object file: No such file or directory

A workaround is to install the Fedora 12 package of xerces-c: it works well on 
Fedora 13.

But a cleaner solution should be to enable the eid-mw to accept any version > 
2.8.0 of xerces.
Or eventually to provide the libxerces-c.so.28 library to the eid-mw.

Original issue reported on code.google.com by nic...@gmail.com on 20 Jun 2010 at 5:56

GoogleCodeExporter commented 9 years ago
nicofo,

since we're replacing eid viewer and dropping applayer, in the trunk (leading 
up to 4.0), xerces-c is no longer a dependency at all.

WKR
Frank

Original comment by fr...@apsu.be on 1 Oct 2010 at 9:03