Guest Posted January 31, 2006 Posted January 31, 2006 when i try to load mta server in linux i got the error: error while loading shared libraries: libxerces-c.so.27: cannot open shared objects file: No such file or directory.
catfacem3n Posted February 2, 2006 Posted February 2, 2006 You need something else installed to get the MTA server to work. Search the forums, I have seen this issue before.
Leviathan Posted February 2, 2006 Posted February 2, 2006 you mean this? http://xml.apache.org/xerces-c/ the url is just above the server download... how could you have missed it?
Fitzy9994 Posted February 2, 2006 Posted February 2, 2006 i had this problem. Download the xerces files and put them anywhere on your system. make a new script called 'startserver' in your mta server directory and open it in an editor and put (assuming you got libxerces-c installed in /usr/local/lib, otherwise change it) "#!/bin/bash export LD_LIBRARY_PATH=/usr/local/lib ./mta_server" (without quotation marks) Then chmod it so it can be executed: 'chmod +x startserver' Use ./startserver to execute your server.
Recommended Posts