[Zope] cannot import library driving me mad!
Fabiano Weimar dos Santos
fabiano@x3ng.com.br
Wed, 23 Jan 2002 20:20:36 -0200
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Greg,
try to do this
# ldconfig -p | grep -i mysql
if mysql does not show, you have to install the mysql-client and mysql-devel
rpm packages.
# rpm -ivh mysql-client*.rpm
# rpm -ivh mysql-devel*.rpm (or something like that...)
# ldconfig (to reload the shared library list)
If you have the packages, but you do not see the librarys, edit the
/etc/ld.so.conf file and insert the correct path of the librarys (the standard
location is /usr/lib, /lib or /usr/local/lib). After, you have to run
ldconfig to reload the shared library list.
- --snip--
> /home/packages/ZOPE/Zope-2.4.3-linux2-x86/lib/python/Products/ZMySQLDA/db.p
>y , line 89, in ?
> ImportError: libmysqlclient.so.10: cannot open shared object file: No such
> file or directory
>
- --snip--
- --
Fabiano Weimar dos Santos
X3ng Web Technology
Consultoria e Desenvolvimento
Celular: 54 9114-7230
ICQ: 40187432
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE8Tzc0TqbDpNXhEbERAiHqAKChtZigdoPgaJI7hsZ3BNfgtU1H0QCeKvxE
efpIkXj9zu+4DUZfO0ggB8o=
=7rPb
-----END PGP SIGNATURE-----