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