[Zope] mysql da broken product
Phil Harris
phil.harris@zope.co.uk
Wed, 28 Mar 2001 23:23:26 +0100
If you know that the file *is* installed then you need to change your
library path, I generally edit the /etc/ld.so.conf file and put the path to
the library in there, then run ldconfig.
There is another way but it escapes me at the moment.
hth
Phil
----- Original Message -----
From: "Jonothan Farr" <jfarr@real.com>
To: <sean@horse101.com>; <zope@zope.org>
Sent: Wednesday, March 28, 2001 11:17 PM
Subject: Re: [Zope] mysql da broken product
> You need the MySQL client libraries installed on the machine and in your
> LD_LIBRARY_PATH.
> --jfarr
>
> ----- Original Message -----
> From: <sean@horse101.com>
> To: <zope@zope.org>
> Cc: <sean@horse101.com>
> Sent: Wednesday, March 28, 2001 2:01 PM
> Subject: [Zope] mysql da broken product
>
>
> > Hi,
> > I am trying to install the ZMySQLDA v. 2.0.5 .
> >
> > I untar the file, restart zope, and then do not have the product
available to
> add. I go
> > to the products list under control panel and click on the product
because it
> says its a
> > broken product.
> > Any help would be appreciated!
> >
> > Here is the traceback:
> > ZMySQLDA Import Traceback
> > Traceback (innermost last):
> > File "/home/kelley/Zope-2.1.6-
> > src/lib/python/OFS/Application.py", line 387, in
> > import_products
> > product=__import__(pname, global_dict, global_dict, silly)
> > File "/home/kelley/Zope-2.1.6-
> > src/lib/python/Products/ZMySQLDA/__init__.py", line 91, in ?
> > import DA
> > File "/home/kelley/Zope-2.1.6-
> > src/lib/python/Products/ZMySQLDA/DA.py", line 91, in ?
> > from db import DB
> > File "/home/kelley/Zope-2.1.6-
> > src/lib/python/Products/ZMySQLDA/db.py", line 89, in ?
> > import _mysql
> > ImportError: libmysqlclient.so.8: cannot open shared object
> > file: No such file or directory
> >
> >
> > _______________________________________________
> > Zope maillist - Zope@zope.org
> > http://lists.zope.org/mailman/listinfo/zope
> > ** No cross posts or HTML encoding! **
> > (Related lists -
> > http://lists.zope.org/mailman/listinfo/zope-announce
> > http://lists.zope.org/mailman/listinfo/zope-dev )
> >
> >
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )