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-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 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 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-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-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 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 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 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 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-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-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