[Zope] ZMySQLDA product problem?
Michel Pelletier
michel@digicool.com
Thu, 2 Dec 1999 13:58:04 -0500
> -----Original Message-----
> From: Art Hampton [mailto:arth@pacsg.css.mot.com]
> Sent: Thursday, December 02, 1999 1:35 PM
> To: Michel Pelletier
> Cc: zope@zope.org
> Subject: Re: [Zope] ZMySQLDA product problem?
>
>
> Michel Pelletier wrote:
> >
> > > -----Original Message-----
> > > From: Art Hampton [mailto:arth@pacsg.css.mot.com]
> > > Sent: Thursday, December 02, 1999 12:02 PM
> > > To: zope@zope.org
> > > Subject: [Zope] ZMySQLDA product problem?
> > >
> > Uhm.. you do shut down the OS first before rebooting right?
>
> Of course, we're using shutdown -i 6 under Solaris.
I had to ask. ;) Too many years of phone tech support in me...
> ImportError: ld.so.1: /usr/local/bin/python: fatal:
> libmysqlclient.so.6:
> open failed: No such file or directory
>
> Looks like it doesn't know where it should be looking for the library
> (/usr/local/lib/mysql in this case). What do I need to do?
Set your LDPATH (LD_PATH?) env variable to contain the path to mysql
shared module. In Linux, you can also edit /etc/ld.so.conf, I don't
know if Solaris has such a file.
-Michel