-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
bugSomething isn't workingSomething isn't working
Description
- What versions are you using?
Oracle Client 19/Oracle Database 10 SE2
- Is it an error or a hang or a crash?
Does not properly build
- What error(s) or behavior you are seeing?
During build:
Warning #20099-D: Exceeding compiler resource limits, routine:
__pyx_pymod_exec_base_impl; some optimizations skipped. Use
+Onolimit if override desired.
Requires oracle/odpi#205, oracle/odpi#206, #555 and this fix: 3b46495
After all fixes applied thick mode (ORACLE_HOME=/opt/oracle/product/19.0.0/client_1) works perfectly:
smartld@deblndw028v:~/.local/lib/python3.10/site-packages/oracledb
$ file *.so
arrow_impl.cpython-310.so: ELF-32 shared object file - IA64
base_impl.cpython-310.so: ELF-32 shared object file - IA64
thick_impl.cpython-310.so: ELF-32 shared object file - IA64
thin_impl.cpython-310.so: ELF-32 shared object file - IA64
Thin mode does not work because py-cryptography requires Rust and Rust isn't availabe on HP-UX.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working