I seem to be getting in import error when testing the SyBase adapter. import error follows:
import ctsybase Traceback (innermost last): File "<stdin>", line 1, in ? ImportError: /opt/sybase-11.9.2/lib/libct.so: undefined symbol: scl_sess_alloc
Any ideas? I have reinstalled the rpm to no avail (as expected). (this address is not on the list, so a cc would be appreciated ...) -- Bill Anderson Linux/Unix Administrator, Security Analyst ESBU (ARC) bill_anderson@boi.hp.com My opinions are just that; _my_ opinions.
Bill, a new dcSybaseDA was released into beta... please download it and install it per the package installation instructions. It can be found at http://www.zope.org/Products/DA/SybaseDA It (apparently) fixes a lot of bugs encountered in the old sybase da's. HTH... Bill Anderson wrote:
I seem to be getting in import error when testing the SyBase adapter.
import error follows:
import ctsybase Traceback (innermost last): File "<stdin>", line 1, in ? ImportError: /opt/sybase-11.9.2/lib/libct.so: undefined symbol: scl_sess_alloc
Any ideas? I have reinstalled the rpm to no avail (as expected).
(this address is not on the list, so a cc would be appreciated ...)
-- Bill Anderson Linux/Unix Administrator, Security Analyst ESBU (ARC) bill_anderson@boi.hp.com My opinions are just that; _my_ opinions.
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev No cross posts or HTML encoding! (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
(list cc'ed to avoid unneccesary responses ;-) Chris McDonough wrote:
Bill, a new dcSybaseDA was released into beta... please download it and install it per the package installation instructions. It can be found at http://www.zope.org/Products/DA/SybaseDA
It (apparently) fixes a lot of bugs encountered in the old sybase da's.
HTH...
doh! downloaded it, but apparently untarred the wrong one! Seems to work now. Thanks for the Speedy response. Oughtta make the boss happier (they are considering Zope w/a support contract). Thanks, Bill -- Bill Anderson Linux/Unix Administrator, Security Analyst ESBU (ARC) bill_anderson@boi.hp.com My opinions are just that; _my_ opinions.
On 11/24/99 4:59 PM, Bill Anderson at banderson@boi.hp.com wrote:
doh! downloaded it, but apparently untarred the wrong one! Seems to work now.
I'm just going to say that it also BREAKS a lot of things that people assumed in the old Sybase adapter---all of which were bugs, but... this is in the CHANGES.TXT, but it's things like how numbers are returned (not always floats any more), and the issue of truncation of trailing blanks. Chris -- | Christopher Petrilli Python Powered Digital Creations, Inc. | petrilli@digicool.com http://www.digicool.com
participants (3)
-
Bill Anderson -
Chris McDonough -
Christopher Petrilli