On 2018-02-13 15:03, Stutz Oliver wrote:
Dear Álvaro,

Do you have the compiled libxerces-c-3.2.so library in LIBPATH?
I would suggest that you echo the LIBPATH and check where your library
is. The problem seems to be that your binary can't find the shared
object file which you have compiled manually.

The run-time linker ld.so needs to be able to find the library. The directory containing the library needs to be on the system library search path (add the path to a new file in /etc/ld.so.conf.d), or in the LD_LIBRARY_PATH environment variable.

If you're using Ubuntu, just "sudo apt install libxerces-c-dev" to get the version provided by the distribution (probably 3.1, which should be fine if you don't need 3.2-specific changes).


Regards,
Roger

Reply via email to