Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-19 Thread Eugene M. Zheganin
Hi. On 19.08.2013 16:55, KAs Coenen wrote: > Dear, > > I was able to add oci to php. > > But zlib still does not work. When running a script localy on the > system it runs fine: > > # /usr/local/php5/bin/php connect.php > # > > But when running trough a browser I get an error page and this in > ph

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-19 Thread KAs Coenen
n you say that I forgot to update apache's module? Care to clarify? > > > > Thx, > > > > Kas > > > > -------- > > Date: Fri, 16 Aug 2013 17:38:40 +0600 > > From: eug

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-17 Thread Christopher Jones
Date: Fri, 16 Aug 2013 17:38:40 +0600 From: eug...@zhegan.in To: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make Hi. On 16.08.2013 17:32, KAs Coenen wrote: hi, yes it does: # /usr/local

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-16 Thread KAs Coenen
alling php 5.5.1 on to solaris 10 results in error during make Hi. On 16.08.2013 17:32, KAs Coenen wrote: hi, yes it does: # /usr/local/php5/bin/php -m [PHP Modules] bz2 ...

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-16 Thread Eugene M. Zheganin
Hi. On 16.08.2013 17:32, KAs Coenen wrote: > hi, > > yes it does: > > # /usr/local/php5/bin/php -m > [PHP Modules] > bz2 > ... > oci8 > ... > zip > zlib > > [Zend Modules] > > What does this mean? > As I can see, it does not. It probably means you forgot to update apache's module (which php is for

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-16 Thread KAs Coenen
hi, yes it does: # /usr/local/php5/bin/php -m [PHP Modules] bz2 ... oci8 ... zip zlib [Zend Modules] What does this mean? Date: Fri, 16 Aug 2013 17:20:12 +0600 From: eug...@zhegan.in To: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-16 Thread Eugene M. Zheganin
Hi. On 16.08.2013 17:06, KAs Coenen wrote: > Indeed. Turns out that was the problem. Ldd now reports that all libs > are found. But when restarting apache I get in php.error.log: > > [16-Aug-2013 11:01:59 UTC] PHP Warning: PHP Startup: Unable to load > dynamic library > '/usr/local/php5/lib/php/e

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-16 Thread KAs Coenen
estions on the other mailinglist (configuration questions instead of installation)? Kas Date: Fri, 16 Aug 2013 14:57:51 +0600 From: eug...@zhegan.in To: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-16 Thread Eugene M. Zheganin
Hi. On 16.08.2013 14:42, KAs Coenen wrote: > Hello, > > Oci still not finding all libs. ldd reports: > > libnnz11.so => (file not found) > > crle: > > Configuration file [version 4]: /var/ld/ld.config > Default Library Path (ELF): /usr/local/lib:/lib:/usr/lib > Trusted Directories (ELF):

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-16 Thread KAs Coenen
ate: Tue, 13 Aug 2013 14:13:47 +0600 From: eug...@zhegan.in To: kascoe...@hotmail.com CC: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make On 13.08.2013 12:58, KAs Coenen wrote:

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-13 Thread Eugene M. Zheganin
On 13.08.2013 12:58, KAs Coenen wrote: > Hey, > > Instant client is installed under (/opt/oracle/product/12.1.0/client). > I tried to install oci8 with pecl but I get an error: > > # /usr/local/php5/bin/pecl install oci8 > No releases for package "pecl/oci8" exist > install failed > > Installing fr

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-13 Thread KAs Coenen
( 0.0%) ALL tests are skipped. Any idea's? Make install runs but the output is the same as above (from ldd). Thanks for all the help already! Kas > Date: Mon, 12 Aug 2013 09:13:32 -0700 > From: christopher.jo...@oracle.com > To: e...@norma.perm.ru > CC: kascoe...@hotmail.co

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread Christopher Jones
On 08/12/2013 09:08 AM, Eugene M. Zheganin wrote: Hi. On 12.08.2013 20:45, KAs Coenen wrote: Reinstalled openssl in 64bit with shared libs, libiconv and added zlib. Now everything ran fine. I still have other questions (not related to php install) about how to add oci as module. Where can I

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread Eugene M. Zheganin
Hi. On 12.08.2013 20:45, KAs Coenen wrote: Reinstalled openssl in 64bit with shared libs, libiconv and added zlib. Now everything ran fine. I still have other questions (not related to php install) about how to add oci as module. Where can I ask such things? You can install it from PECL, you c

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread Christopher Jones
On 8/12/13 7:45 AM, KAs Coenen wrote: Reinstalled openssl in 64bit with shared libs, libiconv and added zlib. Now everything ran fine. I still have other questions (not related to php install) about how to add oci as module. Where can I ask such things? Adding PHP's OCI8 extension is still a

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread KAs Coenen
...@zhegan.in Date: Mon, 12 Aug 2013 15:52:07 +0200 Subject: RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make Indeed I forgot the shared libs when compiling openssl. So I redid that and now php fails on something new :p Last command + output: /bin/bash /export/home

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread KAs Coenen
] installing php 5.5.1 on to solaris 10 results in error during make. Last command + output: Hi. On 12.08.2013 19:21, KAs Coenen wrote: Well, the same happened. After removing the unpacked tar and resetting vars

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread Eugene M. Zheganin
Hi. On 12.08.2013 19:21, KAs Coenen wrote: > Well, the same happened. After removing the unpacked tar and resetting > vars: > > __iob 0x8d > /usr/local/ssl/lib/libcrypto.a(pem_lib.o) > __iob 0x46d > /usr/local/ssl/lib/libcryp

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread KAs Coenen
2013 19:00:45 +0600 From: eug...@zhegan.in To: kascoe...@hotmail.com CC: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make Hi. On 12.08.2013 18:37, KAs Coenen wrote: Hi

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread Eugene M. Zheganin
Hi. On 12.08.2013 18:37, KAs Coenen wrote: > Hi, > > Because of your advice I tried to recompile php to 64 bit. First I > recompiled all dependencies with flag -m64. All went well. When > running make for php I get the following error: > > fprintf 0x94 > /usr/loc

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread KAs Coenen
:49:31 +0600 From: eug...@zhegan.in To: kascoe...@hotmail.com CC: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make Hi. On 12.08.2013 15:27, KAs Coenen wrote: Why is that

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread Eugene M. Zheganin
Hi. On 12.08.2013 15:27, KAs Coenen wrote: > Why is that the best option? Because 64-bit binaries (processes started by them) can address (use) way more memory on amd64 architecture, while 32-bit binaries/processes can use/address less than 4 gigs of memory while running on amd64. If total amount

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread KAs Coenen
: eug...@zhegan.in To: kascoe...@hotmail.com CC: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make Hi. On 12.08.2013 13:04, KAs Coenen wrote: I don't know if this is c

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread Eugene M. Zheganin
Hi. On 12.08.2013 13:04, KAs Coenen wrote: > I don't know if this is complete or not. I installed openssl from > source. But it reports all files as 64 bit although I downloaded the > 32 bit version?? Source tarball contains sources for both architectures. It's the compiler and linker making decis

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread KAs Coenen
E-2009-3555) root@zone-eu4# So do I need to recompile openssl in 32 bit? Any idea how to do it? Kas Date: Fri, 9 Aug 2013 16:15:53 +0600 From: eug...@zhegan.in To: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-09 Thread Eugene M. Zheganin
Hi. On 09.08.2013 15:38, KAs Coenen wrote: > Thx for the help and it helped. But now make fails on something else. > I ran it both with and without --enable-sockets and both failed. It > fails on the following command: > > /bin/bash /export/home/user/php-5.5.1/libtool --silent > --preserve-dup-de

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-09 Thread KAs Coenen
d I report the first error as a bug? Where should I do this? I am willing to do this as long as I know where I have to go. Kas Date: Thu, 8 Aug 2013 18:28:09 +0600 From: eug...@zhegan.in To: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in er

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-08 Thread Eugene M. Zheganin
Hi, On 08.08.2013 15:37, KAs Coenen wrote: > > Can someone please help me? I have been stuck on installing php on > solaris for several days now. I've been trying different options and > all resulted in nothing that really worked. > > Please bear with me as this is my first mail to a newsgroup. If

[PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-08 Thread KAs Coenen
Hi, I am trying to install php 5.5.1 on to solaris 10. This is the solaris version: $ uname -a SunOS zone-eu4 5.10 Generic_142910-17 i86pc i386 i86pc $ cat /etc/release Oracle Solaris 10 9/10 s10x_u9wos_14a X86 Copyright (c) 2010, Oracle and/or its affiliates. All rights