On Thu, 5 Dec 2002, Leitner, Sarah M. [Contractor] wrote: > When I compile with the -lxerces-c option, I get the following error message > (I am on Mandrake 8.2 fyi): > > /usr/bin/ld: cannot find -lxerces-c > collect2: ld returned 1 exit status > > Sarah
You need to do a "make install" in the source tree which will install the libxerces-c.so into /usr/local/lib. Then edit /etc/ld.so.conf and make sure that /usr/local/lib is in the list. Then run "ldconfig" to update linux's cache of shared libraries. BTW, you need root to do all of this. If you don't have root, there are other, more complicated ways of "installing" libxerces-c.so into "path". =sigh= -Richard Balint ----- Oh Oracle wise: Why do Haikus make me sad? I don't understand. [EMAIL PROTECTED] http://sir.woody.hackswell.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
