[cx-oracle-users] Re: cx_Oracle on 64 bit RH EL3.0
Brought to you by:
atuining
From: Joel B. <joe...@ya...> - 2005-01-04 19:35:54
|
Hi again- Thanks for the info. Here's the strace output concerning the loading of cx_Oracle. It does look like it needs to be recompiled. Any advice on how to get the necessary Oracle includes? I have lots of undefined names when I try to compile now. Thanks, Joel open("/usr/lib/python2.2/site-packages/cx_Oracle.so", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0755, st_size=56296, ...}) = 0 open("/usr/lib/python2.2/site-packages/cx_Oracle.so", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200)\0"..., 640) = 640 close(4) = 0 close(3) = 0 write(2, "Traceback (most recent call last"..., 35Traceback (most recent call last): ) = 35 open("test.py", O_RDONLY) = 3 write(2, " File \"test.py\", line 1, in ?\n", 31 File "test.py", line 1, in ? ) = 31 fstat(3, {st_mode=S_IFREG|0644, st_size=17, ...}) = 0 mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2a9566d000 read(3, "import cx_Oracle\n", 32768) = 17 write(2, " ", 4 ) = 4 write(2, "import cx_Oracle\n", 17import cx_Oracle ) = 17 close(3) = 0 munmap(0x2a9566d000, 32768) = 0 write(2, "ImportError", 11ImportError) = 11 write(2, ": ", 2: ) = 2 write(2, "/usr/lib/python2.2/site-packages"..., 104/usr/lib/python2.2/site-packages/cx_Oracle.so: cannot open shared object file: No such file or directory) = 104 write(2, "\n", 1 ) = 1 rt_sigaction(SIGINT, NULL, {0x451e30, [], 0x4000000}, 8) = 0 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 exit_group(1) = ? __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail |