When I tried to build some application which requires the latest version of some other lib, first I installed that required lib from source into /usr/local/lib and ldconfiged. Older version of that lib which was installed from package remains at /usr/lib. Then I tried to build target application, I got a lot of "undefined reference" errors. I don't know the "usual" way to solve such a problem. Should I uninstall older version of lib from /usr/lib? Should I make(or change) link at /usr/lib to the latest one ? Or should I install the latest version into usr/lib(not /usr/local/lib) in the first place? Or should I deal with it by configuring options appropriately during building process(I tried this by adding -L/usr/local/lib...)? Could you give me any suggestion?
-------------------------------------- Power up the Internet with Yahoo! Toolbar. http://pr.mail.yahoo.co.jp/toolbar/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]