Well it seems so:
root@zone-eu4# ls -lah /usr/local/ssl/lib/
total 14284
drwxr-xr-x 4 root root 512 Aug 6 16:25 .
drwxr-xr-x 9 root root 512 Aug 6 16:25 ..
drwxr-xr-x 2 root root 512 Aug 6 16:25 engines
-rw-r--r-- 1 root root3.7M Aug 6 16
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
Why is that the best option?
In the meantime I was able to compile and install php using openssl 32 bit. But
there is something I don't understand. This is a 32 bit system so how comes lib
are compiled in 64 bit? What is the difference?
Kas
Date: Mon, 12 Aug 2013 13:30:38 +0600
From: eug...
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
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/local/ssl/lib/libcrypto.a(pem_lib.o)
fprintf
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
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/libcrypto.a(cryptlib.o)
__iob 0
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
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/coenenka/php-5.5.1/libtool --silent --preserve-dup-deps
--mode=link gcc -export-dynamic -I/usr/local/include -m64 -L/usr/ucblib
-L/usr/sfw
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?
Kas
From: kascoe...@hotmail.com
To: php-install@lists.php.net
CC: eug...@zhega
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
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
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
13 matches
Mail list logo