Many thanks.. it´s works perfectly but now i´ve some other issues.. can anybody give me a littel help pls.. thanks
bash-3.2# ./pecl install oci8 downloading oci8-2.0.8.tgz ... Starting to download oci8-2.0.8.tgz (190,854 bytes) .....................................done: 190,854 bytes 11 source files, building WARNING: php_bin /opt/csw/php5/bin/php appears to have a suffix 5/bin/php, but config variable php_suffix does not match running: phpize Configuring for: PHP Api Version: 20090626 Zend Module Api No: 20090626 Zend Extension Api No: 220090626 configure.in:3: warning: prefer named diversions configure.in:3: warning: prefer named diversions Please provide the path to the ORACLE_HOME directory. Use 'instantclient,/path/to/instant/client/lib' if you're compiling with Oracle Instant Client [autodetect] : /oracle/app/oracle/product/11.2.0/dbhome_1 building in /tmp/pear/temp/pear-build-defaultuserBGa49p/oci8-2.0.8 running: /tmp/pear/temp/oci8/configure --with-oci8=/oracle/app/oracle/product/11.2.0/dbhome_1 checking for grep that handles long lines and -e... /usr/xpg4/bin/grep checking for egrep... /usr/xpg4/bin/grep -E checking for a sed that does not truncate output... /usr/bin/sed checking for cc... no checking for gcc... no configure: error: in `/tmp/pear/temp/pear-build-defaultuserBGa49p/oci8-2.0.8': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details ERROR: `/tmp/pear/temp/oci8/configure --with-oci8=/oracle/app/oracle/product/11.2.0/dbhome_1' failed On Tue, Dec 2, 2014 at 1:40 PM, Maciej (Matchek) Bliziński < [email protected]> wrote: > Carlos Andrés Loaiza Osorio <[email protected]> escreveu no dia Tue Dec > 02 2014 at 6:38:15 PM: > >> i try to install a php oci8 via pecl already i´ve configure oracle client >> and export proxy and configuration vars on the solaris, but i got this >> error, i really appreciate any help >> >> >> bash-3.2# ./pecl install oci8 >> >> downloading oci8-2.0.8.tgz ... >> >> Starting to download oci8-2.0.8.tgz (190,854 bytes) >> >> .....................................done: 190,854 bytes >> >> 11 source files, building >> >> WARNING: php_bin /opt/csw/php5/bin/php appears to have a suffix >> 5/bin/php, but config variable php_suffix does not match >> >> running: phpize >> >> /opt/csw/php5/bin/phpize: /opt/csw/bin/gsed: not found >> >> /opt/csw/php5/bin/phpize: /opt/csw/bin/gsed: not found >> >> /opt/csw/php5/bin/phpize: /opt/csw/bin/gsed: not found >> >> Configuring for: >> >> PHP Api Version: >> >> Zend Module Api No: >> >> Zend Extension Api No: >> >> /opt/csw/php5/bin/phpize: /opt/csw/bin/gsed: not found >> >> autoheader: error: AC_CONFIG_HEADERS not found in configure.in >> >> ERROR: `phpize' failed >> >> bash-3.2# >> > > Maybe the oci8-2.0.8.tgz package is missing the CSWgsed dependency. Try > installing CSWgsed with pkgutil and retrying the above installation. > > Maciej >
