Re: Error in shared libraries

2002-06-07 Thread bvyas3
o. Bhavin. - Original Message - From: "Chris Knipe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Charitha" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 06, 2002 9:23 PM Subject: Re: Error in shared libraries > Doesn't this

Re: Error in shared libraries

2002-06-07 Thread Ritu Singla
Hi, try including this path i.e. /usr/lib/mysql/ in LD_LIBRARY_PATH in .cshrc file...i guess, it'll do... Ritu On Fri, 7 Jun 2002, Charitha wrote: > > > Hello all, > > I am having one application in which i am using mysql as database. > When i run my application it gives following error. >

Re: Error in shared libraries

2002-06-06 Thread Chris Knipe
Tel: +27 21 854 7064 Cell: +27 72 434 7582 - Original Message - From: <[EMAIL PROTECTED]> To: "Charitha" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 07, 2002 9:14 AM Subject: Re: Error in shared libraries > or aalternatively, u can also do a ec

Re: Error in shared libraries

2002-06-06 Thread bvyas3
Knipe" <[EMAIL PROTECTED]> To: "Charitha" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 06, 2002 9:00 PM Subject: Re: Error in shared libraries > It may be looking for the library in a different location, such as > /usr/local/lib/mysql > &

Re: Error in shared libraries

2002-06-06 Thread Chris Knipe
It may be looking for the library in a different location, such as /usr/local/lib/mysql ldd Should show you where exactly it is looking for the library, then you can try to symlink the library to that location. Alternatively, recompiling the application may also help. Kind Regards, Chris