RE: [Zope] cannot import library driving me mad!
Hi Fabiano,
Many, many thanks for the help, this *seems* to be it... when I do an ldconfig as you suggest, mysql does not show up at all - so i need the mysql-client and mysql-devel packages.
However, a few questions before I upgrade and knacker my existing installation!
I have MySQL-3.23.33 (installed from a tarball) at present.
Can I mix the tarball and the RPM's?
Can I mix versions? ie use these packages from the current 3.23.47 RPM alongside my existing tarball installation?
Just need to ask these (probably simple) questions first!
Regards,
Greg.
-----Original Message----- From: Fabiano Weimar dos Santos [mailto:fabiano@x3ng.com.br] Sent: 23 January 2002 22:21 To: Greg Conway; zope@zope.org Subject: Re: [Zope] cannot import library driving me mad!
-----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/ZMyS QLDA/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-----
This is a confidential communication between sender and addressee. If you are not the intended recipient of this message, please notify the sender and do not read, copy, use or disclose this communication to others. Any opinions or views expressed are those of the individual, and unless otherwise stated, are not those of the company. All attachments and intellectual rights remain the property of GML (NT) Limited. ***********************************************************************
participants (1)
-
Greg Conway