Re: [cx-oracle-users] problems compiling cx_oracle in solaris
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2005-10-20 22:38:06
|
You could build gcc in your home directory but that also requires at least a basic compiler. I thought that Solaris had a default compiler which was simply very limited but I guess they've taken that away. Yes, the cx_OracleTools and cx_OracleDBATools do have a binary for the cx_Oracle package. On 10/20/05, Gustavo Rahal <gu...@gr...> wrote: > 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=3D"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 ther= e > 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 > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |