From ssohani at us.ibm.com Tue Dec 2 03:59:04 2014 From: ssohani at us.ibm.com (Sunil Sohani) Date: Mon, 1 Dec 2014 21:59:04 -0500 Subject: Add new printer to CUPS Message-ID: I am new to CUPS and have recently inherited administration of printers. I am using browser interface to 'add printer' but I don't get prompt. Am I running into some kind of firewall issue? If so, can I use command line options to add network printer? Any help is appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL: From calo.hk at gmail.com Tue Dec 2 19:37:54 2014 From: calo.hk at gmail.com (=?ISO-8859-1?Q?Carlos_Andr=E9s_Loaiza_Osorio?=) Date: Tue, 2 Dec 2014 13:37:54 -0500 Subject: help with php Message-ID: 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# -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Tue Dec 2 19:40:13 2014 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Tue, 02 Dec 2014 18:40:13 +0000 Subject: help with php References: Message-ID: Carlos Andr?s Loaiza Osorio 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From calo.hk at gmail.com Tue Dec 2 20:20:29 2014 From: calo.hk at gmail.com (=?ISO-8859-1?Q?Carlos_Andr=E9s_Loaiza_Osorio?=) Date: Tue, 2 Dec 2014 14:20:29 -0500 Subject: help with php In-Reply-To: References: Message-ID: 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 < maciej at opencsw.org> wrote: > Carlos Andr?s Loaiza Osorio 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Tue Dec 2 20:28:53 2014 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Tue, 02 Dec 2014 19:28:53 +0000 Subject: help with php References: Message-ID: Carlos Andr?s Loaiza Osorio escreveu no dia Tue Dec 02 2014 at 7:20:53 PM: > 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 > > If it's looking for a compiler and this checks for the "gcc" binary, maybe try installing CSWgcc4core? (and maybe also CSWgcc4g++ if it needs the C++ compiler, it's likely) Maciej -------------- next part -------------- An HTML attachment was scrubbed... URL: From calo.hk at gmail.com Tue Dec 2 22:15:46 2014 From: calo.hk at gmail.com (=?ISO-8859-1?Q?Carlos_Andr=E9s_Loaiza_Osorio?=) Date: Tue, 2 Dec 2014 16:15:46 -0500 Subject: help with php In-Reply-To: References: Message-ID: Good day again i?m running and install gcc dependencies, and then try to install again, and give me : /opt/csw/bin/sparc-sun-solaris2.10-c++-4.9 Registering 'gcc_gplusplus' alternative /opt/csw/bin/g++-4.9 ... [ verifying class ] Installation of was successful. bash-3.2# 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-defaultuserV9aO.Z/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-defaultuserV9aO.Z/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 bash-3.2# On Tue, Dec 2, 2014 at 2:28 PM, Maciej (Matchek) Blizi?ski < maciej at opencsw.org> wrote: > Carlos Andr?s Loaiza Osorio escreveu no dia Tue Dec > 02 2014 at 7:20:53 PM: > >> 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 >> >> > If it's looking for a compiler and this checks for the "gcc" binary, maybe > try installing CSWgcc4core? (and maybe also CSWgcc4g++ if it needs the C++ > compiler, it's likely) > > Maciej > -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Tue Dec 2 22:30:08 2014 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Tue, 02 Dec 2014 21:30:08 +0000 Subject: help with php References: Message-ID: Is /opt/csw/bin in your $PATH? A ter, 2/12/2014, 21:16, Carlos Andr?s Loaiza Osorio escreveu: > Good day again > > i?m running and install gcc dependencies, and then try to install again, > and give me : > > > /opt/csw/bin/sparc-sun-solaris2.10-c++-4.9 > > Registering 'gcc_gplusplus' alternative /opt/csw/bin/g++-4.9 ... > > [ verifying class ] > > > > Installation of was successful. > > bash-3.2# > > > > 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-defaultuserV9aO.Z/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-defaultuserV9aO.Z/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 > > bash-3.2# > > On Tue, Dec 2, 2014 at 2:28 PM, Maciej (Matchek) Blizi?ski < > maciej at opencsw.org> wrote: > >> Carlos Andr?s Loaiza Osorio escreveu no dia Tue Dec >> 02 2014 at 7:20:53 PM: >> >>> 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 >>> >>> >> If it's looking for a compiler and this checks for the "gcc" binary, >> maybe try installing CSWgcc4core? (and maybe also CSWgcc4g++ if it needs >> the C++ compiler, it's likely) >> >> Maciej >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From calo.hk at gmail.com Tue Dec 2 22:41:39 2014 From: calo.hk at gmail.com (=?ISO-8859-1?Q?Carlos_Andr=E9s_Loaiza_Osorio?=) Date: Tue, 2 Dec 2014 16:41:39 -0500 Subject: help with php In-Reply-To: References: Message-ID: Many many thanks for your help.. it?s amazing.. really thanks, and the last one.. pls. creating libtool appending configuration tag "CXX" to libtool configure: creating ./config.status config.status: creating config.h running: make sh: make: not found ERROR: `make' failed On Tue, Dec 2, 2014 at 4:30 PM, Maciej (Matchek) Blizi?ski < maciej at opencsw.org> wrote: > Is /opt/csw/bin in your $PATH? > > A ter, 2/12/2014, 21:16, Carlos Andr?s Loaiza Osorio > escreveu: > >> Good day again >> >> i?m running and install gcc dependencies, and then try to install again, >> and give me : >> >> >> /opt/csw/bin/sparc-sun-solaris2.10-c++-4.9 >> >> Registering 'gcc_gplusplus' alternative /opt/csw/bin/g++-4.9 ... >> >> [ verifying class ] >> >> >> >> Installation of was successful. >> >> bash-3.2# >> >> >> >> 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-defaultuserV9aO.Z/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-defaultuserV9aO.Z/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 >> >> bash-3.2# >> >> On Tue, Dec 2, 2014 at 2:28 PM, Maciej (Matchek) Blizi?ski < >> maciej at opencsw.org> wrote: >> >>> Carlos Andr?s Loaiza Osorio escreveu no dia Tue Dec >>> 02 2014 at 7:20:53 PM: >>> >>>> 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 >>>> >>>> >>> If it's looking for a compiler and this checks for the "gcc" binary, >>> maybe try installing CSWgcc4core? (and maybe also CSWgcc4g++ if it needs >>> the C++ compiler, it's likely) >>> >>> Maciej >>> >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Tue Dec 2 22:43:37 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 2 Dec 2014 22:43:37 +0100 Subject: help with php In-Reply-To: References: Message-ID: <94B016C9-622A-4E35-8625-3AA9A553320B@opencsw.org> Hi Carlos, > Am 02.12.2014 um 22:41 schrieb Carlos Andr?s Loaiza Osorio : > > Many many thanks for your help.. it?s amazing.. really thanks, and the last one.. pls. > > creating libtool > appending configuration tag "CXX" to libtool > configure: creating ./config.status > config.status: creating config.h > running: make > sh: make: not found > ERROR: `make? failed Depending on your environment you need either CSWgmake and /optcsw/gnu in your path or /usr/ccs/bin. Best regards ? Dago > > On Tue, Dec 2, 2014 at 4:30 PM, Maciej (Matchek) Blizi?ski > wrote: > Is /opt/csw/bin in your $PATH? > > > A ter, 2/12/2014, 21:16, Carlos Andr?s Loaiza Osorio > escreveu: > Good day again > > i?m running and install gcc dependencies, and then try to install again, and give me : > > > /opt/csw/bin/sparc-sun-solaris2.10-c++-4.9 > > Registering 'gcc_gplusplus' alternative /opt/csw/bin/g++-4.9 ... > > [ verifying class ] > > > > Installation of was successful. > > bash-3.2# > > > > 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-defaultuserV9aO.Z/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-defaultuserV9aO.Z/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 > > bash-3.2# > > > On Tue, Dec 2, 2014 at 2:28 PM, Maciej (Matchek) Blizi?ski > wrote: > Carlos Andr?s Loaiza Osorio > escreveu no dia Tue Dec 02 2014 at 7:20:53 PM: > 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 > > If it's looking for a compiler and this checks for the "gcc" binary, maybe try installing CSWgcc4core? (and maybe also CSWgcc4g++ if it needs the C++ compiler, it's likely) > > Maciej > > -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From calo.hk at gmail.com Tue Dec 2 22:53:59 2014 From: calo.hk at gmail.com (=?ISO-8859-1?Q?Carlos_Andr=E9s_Loaiza_Osorio?=) Date: Tue, 2 Dec 2014 16:53:59 -0500 Subject: help with php In-Reply-To: <94B016C9-622A-4E35-8625-3AA9A553320B@opencsw.org> References: <94B016C9-622A-4E35-8625-3AA9A553320B@opencsw.org> Message-ID: i?m so sorry, really this process is to sloo, i?m export some env vars and the advance is here but get other errors, many thanks to all . really bash-3.2# export PATH=$PATH:/usr/ccs/bin:/usr/sfw/bin 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-defaultuserA_a4oo/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... /opt/csw/bin/ggrep checking for egrep... /opt/csw/bin/ggrep -E checking for a sed that does not truncate output... /opt/csw/bin/gsed checking for cc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for icc... no checking for suncc... no checking whether gcc and cc understand -c and -o together... yes checking for system library directory... lib checking if compiler supports -R... yes checking build system type... sparc-sun-solaris2.10 checking host system type... sparc-sun-solaris2.10 checking target system type... sparc-sun-solaris2.10 checking for PHP prefix... /opt/csw/php5 checking for PHP includes... -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib checking for PHP extension directory... /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626 checking for PHP installed headers prefix... /opt/csw/php5/include/php checking if debug is enabled... no checking if zts is enabled... no checking for re2c... no configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. checking for gawk... gawk checking for Oracle Database OCI8 support... yes, shared checking PHP version... 5.3.21, ok checking OCI8 DTrace support... no checking size of long int... 4 checking checking if we're on a 64-bit platform... no checking Oracle ORACLE_HOME install directory... /oracle/app/oracle/product/11.2.0/dbhome_1/ checking ORACLE_HOME library validity... lib checking Oracle library version compatibility... 11.1 checking for ld used by gcc... /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking for /usr/ccs/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/ccs/bin/nm -p checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking the maximum length of command line arguments... 786240 checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... solaris2.10 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no creating libtool appending configuration tag "CXX" to libtool configure: creating ./config.status config.status: creating config.h running: make /bin/bash /tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/libtool --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8.c -o oci8.lo mkdir .libs gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8.c -fPIC -DPIC -o .libs/oci8.o /bin/bash /tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/libtool --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_lob.c -o oci8_lob.lo gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_lob.c -fPIC -DPIC -o .libs/oci8_lob.o /bin/bash /tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/libtool --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_statement.c -o oci8_statement.lo gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_statement.c -fPIC -DPIC -o .libs/oci8_statement.o /bin/bash /tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/libtool --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_collection.c -o oci8_collection.lo gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_collection.c -fPIC -DPIC -o .libs/oci8_collection.o /bin/bash /tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/libtool --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_interface.c -o oci8_interface.lo gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_interface.c -fPIC -DPIC -o .libs/oci8_interface.o /bin/bash /tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/libtool --mode=link gcc -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo -DHAVE_CONFIG_H -g -O2 -o oci8.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/modules oci8.lo oci8_lob.lo oci8_statement.lo oci8_collection.lo oci8_interface.lo -R/oracle/app/oracle/product/11.2.0/dbhome_1//lib -L/oracle/app/oracle/product/11.2.0/dbhome_1//lib -lclntsh gcc -shared -Wl,-h -Wl,oci8.so -o .libs/oci8.so .libs/oci8.o .libs/oci8_lob.o .libs/oci8_statement.o .libs/oci8_collection.o .libs/oci8_interface.o -R/oracle/app/oracle/product/11.2.0/dbhome_1//lib -L/oracle/app/oracle/product/11.2.0/dbhome_1//lib -lclntsh ld: fatal: file /oracle/app/oracle/product/11.2.0/dbhome_1//lib/libclntsh.so: wrong ELF class: ELFCLASS64 ld: fatal: file processing errors. No output written to .libs/oci8.so *** Error code 1 make: Fatal error: Command failed for target `oci8.la' ERROR: `make' failed bash-3.2# On Tue, Dec 2, 2014 at 4:43 PM, Dagobert Michelsen wrote: > Hi Carlos, > > Am 02.12.2014 um 22:41 schrieb Carlos Andr?s Loaiza Osorio < > calo.hk at gmail.com>: > > Many many thanks for your help.. it?s amazing.. really thanks, and the > last one.. pls. > > creating libtool > appending configuration tag "CXX" to libtool > configure: creating ./config.status > config.status: creating config.h > running: make > sh: make: not found > ERROR: `make? failed > > > Depending on your environment you need either CSWgmake and /optcsw/gnu in > your path or > /usr/ccs/bin. > > > Best regards > > ? Dago > > > On Tue, Dec 2, 2014 at 4:30 PM, Maciej (Matchek) Blizi?ski < > maciej at opencsw.org> wrote: > >> Is /opt/csw/bin in your $PATH? >> >> A ter, 2/12/2014, 21:16, Carlos Andr?s Loaiza Osorio >> escreveu: >> >>> Good day again >>> >>> i?m running and install gcc dependencies, and then try to install again, >>> and give me : >>> >>> >>> /opt/csw/bin/sparc-sun-solaris2.10-c++-4.9 >>> >>> Registering 'gcc_gplusplus' alternative /opt/csw/bin/g++-4.9 ... >>> >>> [ verifying class ] >>> >>> >>> >>> Installation of was successful. >>> >>> bash-3.2# >>> >>> >>> >>> 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-defaultuserV9aO.Z/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-defaultuserV9aO.Z/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 >>> >>> bash-3.2# >>> >>> On Tue, Dec 2, 2014 at 2:28 PM, Maciej (Matchek) Blizi?ski < >>> maciej at opencsw.org> wrote: >>> >>>> Carlos Andr?s Loaiza Osorio escreveu no dia Tue >>>> Dec 02 2014 at 7:20:53 PM: >>>> >>>>> 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 >>>>> >>>>> >>>> If it's looking for a compiler and this checks for the "gcc" binary, >>>> maybe try installing CSWgcc4core? (and maybe also CSWgcc4g++ if it needs >>>> the C++ compiler, it's likely) >>>> >>>> Maciej >>>> >>> >>> > > -- > "You don't become great by trying to be great, you become great by wanting > to do something, > and then doing it so hard that you become great in the process." - xkcd > #896 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel.bossert at dabo.ch Tue Dec 2 22:58:09 2014 From: daniel.bossert at dabo.ch (Daniel Bossert) Date: Tue, 02 Dec 2014 22:58:09 +0100 Subject: help with php In-Reply-To: References: <94B016C9-622A-4E35-8625-3AA9A553320B@opencsw.org> Message-ID: <547E35F1.1050204@dabo.ch> Hi Carlos Always set $PATH to the end: bash-3.2# export PATH=/usr/ccs/bin:/usr/sfw/bin:$PATH Hope this help! Kind regards Daniel Am 02.12.2014 um 22:53 schrieb Carlos Andr?s Loaiza Osorio: > i?m so sorry, really this process is to sloo, i?m export some env vars > and the advance is here but get other errors, many thanks to all . really > > bash-3.2# export PATH=$PATH:/usr/ccs/bin:/usr/sfw/bin > > 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-defaultuserA_a4oo/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... /opt/csw/bin/ggrep > > checking for egrep... /opt/csw/bin/ggrep -E > > checking for a sed that does not truncate output... /opt/csw/bin/gsed > > checking for cc... no > > checking for gcc... gcc > > checking whether the C compiler works... yes > > checking for C compiler default output file name... a.out > > checking for suffix of executables... > > checking whether we are cross compiling... no > > checking for suffix of object files... o > > checking whether we are using the GNU C compiler... yes > > checking whether gcc accepts -g... yes > > checking for gcc option to accept ISO C89... none needed > > checking how to run the C preprocessor... gcc -E > > checking for icc... no > > checking for suncc... no > > checking whether gcc and cc understand -c and -o together... yes > > checking for system library directory... lib > > checking if compiler supports -R... yes > > checking build system type... sparc-sun-solaris2.10 > > checking host system type... sparc-sun-solaris2.10 > > checking target system type... sparc-sun-solaris2.10 > > checking for PHP prefix... /opt/csw/php5 > > checking for PHP includes... -I/opt/csw/php5/include/php > -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM > -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext > -I/opt/csw/php5/include/php/ext/date/lib > > checking for PHP extension directory... > /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626 > > checking for PHP installed headers prefix... /opt/csw/php5/include/php > > checking if debug is enabled... no > > checking if zts is enabled... no > > checking for re2c... no > > configure: WARNING: You will need re2c 0.13.4 or later if you want to > regenerate PHP parsers. > > checking for gawk... gawk > > checking for Oracle Database OCI8 support... yes, shared > > checking PHP version... 5.3.21, ok > > checking OCI8 DTrace support... no > > checking size of long int... 4 > > checking checking if we're on a 64-bit platform... no > > checking Oracle ORACLE_HOME install directory... > /oracle/app/oracle/product/11.2.0/dbhome_1/ > > checking ORACLE_HOME library validity... lib > > checking Oracle library version compatibility... 11.1 > > checking for ld used by gcc... /usr/ccs/bin/ld > > checking if the linker (/usr/ccs/bin/ld) is GNU ld... no > > checking for /usr/ccs/bin/ld option to reload object files... -r > > checking for BSD-compatible nm... /usr/ccs/bin/nm -p > > checking whether ln -s works... yes > > checking how to recognize dependent libraries... pass_all > > checking dlfcn.h usability... yes > > checking dlfcn.h presence... yes > > checking for dlfcn.h... yes > > checking the maximum length of command line arguments... 786240 > > checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok > > checking for objdir... .libs > > checking for ar... ar > > checking for ranlib... ranlib > > checking for strip... strip > > checking if gcc supports -fno-rtti -fno-exceptions... no > > checking for gcc option to produce PIC... -fPIC > > checking if gcc PIC flag -fPIC works... yes > > checking if gcc static flag -static works... no > > checking if gcc supports -c -o file.o... yes > > checking whether the gcc linker (/usr/ccs/bin/ld) supports shared > libraries... yes > > checking whether -lc should be explicitly linked in... no > > checking dynamic linker characteristics... solaris2.10 ld.so > > checking how to hardcode library paths into programs... immediate > > checking whether stripping libraries is possible... no > > checking if libtool supports shared libraries... yes > > checking whether to build shared libraries... yes > > checking whether to build static libraries... no > > creating libtool > > appending configuration tag "CXX" to libtool > > configure: creating ./config.status > > config.status: creating config.h > > running: make > > /bin/bash > /tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/libtool > --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main > -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php > -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM > -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext > -I/opt/csw/php5/include/php/ext/date/lib > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo > -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8.c -o oci8.lo > > mkdir .libs > > gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main > -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php > -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM > -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext > -I/opt/csw/php5/include/php/ext/date/lib > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo > -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8.c -fPIC -DPIC -o > .libs/oci8.o > > /bin/bash > /tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/libtool > --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main > -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php > -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM > -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext > -I/opt/csw/php5/include/php/ext/date/lib > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo > -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_lob.c -o oci8_lob.lo > > gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main > -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php > -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM > -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext > -I/opt/csw/php5/include/php/ext/date/lib > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo > -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_lob.c -fPIC -DPIC > -o .libs/oci8_lob.o > > /bin/bash > /tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/libtool > --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main > -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php > -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM > -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext > -I/opt/csw/php5/include/php/ext/date/lib > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo > -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_statement.c -o > oci8_statement.lo > > gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main > -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php > -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM > -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext > -I/opt/csw/php5/include/php/ext/date/lib > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo > -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_statement.c -fPIC > -DPIC -o .libs/oci8_statement.o > > /bin/bash > /tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/libtool > --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main > -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php > -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM > -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext > -I/opt/csw/php5/include/php/ext/date/lib > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo > -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_collection.c -o > oci8_collection.lo > > gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main > -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php > -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM > -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext > -I/opt/csw/php5/include/php/ext/date/lib > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo > -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_collection.c -fPIC > -DPIC -o .libs/oci8_collection.o > > /bin/bash > /tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/libtool > --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main > -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php > -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM > -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext > -I/opt/csw/php5/include/php/ext/date/lib > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo > -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_interface.c -o > oci8_interface.lo > > gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main > -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php > -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM > -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext > -I/opt/csw/php5/include/php/ext/date/lib > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo > -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_interface.c -fPIC > -DPIC -o .libs/oci8_interface.o > > /bin/bash > /tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/libtool > --mode=link gcc -DPHP_ATOM_INC > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/include > -I/tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/main > -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php > -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM > -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext > -I/opt/csw/php5/include/php/ext/date/lib > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/public > -I/oracle/app/oracle/product/11.2.0/dbhome_1//rdbms/demo > -DHAVE_CONFIG_H -g -O2 -o oci8.la -export-dynamic > -avoid-version -prefer-pic -module -rpath > /tmp/pear/temp/pear-build-defaultuserA_a4oo/oci8-2.0.8/modules oci8.lo > oci8_lob.lo oci8_statement.lo oci8_collection.lo oci8_interface.lo > -R/oracle/app/oracle/product/11.2.0/dbhome_1//lib > -L/oracle/app/oracle/product/11.2.0/dbhome_1//lib -lclntsh > > gcc -shared -Wl,-h -Wl,oci8.so -o .libs/oci8.so .libs/oci8.o > .libs/oci8_lob.o .libs/oci8_statement.o .libs/oci8_collection.o > .libs/oci8_interface.o > -R/oracle/app/oracle/product/11.2.0/dbhome_1//lib > -L/oracle/app/oracle/product/11.2.0/dbhome_1//lib -lclntsh > > ld: fatal: file > /oracle/app/oracle/product/11.2.0/dbhome_1//lib/libclntsh.so: wrong > ELF class: ELFCLASS64 > > ld: fatal: file processing errors. No output written to .libs/oci8.so > > *** Error code 1 > > make: Fatal error: Command failed for target `oci8.la ' > > ERROR: `make' failed > > bash-3.2# > > > On Tue, Dec 2, 2014 at 4:43 PM, Dagobert Michelsen > wrote: > > Hi Carlos, > >> Am 02.12.2014 um 22:41 schrieb Carlos Andr?s Loaiza Osorio >> >: >> >> Many many thanks for your help.. it?s amazing.. really thanks, >> and the last one.. pls. >> >> creating libtool >> appending configuration tag "CXX" to libtool >> configure: creating ./config.status >> config.status: creating config.h >> running: make >> sh: make: not found >> ERROR: `make? failed > > Depending on your environment you need either CSWgmake and > /optcsw/gnu in your path or > /usr/ccs/bin. > > > Best regards > > ? Dago > >> >> On Tue, Dec 2, 2014 at 4:30 PM, Maciej (Matchek) Blizi?ski >> > wrote: >> >> Is /opt/csw/bin in your $PATH? >> >> >> A ter, 2/12/2014, 21:16, Carlos Andr?s Loaiza Osorio >> > escreveu: >> >> Good day again >> >> i?m running and install gcc dependencies, and then try to >> install again, and give me : >> >> >> /opt/csw/bin/sparc-sun-solaris2.10-c++-4.9 >> >> Registering 'gcc_gplusplus' alternative >> /opt/csw/bin/g++-4.9 ... >> >> [ verifying class ] >> >> Installation of was successful. >> >> bash-3.2# >> >> 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-defaultuserV9aO.Z/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-defaultuserV9aO.Z/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 >> >> bash-3.2# >> >> >> On Tue, Dec 2, 2014 at 2:28 PM, Maciej (Matchek) >> Blizi?ski > > wrote: >> >> Carlos Andr?s Loaiza Osorio > > escreveu no dia Tue Dec >> 02 2014 at 7:20:53 PM: >> >> 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 >> >> >> If it's looking for a compiler and this checks for >> the "gcc" binary, maybe try installing CSWgcc4core? >> (and maybe also CSWgcc4g++ if it needs the C++ >> compiler, it's likely) >> >> Maciej >> >> >> > > -- > "You don't become great by trying to be great, you become great by > wanting to do something, > and then doing it so hard that you become great in the process." - > xkcd #896 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From laurent at opencsw.org Wed Dec 3 10:17:30 2014 From: laurent at opencsw.org (Laurent Blume) Date: Wed, 03 Dec 2014 10:17:30 +0100 Subject: Please test updated MySQL 5.5.41 Message-ID: <547ED52A.1080309@opencsw.org> Hello all, As I don't have a MySQL 5.5 anymore, I'd appreciate if somebody could test the latest package update before I push it to unstable: http://buildfarm.opencsw.org/experimental.html#mysql-5.5 I retired one old patch that did not apply anymore, so while I'm reasonably confident it should work, as always, best to test it on a staging server first. Thanks! Laurent From delrio at mie.utoronto.ca Wed Dec 3 18:32:02 2014 From: delrio at mie.utoronto.ca (Oscar del Rio) Date: Wed, 03 Dec 2014 12:32:02 -0500 Subject: help with php In-Reply-To: References: <94B016C9-622A-4E35-8625-3AA9A553320B@opencsw.org> Message-ID: <547F4912.5020103@mie.utoronto.ca> On 12/ 2/14 04:53 PM, Carlos Andr?s Loaiza Osorio wrote: > > ld: fatal: file > /oracle/app/oracle/product/11.2.0/dbhome_1//lib/libclntsh.so: wrong ELF > class: ELFCLASS64 > > ld: fatal: file processing errors. No output written to .libs/oci8.so > You might need a 32-bit version of the oracle libraries, or 64-bit versions of php and everything else it might be linked to. -------------- next part -------------- An HTML attachment was scrubbed... URL: From laurent at opencsw.org Wed Dec 3 23:09:25 2014 From: laurent at opencsw.org (Laurent Blume) Date: Wed, 03 Dec 2014 23:09:25 +0100 Subject: IT's time to remove the Solaris 8 packages Message-ID: <547F8A15.4090606@opencsw.org> People, There's another guy on IRC coming to ask for S8 binaries. I think it is more than time to remove them from the archive. I have nothing against him, he asked nicely, But nevertheless, they must go. At this point, they are more a liability than anything else. All the famous vulnerabilities are there, HEARTBLEED, SHELLSHOCK, POODLE, and those who've not done the headlines. The people who come asking for them are following a pattern: they're obviously not experimented, and they clearly are not able to assess the risks, and *never* in a position to take decision. Then, their employers follow a similar pattern: they're cheapskates, who want to get as much money as possible from obsolete systems with no investment in time nor money. They willingly put their customers are risk because of their greed. And lastly, there's an existing alternative, there's SunFreeware, which, from a quick look, has much more recent packages. So frankly, I think we're doing a disservice to everybody by keeping those old files online. They should be removed. If a company is motivated to revive it and provides resources for it, welcome to it. But those files as they stand are just used as an excuse to avoid doing that. Thanks, Laurent From tosmi at opencsw.org Thu Dec 4 10:50:08 2014 From: tosmi at opencsw.org (Toni Schmidbauer) Date: Thu, 04 Dec 2014 10:50:08 +0100 Subject: IT's time to remove the Solaris 8 packages In-Reply-To: <547F8A15.4090606@opencsw.org> (Laurent Blume's message of "Wed, 03 Dec 2014 23:09:25 +0100") References: <547F8A15.4090606@opencsw.org> Message-ID: <86h9xbvj5b.fsf@opencsw.org> Laurent Blume writes: > There's another guy on IRC coming to ask for S8 binaries. I think it > is more than time to remove them from the archive. +1 toni From dam at opencsw.org Thu Dec 4 13:36:24 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 4 Dec 2014 13:36:24 +0100 Subject: OpenCSW question about package CSWapache24 In-Reply-To: <201412032120.sB3LK2tl020813@www.opencsw.org> References: <201412032120.sB3LK2tl020813@www.opencsw.org> Message-ID: <5855BBBE-3A52-4501-94E2-C787031B3A92@opencsw.org> Hi Logan, > Am 03.12.2014 um 22:20 schrieb lostout at gmail.com: > I got asked this, and since I didn\'t know the answer, I thought I\'d ask you, the source of this answer. > > The question is, how often do you plan to release updated packages for apache? Well, I have no active customers with exposed Apache 2.4 at the moment so there is not that much preasure for me to follow upstream closely but simple version bumps are quite easy. So if you ping me from time to time chances are pretty good there will be updated versions in a couple of days. In fact, I already updated Apache 2.4 to 2.4.10 but missed to push it to unstable which I am doing just now. Apart from that if you are using OpenCSW in production I strongly suggest you or one of your colleagues should join to project to get better hands-on on the activity in the project. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From calo.hk at gmail.com Thu Dec 4 14:23:08 2014 From: calo.hk at gmail.com (=?ISO-8859-1?Q?Carlos_Andr=E9s_Loaiza_Osorio?=) Date: Thu, 4 Dec 2014 08:23:08 -0500 Subject: help with php In-Reply-To: <547F4912.5020103@mie.utoronto.ca> References: <94B016C9-622A-4E35-8625-3AA9A553320B@opencsw.org> <547F4912.5020103@mie.utoronto.ca> Message-ID: Good Day again, i find and i can?t see the php 64 bits package in the opencsw repository, and when i try compile php x64 from source give me a lot of missing dependencies and also the configuration to work with csw is a little complex because i need to reinstall a lot of things, and i like to know if i?m install only the Oracle 32Bits client is possible to compile the lib oci8 and make the connection works as well or i need install all oracle product? On Wed, Dec 3, 2014 at 12:32 PM, Oscar del Rio wrote: > On 12/ 2/14 04:53 PM, Carlos Andr?s Loaiza Osorio wrote: > > > ld: fatal: file > /oracle/app/oracle/product/11.2.0/dbhome_1//lib/libclntsh.so: wrong ELF > class: ELFCLASS64 > > ld: fatal: file processing errors. No output written to .libs/oci8.so > > > You might need a 32-bit version of the oracle libraries, or 64-bit > versions of php and everything else it might be linked to. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ihsan at opencsw.org Thu Dec 4 20:02:27 2014 From: ihsan at opencsw.org (Ihsan Dogan) Date: Thu, 4 Dec 2014 20:02:27 +0100 Subject: IT's time to remove the Solaris 8 packages In-Reply-To: <547F8A15.4090606@opencsw.org> References: <547F8A15.4090606@opencsw.org> Message-ID: <20141204190227.GB61705@dogan.ch> On Wednesday, 03 Dec 2014 23:09 +0100, Laurent Blume wrote: > There's another guy on IRC coming to ask for S8 binaries. I think it is > more than time to remove them from the archive. I see your point, but if there is no newer version of a particular package and if there are no security or functional issues, I don't see any reason to remove the package. Ihsan -- ihsan at dogan.ch http://blog.dogan.ch/ From George.Wyche at pw.utc.com Thu Dec 4 20:46:47 2014 From: George.Wyche at pw.utc.com (Wyche, George PW) Date: Thu, 4 Dec 2014 19:46:47 +0000 Subject: [External] IT's time to remove the Solaris 8 packages In-Reply-To: <547F8A15.4090606@opencsw.org> References: <547F8A15.4090606@opencsw.org> Message-ID: <9A987656F56CAB4EB898F211B35C00060988CAB0@UUSNWE1S.na.utcmail.com> If you want to play the #s, then fine. However, your characterization is faulty. Our Sun workstations are all in house. Not a single one has access to anything outside. All are Solaris 8. Now and then somebody asks for a feature which does exist for Solaris 8, so we used to easily get it from openCSW. This is a small outfit... this department. It's a Windows place that'd just as soon get rid all *nix anything, but they inherited us and moved us around on the books, so nobody outside has been exposed (for any length of time) to our Solaris workstations and see the light of another world of computing. We did not download the entire offering of openCSW Solaris 8. I did pay $ for DVDs back in the time of Blastwave, but evidently "it was lost in the mail". We really screwed up by not doing what was absolutely necessary to capture the entire offering of Solaris 10 BEFORE OpenCSW had advanced past the version where you could install Solaris with 5 CDs, because after that... too bad if you don't have a DVD reader, no later version of Solaris 10 for you. Without the later version of Solaris 10... Grr! We have Solaris 8 because we cannot get Solaris 10 with the same set of features as Solaris 8. Just sayin', George Wyche -----Original Message----- From: users [mailto:users-bounces+george.wyche=pw.utc.com at lists.opencsw.org] On Behalf Of Laurent Blume Sent: Wednesday, December 03, 2014 4:09 PM To: Questions and discussions; List for OpenCSW maintainers Subject: [External] IT's time to remove the Solaris 8 packages People, There's another guy on IRC coming to ask for S8 binaries. I think it is more than time to remove them from the archive. I have nothing against him, he asked nicely, But nevertheless, they must go. At this point, they are more a liability than anything else. All the famous vulnerabilities are there, HEARTBLEED, SHELLSHOCK, POODLE, and those who've not done the headlines. The people who come asking for them are following a pattern: they're obviously not experimented, and they clearly are not able to assess the risks, and *never* in a position to take decision. Then, their employers follow a similar pattern: they're cheapskates, who want to get as much money as possible from obsolete systems with no investment in time nor money. They willingly put their customers are risk because of their greed. And lastly, there's an existing alternative, there's SunFreeware, which, from a quick look, has much more recent packages. So frankly, I think we're doing a disservice to everybody by keeping those old files online. They should be removed. If a company is motivated to revive it and provides resources for it, welcome to it. But those files as they stand are just used as an excuse to avoid doing that. Thanks, Laurent From laurent at opencsw.org Thu Dec 4 21:45:23 2014 From: laurent at opencsw.org (Laurent Blume) Date: Thu, 04 Dec 2014 21:45:23 +0100 Subject: [External] IT's time to remove the Solaris 8 packages In-Reply-To: <9A987656F56CAB4EB898F211B35C00060988CAB0@UUSNWE1S.na.utcmail.com> References: <547F8A15.4090606@opencsw.org> <9A987656F56CAB4EB898F211B35C00060988CAB0@UUSNWE1S.na.utcmail.com> Message-ID: <5480C7E3.9080305@opencsw.org> Le 2014/12/04 20:46 +0100, George Pw Wyche a ?crit: > If you want to play the #s, then fine. However, your characterization > is faulty. > > Our Sun workstations are all in house. Not a single one has access to > anything outside. All are Solaris 8. Now and then somebody asks for a > feature which does exist for Solaris 8, so we used to easily get it > from openCSW. This is a small outfit... this department. It's a > Windows place that'd just as soon get rid all *nix anything, but they > inherited us and moved us around on the books, so nobody outside has > been exposed (for any length of time) to our Solaris workstations and > see the light of another world of computing. Well, it is your choice, but then, if your attachment to those old systems is so great, you should plan on keeping them running. The S8 packages haven't changed in 4 years, you can surely spend 5? on a USB key to keep a mirror of them. > We did not download the entire offering of openCSW Solaris 8. I did > pay $ for DVDs back in the time of Blastwave, but evidently "it was > lost in the mail". We really screwed up by not doing what was > absolutely necessary to capture the entire offering of Solaris 10 > BEFORE OpenCSW had advanced past the version where you could install > Solaris with 5 CDs, because after that... too bad if you don't have a > DVD reader, no later version of Solaris 10 for you. You can perfectly well install Solaris 10 from the CD version then either patch or update it to a level that can run OpenCSW. > Without the later > version of Solaris 10... Grr! We have Solaris 8 because we cannot get > Solaris 10 with the same set of features as Solaris 8. I'm curious, what features are missing in Solaris 10? In any recent Linux distro, for that matter? And not to worry you too much, but basing a business, and your job, on Solaris workstations doesn't sound like the best future-proofing ever. You might not like it, I sure don't like it, but fact is, Solaris on the desktop is dead, and won't come back. So, are you volunteering to maintain S8 packages until you can get around to replace it? Laurent From George.Wyche at pw.utc.com Fri Dec 5 01:17:16 2014 From: George.Wyche at pw.utc.com (Wyche, George PW) Date: Fri, 5 Dec 2014 00:17:16 +0000 Subject: [External] IT's time to remove the Solaris 8 packages In-Reply-To: <5480C7E3.9080305@opencsw.org> References: <547F8A15.4090606@opencsw.org> <9A987656F56CAB4EB898F211B35C00060988CAB0@UUSNWE1S.na.utcmail.com> <5480C7E3.9080305@opencsw.org> Message-ID: <9A987656F56CAB4EB898F211B35C00060988CAF1@UUSNWE1S.na.utcmail.com> My only point was our Solaris 8 endangers the security of no one. Hopefully, we are not the only such data point. Our proprietary software is leaving Solaris as fast as a single, aging programmer can manage... but, Solaris 8 has shown no problems whatsoever, so we are leaving a sleeping dog alone. I threw away many hours trying hardware tricks and software tricks to get Solaris 10 (base) to Solaris 10u6 (I think) just so I could please have emacs run again and have Samba to access files from a PC (which I have found that I really can do without). I now live with a (slightly) crippled emacs on the Solaris 10 box in my office. Newer hardware (not warranted for the current $ making work load) would allow getting whatever Oracle is willing to let slip in the way of software, but, Oracle has made it clear we are beneath attention. We got the message and are on the path to exit. -----Original Message----- From: users [mailto:users-bounces+george.wyche=pw.utc.com at lists.opencsw.org] On Behalf Of Laurent Blume Sent: Thursday, December 04, 2014 2:45 PM To: users at lists.opencsw.org Subject: Re: [External] IT's time to remove the Solaris 8 packages Le 2014/12/04 20:46 +0100, George Pw Wyche a ?crit: > If you want to play the #s, then fine. However, your characterization > is faulty. > > Our Sun workstations are all in house. Not a single one has access to > anything outside. All are Solaris 8. Now and then somebody asks for a > feature which does exist for Solaris 8, so we used to easily get it > from openCSW. This is a small outfit... this department. It's a > Windows place that'd just as soon get rid all *nix anything, but they > inherited us and moved us around on the books, so nobody outside has > been exposed (for any length of time) to our Solaris workstations and > see the light of another world of computing. Well, it is your choice, but then, if your attachment to those old systems is so great, you should plan on keeping them running. The S8 packages haven't changed in 4 years, you can surely spend 5? on a USB key to keep a mirror of them. > We did not download the entire offering of openCSW Solaris 8. I did > pay $ for DVDs back in the time of Blastwave, but evidently "it was > lost in the mail". We really screwed up by not doing what was > absolutely necessary to capture the entire offering of Solaris 10 > BEFORE OpenCSW had advanced past the version where you could install > Solaris with 5 CDs, because after that... too bad if you don't have a > DVD reader, no later version of Solaris 10 for you. You can perfectly well install Solaris 10 from the CD version then either patch or update it to a level that can run OpenCSW. > Without the later > version of Solaris 10... Grr! We have Solaris 8 because we cannot get > Solaris 10 with the same set of features as Solaris 8. I'm curious, what features are missing in Solaris 10? In any recent Linux distro, for that matter? And not to worry you too much, but basing a business, and your job, on Solaris workstations doesn't sound like the best future-proofing ever. You might not like it, I sure don't like it, but fact is, Solaris on the desktop is dead, and won't come back. So, are you volunteering to maintain S8 packages until you can get around to replace it? Laurent From maciej at opencsw.org Fri Dec 5 11:18:42 2014 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Fri, 5 Dec 2014 10:18:42 +0000 Subject: [External] IT's time to remove the Solaris 8 packages In-Reply-To: <9A987656F56CAB4EB898F211B35C00060988CAB0@UUSNWE1S.na.utcmail.com> References: <547F8A15.4090606@opencsw.org> <9A987656F56CAB4EB898F211B35C00060988CAB0@UUSNWE1S.na.utcmail.com> Message-ID: Hi George, 2014-12-04 19:46 GMT+00:00 Wyche, George PW : > We really screwed up by not doing what was absolutely necessary to capture the entire offering of Solaris 10 BEFORE OpenCSW had advanced past the version where you could install Solaris with 5 CDs, because after that... too bad if you don't have a DVD reader, no later version of Solaris 10 for you. Question about alternative paths of installation - does your machine have a network interface? Maciej From George.Wyche at pw.utc.com Fri Dec 5 18:23:11 2014 From: George.Wyche at pw.utc.com (Wyche, George PW) Date: Fri, 5 Dec 2014 17:23:11 +0000 Subject: [External] IT's time to remove the Solaris 8 packages In-Reply-To: References: <547F8A15.4090606@opencsw.org> <9A987656F56CAB4EB898F211B35C00060988CAB0@UUSNWE1S.na.utcmail.com> Message-ID: <9A987656F56CAB4EB898F211B35C00060988CB61@UUSNWE1S.na.utcmail.com> No. By owning company decree. -----Original Message----- From: users [mailto:users-bounces+george.wyche=pw.utc.com at lists.opencsw.org] On Behalf Of Maciej (Matchek) Blizinski Sent: Friday, December 05, 2014 4:19 AM To: Questions and discussions Subject: Re: [External] IT's time to remove the Solaris 8 packages Hi George, 2014-12-04 19:46 GMT+00:00 Wyche, George PW : > We really screwed up by not doing what was absolutely necessary to capture the entire offering of Solaris 10 BEFORE OpenCSW had advanced past the version where you could install Solaris with 5 CDs, because after that... too bad if you don't have a DVD reader, no later version of Solaris 10 for you. Question about alternative paths of installation - does your machine have a network interface? Maciej From laurent at opencsw.org Mon Dec 8 10:07:07 2014 From: laurent at opencsw.org (Laurent Blume) Date: Mon, 08 Dec 2014 10:07:07 +0100 Subject: [External] IT's time to remove the Solaris 8 packages In-Reply-To: <9A987656F56CAB4EB898F211B35C00060988CB61@UUSNWE1S.na.utcmail.com> References: <547F8A15.4090606@opencsw.org> <9A987656F56CAB4EB898F211B35C00060988CAB0@UUSNWE1S.na.utcmail.com> <9A987656F56CAB4EB898F211B35C00060988CB61@UUSNWE1S.na.utcmail.com> Message-ID: <54856A3B.7090904@opencsw.org> Le 2014/12/05 18:23 +0100, George Pw Wyche a ?crit: > No. By owning company decree. It's still perfectly possible to upgrade to an OpenCSW supported point, using eg PCA, or patch clusters, or Live Upgrade and ISO files, whatever. Laurent From George.Wyche at pw.utc.com Tue Dec 9 19:06:50 2014 From: George.Wyche at pw.utc.com (Wyche, George PW) Date: Tue, 9 Dec 2014 18:06:50 +0000 Subject: [External] IT's time to remove the Solaris 8 packages In-Reply-To: <54856A3B.7090904@opencsw.org> References: <547F8A15.4090606@opencsw.org> <9A987656F56CAB4EB898F211B35C00060988CAB0@UUSNWE1S.na.utcmail.com> <9A987656F56CAB4EB898F211B35C00060988CB61@UUSNWE1S.na.utcmail.com> <54856A3B.7090904@opencsw.org> Message-ID: <9A987656F56CAB4EB898F211B35C00060988CC1D@UUSNWE1S.na.utcmail.com> I appreciate your attempts to review our options. Remember, I originally replied only to point out that pockets of Sun workstations do exist without external connections, thus do not pose an internet security risk by using Solaris . _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ No Oracle contract, so no patch clusters. Don't know what PCA is. Live Upgrade? I looked into that, but can't remember right now why that can't work. Seems like the base Solaris 10 is too old for Live Upgrade or there is nowhere to hold the thing which to upgrade to. ISO files? Like from the DVD for Solaris final (the only thing offered last I looked (2 years ago?))? We have no Workstation with a sufficiently working DVD reader. I tried to get the supposed manufacturer driver "fix", but failed (I cannot remember why, but I was sure motivated to get it at the time). I tried to find a DVD reader to be used totally in place of any Sun/Oracle supported one. Failed. If there is a way to host the DVD on a Microsoft PC and get it across a network... Oh yeah... samba is among the openCSW that won't work the earlier versions of Solaris 10. At some point it's not worth the hit on the company overhead to keep bucking the Oracle (or whoever) indifference to these kind of wants from workstation outfits like us. I wanted samba, emacs, daylight savings time proper transition, gimp, python, and an html browser (for our own documentation). All of those have disappeared from openCSW unless we have a later version of Solaris10. To heck with 'em. ALL of those exist, no problem, on Solaris 8. We really tried to become upstanding Solaris 10 users, but we (me) didn't clearly understand just what was coming down the line and that we better take action before the window closed. Now we are paying for that lack of foresight. We are working our way out of this by ultimately abandoning Oracle. I say this despite my boss buying 2 additional used SunBlade2500s because one of ours' power supply died this last weekend, and one is to be the roving "instant" hardware replacement should this happen again. At that level we can make purchases for whatever. Believe me, when they arrive, I will be looking at the level of the OS that happens to be on the internal disks.... ya' never know. -----Original Message----- From: users [mailto:users-bounces+george.wyche=pw.utc.com at lists.opencsw.org] On Behalf Of Laurent Blume Sent: Monday, December 08, 2014 3:07 AM To: users at lists.opencsw.org Subject: Re: [External] IT's time to remove the Solaris 8 packages Le 2014/12/05 18:23 +0100, George Pw Wyche a ?crit: > No. By owning company decree. It's still perfectly possible to upgrade to an OpenCSW supported point, using eg PCA, or patch clusters, or Live Upgrade and ISO files, whatever. Laurent From ag at computer.org Wed Dec 10 06:52:16 2014 From: ag at computer.org (Andrew Gaylard) Date: Wed, 10 Dec 2014 07:52:16 +0200 Subject: [External] IT's time to remove the Solaris 8 packages In-Reply-To: <9A987656F56CAB4EB898F211B35C00060988CC1D@UUSNWE1S.na.utcmail.com> References: <547F8A15.4090606@opencsw.org> <9A987656F56CAB4EB898F211B35C00060988CAB0@UUSNWE1S.na.utcmail.com> <9A987656F56CAB4EB898F211B35C00060988CB61@UUSNWE1S.na.utcmail.com> <54856A3B.7090904@opencsw.org> <9A987656F56CAB4EB898F211B35C00060988CC1D@UUSNWE1S.na.utcmail.com> Message-ID: <5487DF90.105@computer.org> Hello George, If I were you, I'd really try to move to the latest solaris-10, assuming of course that your application can run on it. If you can't read DVDs, then why not borrow/purchase a DVD drive that fits your machines, and take it from there? I don't understand what's so hard about this. -- Andrew Gaylard On 12/09/14 20:06, Wyche, George PW wrote: > I appreciate your attempts to review our options. > Remember, I originally replied only to point out that pockets of Sun workstations do exist without external connections, thus do not pose an internet security risk by using Solaris . > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > No Oracle contract, so no patch clusters. Don't know what PCA is. Live Upgrade? I looked into that, but can't remember right now why that can't work. Seems like the base Solaris 10 is too old for Live Upgrade or there is nowhere to hold the thing which to upgrade to. ISO files? Like from the DVD for Solaris final (the only thing offered last I looked (2 years ago?))? We have no Workstation with a sufficiently working DVD reader. I tried to get the supposed manufacturer driver "fix", but failed (I cannot remember why, but I was sure motivated to get it at the time). I tried to find a DVD reader to be used totally in place of any Sun/Oracle supported one. Failed. > > If there is a way to host the DVD on a Microsoft PC and get it across a network... Oh yeah... samba is among the openCSW that won't work the earlier versions of Solaris 10. > > At some point it's not worth the hit on the company overhead to keep bucking the Oracle (or whoever) indifference to these kind of wants from workstation outfits like us. I wanted samba, emacs, daylight savings time proper transition, gimp, python, and an html browser (for our own documentation). All of those have disappeared from openCSW unless we have a later version of Solaris10. To heck with 'em. ALL of those exist, no problem, on Solaris 8. We really tried to become upstanding Solaris 10 users, but we (me) didn't clearly understand just what was coming down the line and that we better take action before the window closed. Now we are paying for that lack of foresight. > > We are working our way out of this by ultimately abandoning Oracle. I say this despite my boss buying 2 additional used SunBlade2500s because one of ours' power supply died this last weekend, and one is to be the roving "instant" hardware replacement should this happen again. At that level we can make purchases for whatever. Believe me, when they arrive, I will be looking at the level of the OS that happens to be on the internal disks.... ya' never know. > > -----Original Message----- > From: users [mailto:users-bounces+george.wyche=pw.utc.com at lists.opencsw.org] On Behalf Of Laurent Blume > Sent: Monday, December 08, 2014 3:07 AM > To: users at lists.opencsw.org > Subject: Re: [External] IT's time to remove the Solaris 8 packages > > Le 2014/12/05 18:23 +0100, George Pw Wyche a ?crit: >> No. By owning company decree. > It's still perfectly possible to upgrade to an OpenCSW supported point, using eg PCA, or patch clusters, or Live Upgrade and ISO files, whatever. > > Laurent From calo.hk at gmail.com Wed Dec 10 18:28:43 2014 From: calo.hk at gmail.com (=?ISO-8859-1?Q?Carlos_Andr=E9s_Loaiza_Osorio?=) Date: Wed, 10 Dec 2014 12:28:43 -0500 Subject: help with php In-Reply-To: <547E35F1.1050204@dabo.ch> References: <94B016C9-622A-4E35-8625-3AA9A553320B@opencsw.org> <547E35F1.1050204@dabo.ch> Message-ID: Good Day, really thanks for all your help we install oracle 32bits client and try again to compile the oci8.so but get a new error, at end of message. 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-defaultuserwfaqZo/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/sfw/bin/ggrep checking for egrep... /usr/sfw/bin/ggrep -E checking for a sed that does not truncate output... /usr/bin/sed checking for cc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for icc... no checking for suncc... no checking whether gcc and cc understand -c and -o together... yes checking for system library directory... lib checking if compiler supports -R... yes checking build system type... sparc-sun-solaris2.10 checking host system type... sparc-sun-solaris2.10 checking target system type... sparc-sun-solaris2.10 checking for PHP prefix... /opt/csw/php5 checking for PHP includes... -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib checking for PHP extension directory... /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626 checking for PHP installed headers prefix... /opt/csw/php5/include/php checking if debug is enabled... no checking if zts is enabled... no checking for re2c... no configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. checking for gawk... no checking for nawk... nawk checking if nawk is broken... no checking for Oracle Database OCI8 support... yes, shared checking PHP version... 5.3.21, ok checking OCI8 DTrace support... no checking size of long int... 4 checking checking if we're on a 64-bit platform... no checking Oracle ORACLE_HOME install directory... /oracle/app/oracle/product/11.2.0/dbhome_1 checking ORACLE_HOME library validity... lib32 checking Oracle library version compatibility... 11.1 checking for ld used by gcc... /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking for /usr/ccs/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/ccs/bin/nm -p checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking the maximum length of command line arguments... 786240 checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... solaris2.10 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no creating libtool appending configuration tag "CXX" to libtool configure: creating ./config.status config.status: creating config.h running: make /bin/bash /tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/libtool --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8.c -o oci8.lo mkdir .libs gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8.c -fPIC -DPIC -o .libs/oci8.o /bin/bash /tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/libtool --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_lob.c -o oci8_lob.lo gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_lob.c -fPIC -DPIC -o .libs/oci8_lob.o /bin/bash /tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/libtool --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_statement.c -o oci8_statement.lo gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_statement.c -fPIC -DPIC -o .libs/oci8_statement.o /bin/bash /tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/libtool --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_collection.c -o oci8_collection.lo gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_collection.c -fPIC -DPIC -o .libs/oci8_collection.o /bin/bash /tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/libtool --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_interface.c -o oci8_interface.lo gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_interface.c -fPIC -DPIC -o .libs/oci8_interface.o /bin/bash /tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/libtool --mode=link gcc -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -o oci8.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/modules oci8.lo oci8_lob.lo oci8_statement.lo oci8_collection.lo oci8_interface.lo -R/oracle/app/oracle/product/11.2.0/dbhome_1/lib32 -L/oracle/app/oracle/product/11.2.0/dbhome_1/lib32 -lclntsh gcc -shared -Wl,-h -Wl,oci8.so -o .libs/oci8.so .libs/oci8.o .libs/oci8_lob.o .libs/oci8_statement.o .libs/oci8_collection.o .libs/oci8_interface.o -R/oracle/app/oracle/product/11.2.0/dbhome_1/lib32 -L/oracle/app/oracle/product/11.2.0/dbhome_1/lib32 -lclntsh -lc *ld: fatal: library -lclntsh: not found* ld: fatal: file processing errors. No output written to .libs/oci8.so collect2: ld returned 1 exit status *** Error code 1 *make: Fatal error: Command failed for target `oci8.la '* ERROR: `make' failed bash-3.2# -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Wed Dec 10 19:53:58 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 10 Dec 2014 19:53:58 +0100 Subject: help with php In-Reply-To: References: <94B016C9-622A-4E35-8625-3AA9A553320B@opencsw.org> <547E35F1.1050204@dabo.ch> Message-ID: <67C1F2CE-F81D-45B8-A3B4-A486AA08D6C1@opencsw.org> Hi Carlos, > Am 10.12.2014 um 18:28 schrieb Carlos Andr?s Loaiza Osorio : > > Good Day, really thanks for all your help > > we install oracle 32bits client and try again to compile the oci8.so but get a new error, at end of message. > > 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-defaultuserwfaqZo/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/sfw/bin/ggrep > checking for egrep... /usr/sfw/bin/ggrep -E > checking for a sed that does not truncate output... /usr/bin/sed > checking for cc... no > checking for gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking how to run the C preprocessor... gcc -E > checking for icc... no > checking for suncc... no > checking whether gcc and cc understand -c and -o together... yes > checking for system library directory... lib > checking if compiler supports -R... yes > checking build system type... sparc-sun-solaris2.10 > checking host system type... sparc-sun-solaris2.10 > checking target system type... sparc-sun-solaris2.10 > checking for PHP prefix... /opt/csw/php5 > checking for PHP includes... -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib > checking for PHP extension directory... /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626 > checking for PHP installed headers prefix... /opt/csw/php5/include/php > checking if debug is enabled... no > checking if zts is enabled... no > checking for re2c... no > configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. > checking for gawk... no > checking for nawk... nawk > checking if nawk is broken... no > checking for Oracle Database OCI8 support... yes, shared > checking PHP version... 5.3.21, ok > checking OCI8 DTrace support... no > checking size of long int... 4 > checking checking if we're on a 64-bit platform... no > checking Oracle ORACLE_HOME install directory... /oracle/app/oracle/product/11.2.0/dbhome_1 > checking ORACLE_HOME library validity... lib32 > checking Oracle library version compatibility... 11.1 > checking for ld used by gcc... /usr/ccs/bin/ld > checking if the linker (/usr/ccs/bin/ld) is GNU ld... no > checking for /usr/ccs/bin/ld option to reload object files... -r > checking for BSD-compatible nm... /usr/ccs/bin/nm -p > checking whether ln -s works... yes > checking how to recognize dependent libraries... pass_all > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking the maximum length of command line arguments... 786240 > checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok > checking for objdir... .libs > checking for ar... ar > checking for ranlib... ranlib > checking for strip... strip > checking if gcc supports -fno-rtti -fno-exceptions... no > checking for gcc option to produce PIC... -fPIC > checking if gcc PIC flag -fPIC works... yes > checking if gcc static flag -static works... no > checking if gcc supports -c -o file.o... yes > checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes > checking whether -lc should be explicitly linked in... yes > checking dynamic linker characteristics... solaris2.10 ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... no > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > > creating libtool > appending configuration tag "CXX" to libtool > configure: creating ./config.status > config.status: creating config.h > running: make > /bin/bash /tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/libtool --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8.c -o oci8.lo > mkdir .libs > gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8.c -fPIC -DPIC -o .libs/oci8.o > /bin/bash /tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/libtool --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_lob.c -o oci8_lob.lo > gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_lob.c -fPIC -DPIC -o .libs/oci8_lob.o > /bin/bash /tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/libtool --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_statement.c -o oci8_statement.lo > gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_statement.c -fPIC -DPIC -o .libs/oci8_statement.o > /bin/bash /tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/libtool --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_collection.c -o oci8_collection.lo > gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_collection.c -fPIC -DPIC -o .libs/oci8_collection.o > /bin/bash /tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/libtool --mode=compile gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_interface.c -o oci8_interface.lo > gcc -I. -I/tmp/pear/temp/oci8 -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/oci8/oci8_interface.c -fPIC -DPIC -o .libs/oci8_interface.o > /bin/bash /tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/libtool --mode=link gcc -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/include -I/tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/main -I/tmp/pear/temp/oci8 -I/opt/csw/php5/include/php -I/opt/csw/php5/include/php/main -I/opt/csw/php5/include/php/TSRM -I/opt/csw/php5/include/php/Zend -I/opt/csw/php5/include/php/ext -I/opt/csw/php5/include/php/ext/date/lib -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/public -I/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/demo -DHAVE_CONFIG_H -g -O2 -o oci8.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear/temp/pear-build-defaultuserwfaqZo/oci8-2.0.8/modules oci8.lo oci8_lob.lo oci8_statement.lo oci8_collection.lo oci8_interface.lo -R/oracle/app/oracle/product/11.2.0/dbhome_1/lib32 -L/oracle/app/oracle/product/11.2.0/dbhome_1/lib32 -lclntsh > gcc -shared -Wl,-h -Wl,oci8.so -o .libs/oci8.so .libs/oci8.o .libs/oci8_lob.o .libs/oci8_statement.o .libs/oci8_collection.o .libs/oci8_interface.o -R/oracle/app/oracle/product/11.2.0/dbhome_1/lib32 -L/oracle/app/oracle/product/11.2.0/dbhome_1/lib32 -lclntsh -lc > ld: fatal: library -lclntsh: not found > ld: fatal: file processing errors. No output written to .libs/oci8.so > collect2: ld returned 1 exit status > *** Error code 1 > make: Fatal error: Command failed for target `oci8.la' > ERROR: `make' failed > bash-3.2# You need to have libclntsh.so in /oracle/app/oracle/product/11.2.0/dbhome_1/lib32 or another path which you specified to -L Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From dam at opencsw.org Sat Dec 13 20:59:12 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Sat, 13 Dec 2014 20:59:12 +0100 Subject: New package request : libgmp 5.1 In-Reply-To: References: <201410290849.s9T8nGWG004984@www.opencsw.org> Message-ID: <8538E173-4504-4B44-A0A0-6CD7BDB8D422@opencsw.org> Hi Yuri, > Am 30.10.2014 um 09:30 schrieb Dagobert Michelsen : >> Am 29.10.2014 um 09:49 schrieb via pkgrequests : >> >> Dear maintainers, >> >> A new package request has been received from Yuri (mailto:yvoinov at gmail.com). libgmp 5.1 is requested to be added to our catalog. >> >> Here is the attached message : >> >> Hi guys, I really need fresh version of GMP library ASAP. Please assign new maintainer to do that. Thanks. > > This is a volunteer project, so if there is someone around who wants a new gmp for himself > he will probably do it. We are always looking for maintainers, so if you are able to help > your contribution is very welcome. Nonetheless I?ll post the request and see if there is > interest among the maintainers to make an updated package. Meanwhile libgmp has been updated to 6.0 Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From dam at opencsw.org Sat Dec 13 21:01:23 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Sat, 13 Dec 2014 21:01:23 +0100 Subject: OpenCSW question about package CSWprivoxy In-Reply-To: <9AE709A5-AE65-4397-897E-5B622E5390CC@opencsw.org> References: <201408131435.s7DEZl1O023285@www.opencsw.org> <33890DD8-D0AB-4504-9637-9DD43D32E3E6@opencsw.org> <53ECB217.2020200@gmail.com> <82E2FA17-439F-4B76-B1DF-D67C1209249D@opencsw.org> <53EDB4D1.6000309@gmail.com> <95074DAE-46F6-4957-A1F4-E2E2A605F40C@opencsw.org> <53EDC965.2090801@gmail.com> <9AE709A5-AE65-4397-897E-5B622E5390CC@opencsw.org> Message-ID: <63E2877C-BC92-49F5-B672-A606E439B6C6@opencsw.org> Hi Yuri, does privoxy now work ok for you or do you still have problems? Best regards ? Dago > Am 15.08.2014 um 11:05 schrieb Dagobert Michelsen : > > Hi Yuri, > > Am 15.08.2014 um 10:48 schrieb Yuri Voinov : > >> Also: >> >> http://i.imgur.com/W0RDaI7.png >> >> This incorrect. >> >> The correct way to stop daemon without own stop command (like Squid) is: >> >> > type='method' >> name='stop' >> exec=':kill' >> timeout_seconds='60'> >> > > This is an autogenerated manifest in place for all our init.d scripts and > cswprivoxy has a stop method. Although I admit that it would be better to > have a crafted manifest and get rid of the startscript altogether. > > > Best regards > > ? Dago > > >> >> 15.08.2014 14:09, Dagobert Michelsen ?????: >>> Hi, >>> >>> Am 15.08.2014 um 09:20 schrieb Yuri Voinov : >>>> Yep. My system uses unstable branch and update packages automatically. >>>> >>>> Same shame: >>>> >>>> http://i.imgur.com/X1lPzb1.png >>>> >>>> So, privoxy came to maintenance state today morning. I've rollback to my >>>> manifest/control method. It works. >>> I just tested it on a freshly installed system and it works. Please make sure >>> to remove all your transient changes before testing. >>> >>> >>> Best regards >>> >>> ? Dago >>> >> >> > > -- > "You don't become great by trying to be great, you become great by wanting to do something, > and then doing it so hard that you become great in the process." - xkcd #896 > -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From Andreas.Dvorak at baaderbank.de Tue Dec 16 12:16:47 2014 From: Andreas.Dvorak at baaderbank.de (Dvorak Andreas) Date: Tue, 16 Dec 2014 12:16:47 +0100 Subject: AW: updated ruby20/puppet3 packages In-Reply-To: <589211AD-637D-4FC5-9548-4FFF58417A6F@opencsw.org> References: <87fvegb34a.fsf@stderr.at> <589211AD-637D-4FC5-9548-4FFF58417A6F@opencsw.org> Message-ID: Hi Toni, finally I have installed the puppet agent 3.6.2 today on an i386 server. Unfortunately the service does not want to start. [ Dec 16 11:19:28 Executing stop method ("/var/opt/csw/svc/method/svc-cswpuppetd stop") ] /opt/csw/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- facter (LoadError) from /opt/csw/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /opt/csw/lib/ruby/site_ruby/2.0.0/puppet.rb:6:in `' from /opt/csw/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /opt/csw/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /opt/csw/lib/ruby/site_ruby/2.0.0/puppet/util/command_line.rb:12:in `' from /opt/csw/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /opt/csw/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /opt/csw/bin/puppet:7:in `
' bash-3.00# ls -l /opt/csw/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb -rw-r--r-- 1 root bin 4207 Feb 22 2014 /opt/csw/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb bash-3.00# ls -l /opt/csw/lib/ruby/site_ruby/2.0.0/puppet.rb -rw-r--r-- 1 root bin 8893 Jun 9 2014 /opt/csw/lib/ruby/site_ruby/2.0.0/puppet.rb How you got an idea for that problem? Best regards, Andreas Von: users [mailto:users-bounces+andreas.dvorak=baaderbank.de at lists.opencsw.org] Im Auftrag von Dagobert Michelsen Gesendet: Donnerstag, 23. Oktober 2014 12:52 An: Questions and discussions; toni+opencsw-users at stderr.at Betreff: Re: updated ruby20/puppet3 packages Hi Toni, Am 22.10.2014 um 20:41 schrieb Ben Walton >: This is great! I would recommend that you apply to become a maintainer by writing to board at opencsw.org. This will get you commit rights and access to the build farm. This is excellent news! We are really looking forward for you to join the project. Best regards ? Dago Thanks -Ben On Oct 22, 2014 3:14 PM, "Toni Schmidbauer" > wrote: hi, i'm just getting my feet wet with building opencsw packages with mgar. we are using puppet on solaris and i would like to update the puppet3 packages. as far as i know the current maintainer of the puppet3 packages is no longer interested in updating to a newer version (https://www.opencsw.org/mantis/view.php?id=5150). what i've done so far: - updated the puppet3 Makefile to puppet 3.6.2 and added a dependency on ruby20. the current ruby version used for puppet (1.8) is old and according to ruby-lang.org out of maintenance. - created a new package for hiera, as the puppet master now depends on it - refactored the ruby20 package into ruby20, ruby20_ri and ruby20_dev and added a dependency on libssl_1_0_0 we are going to do some more testing with these new packages and i would love to bring these changes upstream. what's not quite clear to me is how do i bring these changes upstream? should i open bug reports for puppet3 and ruby20? what about the new hiera package? or should i post patches? sorry for all the questions, any help would be appreciated thanks toni -- Don't forget, there is no security | toni at stderr dot at -- Wulfgar | Toni Schmidbauer -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: From tosmi at opencsw.org Tue Dec 16 14:45:27 2014 From: tosmi at opencsw.org (Toni Schmidbauer) Date: Tue, 16 Dec 2014 14:45:27 +0100 Subject: AW: updated ruby20/puppet3 packages In-Reply-To: (Dvorak Andreas's message of "Tue, 16 Dec 2014 12:16:47 +0100") References: <87fvegb34a.fsf@stderr.at> <589211AD-637D-4FC5-9548-4FFF58417A6F@opencsw.org> Message-ID: <87zjanvhc8.fsf@opencsw.org> Dvorak Andreas writes: > /opt/csw/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in > `require': cannot load such file -- facter (LoadError) did you also update facter? CSWfacter was also updated to 1.7.6 and uses ruby 2.0 now. if you have to stick with the old puppet3 version (3.3.1) or 2.7 you have to use facter_ruby18 from the unstable catalog. if you have the latest version of CSWfacter installed (1.7.6) and it still does not work please show me the ouput of pkginfo CSWfacter and pkgutil -L CSWfacter which should list all files install by CSWfacter. most of them should be in .../site_ruby/2.0.0/... toni From Andreas.Dvorak at baaderbank.de Tue Dec 16 15:20:13 2014 From: Andreas.Dvorak at baaderbank.de (Dvorak Andreas) Date: Tue, 16 Dec 2014 15:20:13 +0100 Subject: AW: AW: updated ruby20/puppet3 packages In-Reply-To: <87zjanvhc8.fsf@opencsw.org> References: <87fvegb34a.fsf@stderr.at> <589211AD-637D-4FC5-9548-4FFF58417A6F@opencsw.org> <87zjanvhc8.fsf@opencsw.org> Message-ID: Hi Toni, thank you for the help. I have installed the Puppet 3.6.2 agent in one package with all the dependencies and did not realize facter was not updated. Now I looks good: For the update I have done: pkgrm CSWpuppet3 pkgrm CSWfacter pkgrm CSWruby18 pkgrm CSWlibruby18-1 pkgadd -d CSWpuppet3_agent_i386_3.6.2.pkg Best regards, Andreas -----Urspr?ngliche Nachricht----- Von: Toni Schmidbauer [mailto:tosmi at opencsw.org] Gesendet: Dienstag, 16. Dezember 2014 14:45 An: Dvorak Andreas Cc: 'Questions and discussions' Betreff: Re: AW: updated ruby20/puppet3 packages Dvorak Andreas writes: > /opt/csw/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in > `require': cannot load such file -- facter (LoadError) did you also update facter? CSWfacter was also updated to 1.7.6 and uses ruby 2.0 now. if you have to stick with the old puppet3 version (3.3.1) or 2.7 you have to use facter_ruby18 from the unstable catalog. if you have the latest version of CSWfacter installed (1.7.6) and it still does not work please show me the ouput of pkginfo CSWfacter and pkgutil -L CSWfacter which should list all files install by CSWfacter. most of them should be in .../site_ruby/2.0.0/... toni From dam at opencsw.org Wed Dec 17 16:16:20 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 17 Dec 2014 16:16:20 +0100 Subject: OpenCSW question about package apache2 In-Reply-To: <201412171455.sBHEtU8p026505@www.opencsw.org> References: <201412171455.sBHEtU8p026505@www.opencsw.org> Message-ID: <91CF3628-7D53-4584-94A3-4002F267A35E@opencsw.org> Hi Dan, > Am 17.12.2014 um 15:55 schrieb dhughes at umaryland.ed: > > Hello, > > Are there any plans to make Apache2 2.2.29 available ant time soon? Probably yes, I just started a respin, the update should be straight-forward. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From chip at innovates.com Wed Dec 17 18:21:08 2014 From: chip at innovates.com (Schweiss, Chip) Date: Wed, 17 Dec 2014 11:21:08 -0600 Subject: New package request : Samba 4.1.x In-Reply-To: References: <201402171713.s1HHDIZi002486@www.opencsw.org> Message-ID: I've been diving into building Samba 4.1.14 for OpenCSW. Given the existing work that was set to version 4.0.9 it was fairly trivial to get it to compile. All I had to do is update and install talloc to version 2.1.1 and it compiled cleaning with mgar.. I'm curious what is considered incomplete to get Samba4 to be considered a releasable package? I'd be happy to work through those issues. Cheers! -Chip On Mon, Feb 17, 2014 at 11:17 AM, Dagobert Michelsen wrote: > > Hi Chip, > > Am 17.02.2014 um 18:13 schrieb via pkgrequests < > pkgrequests at lists.opencsw.org>: > > Dear maintainers, > > > > A new package request has been received from Chip Schweiss (mailto: > chip.schweiss at wustl.edu). Samba 4.1.x is requested to be added to our > catalog. > > > > Here is the attached message : > > > > Samba 3.6 is only getting security patches now. Samba 4.1 is stable and > much faster. > > We are well aware of your request :-) > http://lists.opencsw.org/pipermail/users/2014-February/009739.html > > Some work has already been done: > > https://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/pkg/samba/branches/samba4/Makefile > > If you have experience building it be invited to join the project and > contribute > to the package. > > > Best regards > > ? Dago > > -- > "You don't become great by trying to be great, you become great by wanting > to do something, > and then doing it so hard that you become great in the process." - xkcd > #896 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From laurent at opencsw.org Wed Dec 17 20:24:24 2014 From: laurent at opencsw.org (Laurent Blume) Date: Wed, 17 Dec 2014 20:24:24 +0100 Subject: New package request : Samba 4.1.x In-Reply-To: References: <201402171713.s1HHDIZi002486@www.opencsw.org> Message-ID: <5491D868.6060706@opencsw.org> Le 2014/12/17 18:21 +0100, Chip Schweiss a ?crit: > I've been diving into building Samba 4.1.14 for OpenCSW. > > Given the existing work that was set to version 4.0.9 it was fairly > trivial to get it to compile. All I had to do is update and install > talloc to version 2.1.1 and it compiled cleaning with mgar.. > > I'm curious what is considered incomplete to get Samba4 to be considered > a releasable package? > > I'd be happy to work through those issues. I think one of them would be the transition from Samba 3 (which I've been packaging). There's checking that there is no conflict with the subpackages (ie, identically named ones), and those which needs to be marked INCOMPATIBLE. Also check there are no regression with CSWsamba (I had done some work to place the PAM bits in the right places to be usable by the system). Nothing too difficult, just planning, and we can test it. Laurent From dam at opencsw.org Thu Dec 18 11:49:49 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 18 Dec 2014 11:49:49 +0100 Subject: New package request : Samba 4.1.x In-Reply-To: References: <201402171713.s1HHDIZi002486@www.opencsw.org> Message-ID: Hi Chip, > Am 17.12.2014 um 18:21 schrieb Schweiss, Chip via pkgrequests : > > I've been diving into building Samba 4.1.14 for OpenCSW. > > Given the existing work that was set to version 4.0.9 it was fairly trivial to get it to compile. All I had to do is update and install talloc to version 2.1.1 and it compiled cleaning with mgar.. > > I'm curious what is considered incomplete to get Samba4 to be considered a releasable package? > > I'd be happy to work through those issues. Excellent! If you want I can set up a buildfarm account for you, the final package needs to be built there. I would need your sourceforge user name, intended username on the farm and your ssh public key. Best regards ? Dago > Cheers! > -Chip > > On Mon, Feb 17, 2014 at 11:17 AM, Dagobert Michelsen > wrote: > Hi Chip, > > Am 17.02.2014 um 18:13 schrieb via pkgrequests >: > > Dear maintainers, > > > > A new package request has been received from Chip Schweiss (mailto:chip.schweiss at wustl.edu ). Samba 4.1.x is requested to be added to our catalog. > > > > Here is the attached message : > > > > Samba 3.6 is only getting security patches now. Samba 4.1 is stable and much faster. > > We are well aware of your request :-) > http://lists.opencsw.org/pipermail/users/2014-February/009739.html > > Some work has already been done: > https://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/pkg/samba/branches/samba4/Makefile > > If you have experience building it be invited to join the project and contribute > to the package. > > > Best regards > > ? Dago > > -- > "You don't become great by trying to be great, you become great by wanting to do something, > and then doing it so hard that you become great in the process." - xkcd #896 > -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From dam at opencsw.org Thu Dec 18 19:59:12 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 18 Dec 2014 19:59:12 +0100 Subject: OpenCSW question about package apache2 In-Reply-To: References: <91CF3628-7D53-4584-94A3-4002F267A35E@opencsw.org> Message-ID: Hi Dan, Am 17.12.2014 um 16:17 schrieb Dagobert Michelsen : >> Am 17.12.2014 um 15:55 schrieb dhughes at umaryland.ed: >> Are there any plans to make Apache2 2.2.29 available ant time soon? > > Probably yes, I just started a respin, the update should be straight-forward. I just made some packages for 2.2.29, please test them and let me know if they work fine for you: http://buildfarm.opencsw.org/experimental.html#apache22 Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From calo.hk at gmail.com Sat Dec 20 19:37:14 2014 From: calo.hk at gmail.com (=?ISO-8859-1?Q?Carlos_Andr=E9s_Loaiza_Osorio?=) Date: Sat, 20 Dec 2014 13:37:14 -0500 Subject: help with php In-Reply-To: References: <94B016C9-622A-4E35-8625-3AA9A553320B@opencsw.org> <547E35F1.1050204@dabo.ch> Message-ID: Good day, already i?ve compiled and enable oci8.so extension but i got this message, when check phpinfo. Many thanks in advance i think i miss something but this is near to finish oci8 OCI8 Support => enabled OCI8 DTrace Support => disabled OCI8 Version => 2.0.8 Revision => $Id: f04114d4d67cffea4cdc2ed3b7f0229c2caa5016 $ ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/oci8.so: symbol OCIClientVersion: referenced symbol not found Killed -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Mon Dec 22 11:59:31 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 22 Dec 2014 11:59:31 +0100 Subject: help with php In-Reply-To: References: <94B016C9-622A-4E35-8625-3AA9A553320B@opencsw.org> <547E35F1.1050204@dabo.ch> Message-ID: <186D7AAB-7157-456B-B648-7D0F71B92371@opencsw.org> Hi Carlos, > Am 20.12.2014 um 19:37 schrieb Carlos Andr?s Loaiza Osorio : > > Good day, already i?ve compiled and enable oci8.so extension but i got this message, when check phpinfo. > > Many thanks in advance i think i miss something but this is near to finish > > > oci8 > > OCI8 Support => enabled > OCI8 DTrace Support => disabled > OCI8 Version => 2.0.8 > Revision => $Id: f04114d4d67cffea4cdc2ed3b7f0229c2caa5016 $ > ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/oci8.so: symbol OCIClientVersion: referenced symbol not found > Killed You are missing the RUNPATH, please make sure to have -R in LDFLAGS or LD_OPTIONS. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From calo.hk at gmail.com Mon Dec 22 13:54:00 2014 From: calo.hk at gmail.com (=?ISO-8859-1?Q?Carlos_Andr=E9s_Loaiza_Osorio?=) Date: Mon, 22 Dec 2014 07:54:00 -0500 Subject: help with php In-Reply-To: <186D7AAB-7157-456B-B648-7D0F71B92371@opencsw.org> References: <94B016C9-622A-4E35-8625-3AA9A553320B@opencsw.org> <547E35F1.1050204@dabo.ch> <186D7AAB-7157-456B-B648-7D0F71B92371@opencsw.org> Message-ID: Good Day, sincerely i?m a newbie with some information, i got this: LD_LIBRARY_PATH=/oracle/app/oracle/product/11.2.0/ ORACLE_HOME=/oracle/app/oracle/product/11.2.0/ ORACLE_BASE=/oracle/app/oracle/product/11.2.0/ could u give me an example of the configure LDFLAGS or LD_OPTIONS is something like this? LDFLAGS='-L/usr/local/lib -R/usr/local/lib -liconv' export LDFLAGS On Mon, Dec 22, 2014 at 5:59 AM, Dagobert Michelsen wrote: > Hi Carlos, > > Am 20.12.2014 um 19:37 schrieb Carlos Andr?s Loaiza Osorio < > calo.hk at gmail.com>: > > Good day, already i?ve compiled and enable oci8.so extension but i got > this message, when check phpinfo. > > Many thanks in advance i think i miss something but this is near to finish > > > oci8 > > OCI8 Support => enabled > OCI8 DTrace Support => disabled > OCI8 Version => 2.0.8 > Revision => $Id: f04114d4d67cffea4cdc2ed3b7f0229c2caa5016 $ > ld.so.1: php: fatal: relocation error: file > /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/oci8.so: symbol > OCIClientVersion: referenced symbol not found > Killed > > > You are missing the RUNPATH, please make sure to have -R > in > > LDFLAGS or > > LD_OPTIONS. > > > Best regards > > -- Dago > > -- > "You don't become great by trying to be great, you become great by wanting > to do something, > and then doing it so hard that you become great in the process." - xkcd > #896 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From calo.hk at gmail.com Mon Dec 22 16:52:57 2014 From: calo.hk at gmail.com (=?ISO-8859-1?Q?Carlos_Andr=E9s_Loaiza_Osorio?=) Date: Mon, 22 Dec 2014 10:52:57 -0500 Subject: help with php In-Reply-To: <186D7AAB-7157-456B-B648-7D0F71B92371@opencsw.org> References: <94B016C9-622A-4E35-8625-3AA9A553320B@opencsw.org> <547E35F1.1050204@dabo.ch> <186D7AAB-7157-456B-B648-7D0F71B92371@opencsw.org> Message-ID: Good day thanks to all .. i made other advance, but still some errors present, ENV VARS: LD_LIBRARY_PATH=/export/oracle/product/middle10g/lib32 ORACLE_BASE=/export/oracle/product/middle10g/lib32 ORACLE_HOME=/export/oracle/product/middle10g/lib32 PHP_AUTOHEADER=/opt/csw/bin/autoheader PHP_AUTOCONF=/opt/csw/bin/autoconf LDFLAGS=-L/usr/local/lib -R/usr/local/lib -liconv PHP info error. ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/oci8.so: symbol OCIClientVersion: referenced symbol not found Killed -------------- next part -------------- An HTML attachment was scrubbed... URL: From bwalton at opencsw.org Tue Dec 23 11:21:01 2014 From: bwalton at opencsw.org (Ben Walton) Date: Tue, 23 Dec 2014 10:21:01 +0000 Subject: Updated git packages for CVE-2014-9390 Message-ID: Hi All, I've just pushed updated git packages to the unstable catalog that address CVE-2014-9390. These will be pushed to the stable release as well, but I haven't done that yet. If you haven't heard about this issue, please read: http://git-blame.blogspot.ie/2014/12/git-1856-195-205-214-and-221-and.html http://git-blame.blogspot.ie/2014/12/on-cve-2014-9390-and-git-221.html https://developer.atlassian.com/blog/2014/12/securing-your-git-server/ Please update asap. Thanks -Ben -------------- next part -------------- An HTML attachment was scrubbed... URL: From dratliff at Veracode.com Tue Dec 23 20:58:59 2014 From: dratliff at Veracode.com (Don Ratliff) Date: Tue, 23 Dec 2014 19:58:59 +0000 Subject: ntp patch? Message-ID: Hello all, Anyone know if there is a patch available for the ntp vulnerability: ICSA-14-353-01A For cswntp? Thanks, Don Ratliff - Systems Engineer VERACODE | 65 Network Drive | Burlington, MA O-339-674-2734 | C-508-265-8329 -------------- next part -------------- An HTML attachment was scrubbed... URL: From shuttlebox at gmail.com Tue Dec 23 21:07:54 2014 From: shuttlebox at gmail.com (shuttlebox) Date: Tue, 23 Dec 2014 21:07:54 +0100 Subject: ntp patch? In-Reply-To: References: Message-ID: On Tuesday, December 23, 2014, Don Ratliff wrote: > Hello all, > > Anyone know if there is a patch available for the ntp vulnerability: > ICSA-14-353-01A > > For cswntp? > > Thanks, > Don Ratliff - Systems Engineer > VERACODE | 65 Network Drive | Burlington, MA > O-339-674-2734 | C-508-265-8329 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bonivart at opencsw.org Tue Dec 23 21:14:08 2014 From: bonivart at opencsw.org (Peter Bonivart) Date: Tue, 23 Dec 2014 21:14:08 +0100 Subject: ntp patch? In-Reply-To: References: Message-ID: It didn't build the same as the previous version so I'm not done with it yet. I uploaded openntpd from OpenBSD as an alternative, it should be a safe and simple replacement if you're interested. On Tuesday, December 23, 2014, Don Ratliff wrote: > Hello all, > > Anyone know if there is a patch available for the ntp vulnerability: > ICSA-14-353-01A > > For cswntp? > > Thanks, > Don Ratliff - Systems Engineer > VERACODE | 65 Network Drive | Burlington, MA > O-339-674-2734 | C-508-265-8329 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ihsan at opencsw.org Tue Dec 23 22:29:11 2014 From: ihsan at opencsw.org (=?UTF-8?B?xLBoc2FuwqBEb8SfYW4=?=) Date: Tue, 23 Dec 2014 22:29:11 +0100 Subject: ntp patch? In-Reply-To: References: Message-ID: <5499DEA7.6050007@opencsw.org> Am 23.12.2014 um 21:14 schrieb Peter Bonivart: > It didn't build the same as the previous version so I'm not done with it > yet. I uploaded openntpd from OpenBSD as an alternative, it should be a > safe and simple replacement if you're interested. Thanks for packaging openntpd. Openntpd does not have all the features that ntpd has, so it's indeed only a "simple" replacement. Ihsan -- ihsan at dogan.ch http://blog.dogan.ch/ From dam at opencsw.org Tue Dec 30 20:07:33 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 30 Dec 2014 20:07:33 +0100 Subject: OpenCSW question about package CSWapache24 In-Reply-To: <201412282111.sBSLB2Dw006837@www.opencsw.org> References: <201412282111.sBSLB2Dw006837@www.opencsw.org> Message-ID: Hi, > Am 28.12.2014 um 22:11 schrieb tofighm at nei.nih.gov: > > Hello: > I am trying to install apache2.4.10 on solaris 8, 10, and 11 > and i am getting all kind of error: > > for example on solaris 11 I get > -luuid -lsendfile -lsocket -lnsl -lpthread -lm > Undefined first referenced > symbol in file > TLSv1_2_client_method ab.o > TLSv1_1_client_method ab.o > ld: fatal: symbol referencing errors. No output written to .libs/ab > collect2: ld returned 1 exit status > *** Error code 1 > make: Fatal error: Command failed for target `ab\' > Current working directory /Disk3/usr_local/httpd-2.4.10/support > *** Error code 1 > The following command caused the error: > otarget=`echo all-recursive|sed s/-recursive//`; \\ > list=\' \'; \\ > for i in $list; do \\ > if test -d \"$i\"; then \\ > target=\"$otarget\"; \\ > echo \"Making $target in $i\"; \\ > if test \"$i\" = \".\"; then \\ > made_local=yes; \\ > target=\"local-$target\"; \\ > fi; \\ > (cd $i && make $target) || exit 1; \\ > fi; \\ > done; \\ > if test \"$otarget\" = \"all\" && test -z \'htpasswd htdigest htdbm ab logresolve httxt2dbm htcacheclean rotatelogs checkgid fcgistarter\'; then \\ > made_local=yes; \\ > fi; \\ > if test \"$made_local\" != \"yes\"; then \\ > make \"local-$otarget\" || exit 1; \\ > fi > make: Fatal error: Command failed for target `all-recursive\' > Current working directory /Disk3/usr_local/httpd-2.4.10/support > *** Error code 1 > The following command caused the error: > otarget=`echo all-recursive|sed s/-recursive//`; \\ > list=\' srclib os server modules support\'; \\ > for i in $list; do \\ > if test -d \"$i\"; then \\ > target=\"$otarget\"; \\ > echo \"Making $target in $i\"; \\ > if test \"$i\" = \".\"; then \\ > made_local=yes; \\ > target=\"local-$target\"; \\ > fi; \\ > (cd $i && make $target) || exit 1; \\ > fi; \\ > done; \\ > if test \"$otarget\" = \"all\" && test -z \'httpd shared-build \'; then \\ > made_local=yes; \\ > fi; \\ > if test \"$made_local\" != \"yes\"; then \\ > make \"local-$otarget\" || exit 1; \\ > fi > make: Fatal error: Command failed for target `all-recursive\' > > Any idea would be approciated. This more looks like a manual source build which is neither related to the package install nor the OpenCSW package building. You can see the build recipe we use at http://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/pkg/apache24/trunk/Makefile Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: