[cx-oracle-users] problems compiling cx_oracle in solaris
Brought to you by:
atuining
From: Gustavo R. <gu...@gr...> - 2005-10-20 22:16:25
|
Hi When compiling cx_Oracle in Solaris I get the folowing output: running install running build running build_ext building 'cx_Oracle' extension cc -DNDEBUG -O -I/oracle/product/8.1.7/rdbms/demo -I/oracle/product/8.1.7/rdbms/public -I/oracle/product/8.1.7/network/public -I/home/a2i3978/python2.4.1/include/python2.4 -c cx_Oracle.c -o build/temp.solaris-2.8-sun4u-2.4/cx_Oracle.o -DBUILD_TIME="October 20, 2005 16:37:05" /usr/ucb/cc: language optional software package not installed error: command 'cc' failed with exit status 1 I did some googling and found out (http://www.brandonhutchinson.com/usr_ucb_cc.html) that I need a compiler installed. The link suggests SPROcc (unbundled SPARCworks Professional C compiler). The problem is that I don't have permissions to install packages. Is there any way to install it on my home dir? Do the cx_OracleDBATools and cx_OracleTools (that have solaries binaries) have the cx_Oracle module? Thanks Gustavo |