Re: ImportError: libmysqlclient_r.so.15
Michele Marcionelli <[email protected]> Thu, 08 Nov 2007 08:33:01 +0100
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Message-ID | <[email protected]> |
Hello Charlie no... it's not a permissions problem (and also not a SELinux problem). I just found a solution for the problem echo "/usr/local/lib/mysql" > /etc/ld.so.conf.d/mysql.conf ldconfig But I still wonder why the LD_LIBRARY_PATH variable is ignored!? Any idea? Thank you, Michele On 07.11.2007, at 21:41, Charlie Clark wrote: > Am 07.11.2007, 21:31 Uhr, schrieb Michele Marcionelli > <[email protected]>: > >> If I do the same after setting the LD_LIBRARY_PATH to /usr/local/ >> lib/mysql, I did not get error messages anymore! >> Now the problem: I included the LD_LIBRARY_PATH to my startup- >> script zopectl (see below) but I still get the same error message >> in the event.log file: > > Sounds like a permissions problem: the Zope user might not be > allowed to access /usr/local/lib/mysql. > > Charlie