[Zope] ZMySQLDB problem

Daren Sefcik daren@sefcik.cc
Tue, 13 Apr 1999 18:02:50 -0700 (PDT)


This is crazy...I had ZMySQLDB working just fine on my FreeBSD box
when I had to reboot it (moved to a new room) and now it comes up as a
broken product....I look at the traceback and it says:

Traceback (innermost last):
  File "/usr/local/Zope/lib/python/OFS/Application.py", line 395, in
import_products
    product=__import__(pname, global_dict, global_dict, silly)
  File "lib/python/Products/ZMySQLDA/__init__.py", line 106, in ?
    import sys, os, Globals, DA
  File "lib/python/Products/ZMySQLDA/DA.py", line 108, in ?
    from db import DB
  File "lib/python/Products/ZMySQLDA/db.py", line 106, in ?
    import MySQL, regex, sys
ImportError: Shared object "libmysqlclient.so.6.0" not found


But I can cd to the ZMySQL dir and "import" the MySQL module.
This worked fine until I rebooted..any ideas ???

Daren