[Zope] ZSybaseDA usage on Redhat Linux 5.2 with ASE 11.0.3.3?

Scott Anderson sanderson@ttm.com
Thu, 02 Sep 1999 12:12:23 -0400


Hi all,

I just installed Zope and I'd like to start playing, but I'm having
problems with the Sybase support.

I've compiled and installed ZSybaseDA. I'm using Zope 2.0.0 on RH Linux
5.2 with kernel 2.2.9.  I have Sybase ASE 11.0.3.3 installed and
operational on the same machine.

When loading the DA, Zope reports that ZSybaseDA is a broken product:

ZSybaseDA Import Traceback

Traceback (innermost last):
  File "/usr/local/zope/Zope2.0.0/lib/python/OFS/Application.py", line
393, in import_products
    product=__import__(pname, global_dict, global_dict, silly)
  File
"/usr/local/zope/Zope2.0.0/lib/python/Products/ZSybaseDA/__init__.py",
line 100, in ?
    import sys, os, Globals, DA
  File "/usr/local/zope/Zope2.0.0/lib/python/Products/ZSybaseDA/DA.py",
line 102, in ?
    from db import DB
  File "/usr/local/zope/Zope2.0.0/lib/python/Products/ZSybaseDA/db.py",
line 103, in ?
    import ctsybase, regex, sys
ImportError: /opt/sybase/lib/libct.so: undefined symbol: net_address_get

$SYBASE is set, isql works, etc.

I have no experience with Python as of yet, so perhaps I'm asking the
wrong people...  I was hoping that someone has set this up under the
same configuration already, however.

Thanks for any help,

-scott anderson