Re: [cx-oracle-users] Re: python 2.3 + cx_oracle on HP-UX Itanium
Brought to you by:
atuining
From: Harri P. <har...@tr...> - 2005-05-25 06:47:18
|
On Tuesday 24 May 2005 20:29, Anthony Tuininga wrote: > > > > I am puzzled; could it be that gcc by default generates 32-bit > > code on Itanium? I wouldn't mind actually, but then why won't > > the module built against the 32-bit oracle libraries load? > > Yes, on HP-UX Itanium gcc defaults to generating 32 bit binaries. I believe on Linux Itanium it is 64 bit. Some tips: On HP-UX, the flag for 64 bits is -mlp64 Remember that HP-UX Itanium is ELF, so it behaves like Linux and rest of the world in may respects. (unlike HP-UX PA-RISC). Use ldd to check what is loaded. Did you build your own python? -bash-3.00$ file /usr/local/bin/python /usr/local/bin/python: ELF-64 executable object file - IA64 Hopefully you'll get this sorted out. -Harri This message, including any attachments, is intended only for the person(s) to whom it is addressed. If you received it in error, please let us know and delete the message from your system. This message may be confidential and may fall under the duty of non-disclosure. Any use by others than the intended addressee is prohibited. Trema shall not be liable for any damage related to the electronic transmission of this message, such as failure or delay of its delivery, interception or manipulation by third parties, or transmission of viruses or other malicious code. |