Debojit Hazarika wrote at 2004-11-18 17:36 +0530:
... I am trying to install DCOracle2 (DCOracle2-1.2.tar) in an AIX 5.1 box.
I have tried various options but it does not seem to work.
When i try to *make* i get the below error
*********************************************************************************************************
make (cd src; ./testora python) -n Checking ORACLE_HOME... passed. -n Checking for Oracle version... failed. /u01/app/oracle/product/9.2.0/lib/libclntsh.so not readable; unable to
I call this a nice problem message: Check why "/u01/app/oracle/product/9.2.0/lib/libclntsh.so" is not readable (and fix it).
... **********************************************************************************************************
python setup.py install Traceback (most recent call last): File "setup.py", line 36, in ? raise exceptions.RuntimeError,'Python must be linked against -lpthread' RuntimeError: Python must be linked against -lpthread
Apparently, your Python is not thread enabled. Rebuild your Python and check how to enable threads (the "README" file may give hints). -- Dieter