Hi to all:
I have downloaded Xerces c++ 3.1.1 and compiled it.
What i have done is wget of the .tar.gz file.
move the .tar.gz to /usr/local/src
And under it:
cd xerces-c-3.1.1
./configure
After compiled it i tried to execute the first example and failed:
cd xerces-c-3.1.1/samples/data
SAXCount -v=always personal.xml
The problem is that SAXCount shows the following error:
SAXCount: error while loading shared libraries: libxerces-c-3.1.so:
cannot open shared object file: No such file or directory
I think the problem is related that i don't have set the value of:
LD_LIBRARY_PATH
Which should be the default value for a debian system? I use ubuntu x64
(version 11.04).
I appreciate any type of help.
Thanks in advance.