> ld: warning: file libstdc++.so.5: required by > /user/apradhan/xerces/xerces-c-src_2_6_0/lib/libxerces-c.so, not found > gmake[3]: Leaving directory > `/user/apradhan/xalan/xml-xalan/c/src/xalanc/Utils/MsgCreator' > ../../../bin/MsgCreator > /user/apradhan/xalan/xml-xalan/c/src/xalanc/NLS/en_US/XalanMsg_en_US.xlf
> -TYPE INMEM -LOCALE en_US > ld.so.1: ../../../bin/MsgCreator: fatal: libstdc++.so.5: open failed: No > such file or directory Have you added the directory with the shared libraries to your LD_LIBRARY_PATH? > Then I restoed the GCC3.2.3 folders. When I set the path for > libstdc++.so.5(gcc 3.2.3) , it gave error " file libstdc++.so.6(gcc > 3.4.2): required by > /user/apradhan/xerces/xerces-c-src_2_6_0/lib/libxerces-c.so, not found" > though the file are existing there. > > What is going on? Again, have you set your LD_LIBRARY_PATH correctly? What does ldd report when you run it with the Xerces-C shared library and the Xalan MsgCreator executable? Dave