Jump to content

problem on load server


Guest Shoko

Recommended Posts

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.

Link to comment

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.

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...