[Zope] Problem with new Sybase DA

Teodor Cimpoesu teo@digiro.net
Tue, 30 Nov 1999 19:10:12 +0200


Gerard Rowe wrote:
> 
> Yes I do get a shell and I'm even able to import the sy_occ.so module
> without any errors.
> 
> What next?
Try a ltrace (if you have it ) or strace
like: (in ~Zope) 
# ltrace -f -S -o python.trace ./bin/python z2.py
or 
# strace -ff -o python.trace ./bin/python z2.py

but be aware that (least w/ ltrace) you will get megs of info :-)
If you know what to look for (like _init() calls in .so)
use -e flag for ltrace.
gl.

-- 
CIMPOESU Teodor, Web Programmer

@ DIGICOM S.A. Bucharest, Romania
@ Internet, site development
@ teo@digiro.net , +(401)-330.47.28

official home page ~ http://www.digiro.net/
Internet  web page ~ http://internet.digiro.net/