DCOracle - Oracle8i - Again [Q]
Hi! I managed to compile DCOracle with Oracle 8i on my Sparc. I took some comments made to the list to month ago regarding the Setup file. But now I am having a diferent trouble. After compiling I want to test the DCOracle and I am getting the following error with the 'python DCOracle_test.py user/pass@sid' command: Traceback (innermost last): File "DCOracle_test.py", line 1, in ? import Buffer, oci_, sys ImportError: ld.so.1: python: fatal: relocation error: file ./oci_.so: symbol nnfyboot: referenced symbol not found Any help will be appreciated. TIA PD: I am reposting this message because I didn't receive any answer. It was send over the weekend, so maybe many of you didn't saw it. /B Bruno
zope@infosys.com.ar wrote
Traceback (innermost last): File "DCOracle_test.py", line 1, in ? import Buffer, oci_, sys ImportError: ld.so.1: python: fatal: relocation error: file ./oci_.so: symbol nnfyboot: referenced symbol not found
This looks, to me, like you didn't get the linking of the oci_.so module right. It's complaining that there's an unresolved symbol in there. What libraries did you link against? And what libraries do the oci examples that come with your version of Oracle link against? Anthony -- Anthony Baxter <anthony@interlink.com.au> It's never too late to have a happy childhood.
participants (2)
-
Anthony Baxter -
zope@infosys.com.ar