[Zope] MySQLDA and MySQLdb probs and solns
Stephan Richter
srichter@cbu.edu
Sat, 01 Apr 2000 01:03:45 -0600
>Ensure that there exists the /usr/lib/mysql folder containing the following
>files:
>libdbug.a libmysqlclient.a libmysqlclient.so.6 libmysys.a
>libheap.a libmysqlclient.la libmysqlclient.so.6.0.0 libnisam.a
>libmerge.a libmysqlclient.so libmystrings.a
>
><Problem #1>
>I had to copy /user/local/lib/mysql to /usr/lib/mysql
></Problem #1>
All this evil happened, because /usr/local/lib was not registered with your
linker (ld)
To do that go to '/etc/ld.so.conf' and add the library directory, like:
/usr/local/lib
Then simply run ldconfig
Voila, all your problems should be gone.
Regards,
Stephan
--
Stephan Richter - (901) 573-3308 - srichter@cbu.edu
CBU - Physics & Chemistry; Framework Web - Web Design & Development
PGP Key: 735E C61E 5C64 F430 4F9C 798E DCA2 07E3 E42B 5391