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: eugene@xxxxxxxxx To: kascoenen@xxxxxxxxxxx CC: php-install@xxxxxxxxxxxxx Subject: Re: installing php 5.5.1 on to solaris 10 results in error during make Hi.
On 12.08.2013 13:04, KAs Coenen wrote: Source tarball contains sources for both architectures. It's the compiler and linker making decision based on your environment falgs and stuff about the target architecture. Yup, your openssl binaries are for amd64 architecture. Well, you have now multiple choices: - build 32-bit PHP with 32-bit openssl from Solaris base, /usr/sfw/lib - build 32-bit openssl 1.0.0 by supplying proper Configure arguments (solaris-x86-gcc) - build 64-bit PHP with 64-bit openssl you already have, by supplying -m64 in environment CFLAGS to PHP's configure. This option will probably require rebuilding your supplementary libraries that you use with PHP and not contained in Solaris base (mysql, gd, mcrypt, whatever) in 64-bit, but this is probably the most wise option. Eugene. |
- Follow-Ups:
- Re: installing php 5.5.1 on to solaris 10 results in error during make
- From: Eugene M. Zheganin
- Re: installing php 5.5.1 on to solaris 10 results in error during make
- References:
- installing php 5.5.1 on to solaris 10 results in error during make
- From: KAs Coenen
- Re: installing php 5.5.1 on to solaris 10 results in error during make
- From: Eugene M. Zheganin
- RE: installing php 5.5.1 on to solaris 10 results in error during make
- From: KAs Coenen
- Re: installing php 5.5.1 on to solaris 10 results in error during make
- From: Eugene M. Zheganin
- RE: installing php 5.5.1 on to solaris 10 results in error during make
- From: KAs Coenen
- Re: installing php 5.5.1 on to solaris 10 results in error during make
- From: Eugene M. Zheganin
- installing php 5.5.1 on to solaris 10 results in error during make
- Prev by Date: Re: installing php 5.5.1 on to solaris 10 results in error during make
- Next by Date: Re: installing php 5.5.1 on to solaris 10 results in error during make
- Previous by thread: Re: installing php 5.5.1 on to solaris 10 results in error during make
- Next by thread: Re: installing php 5.5.1 on to solaris 10 results in error during make
- Index(es):