[cx-oracle-users] cx_Oracle binaries for HP-UX PARISC?
Brought to you by:
atuining
From: Henning v. B. <H.v...@t-...> - 2006-02-02 08:51:14
|
Hi cx_Oracle users, is it possible that some of you can give me a compiled binary version of cx_Oracle 4.1.2 for Python 2.4.2 on HP-UX PARISC? We need it for a customer, but unfortunately we don't have a HP-UX machine here. Some details: * PA-RISC 11.11 * Oracle OCI installed in XXX/product/9.0.4 * Python 2.4.2 * cx_Oracle 4.1.2 The customer already tried to compile cx_Oracle, but failed with an error message complaining that sys/select.h does not exist (included from pyport.h). The customer had a precompiled Python binary; I think they won't be able to compile ANY extension with that version, because the HAVE_XXX defines of the precompiled Python installation do not reflect the existing system. Compiling Python from scratch seems to be more complicated on HP-UX than on other platforms, because most of the dependencies are missing by default... Henning |