2016-10-10 9 views
0

ほとんどのcx_Oracle 5.2.1バージョンビルドは、WindowsおよびLinux用です。 Solaris 11 Sparcのインストール/インストールを行うにはどうすればよいですか?cx_oracleをsolarisにインストールする11 sparc

私は、次を使用してインストールしようとした:sourceforge.net からcx_Oracle-5.2.1.tar.gzしかし、次のエラーが発生しました:

/tmp/cx_Oracle-5.2.1$ python setup.py build 
running build 
running build_ext 
building 'cx_Oracle' extension 
creating build 
creating build/temp.solaris-2.11-sun4v.32bit-2.7-11g 
cc -DNDEBUG -KPIC -DPIC -I/u01/app/oracle/product/11.2.0.4/dbhome_1/rdbms/demo -I/u01/app/oracle/product/11.2.0.4/dbhome_1/rdbms/public -I/usr/include/python2.7 -c cx_Oracle.c -o build/temp.solaris-2.11-sun4v.32bit-2.7-11g/cx_Oracle.o -DBUILD_VERSION=5.2.1 
unable to execute 'cc': No such file or directory 
error: command 'cc' failed with exit status 1 

お知らせください。

+0

の可能性のある重複(http://stackoverflow.com/questions/33779349/how-to-setup-cx-oracle-イン・ソラリス) – alanc

答えて

0

私は、あなたが得るエラーの正確な理由を知りません。しかし、 "cc"コンパイラがインストールされていないようです。そのパッケージを見つけてインストールすることができます。あるいは、代わりにgccを使うように設定を調整する必要があります。このリンクは役立つことがあります。[?どうのSolarisでのセットアップのCXの\ _oracleをする]

http://www.unix.com/solaris/114262-command-cc-failed-even-though-gcc-installed.html

関連する問題