Re: [Zope] trouble compiling DCOracle
15 Oct
2000
15 Oct
'00
2:30 a.m.
The output from *make* had a number of errors, but compiled the shared objects:
Warnings from C compilers are always part of the fun! They say something can potentially be/go wrong, but not necessarily so. Take a deep breath and move on.
Testing the created shared object files went something like this:
[sweetrig@shamalama src]# python DCOracle_test.py Traceback (innermost last): File "DCOracle_test.py", line 1, in ? import Buffer, oci_, sys ImportError: libclntsh.so.8.0: cannot open shared object file: No such file or directory
Make sure your ORACLE_HOME environment var is properly set before running the test script. You'll probably want to put it in your zope start script too. Ayhan Ergul <ergul@acm.org>
9304
Age (days ago)
9304
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ayhan Ergul