Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make
[email protected] ("Eugene M. Zheganin") Mon, 12 Aug 2013 19:00:45 +0600
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
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/local/ssl/lib/libcrypto.a(pem_lib.o) > fprintf 0x5ce > /usr/local/ssl/lib/libcrypto.a(ui_openssl.o) > fprintf 0x323e > /usr/local/ssl/lib/libssl.a(s3_srvr.o) > fprintf 0x117b > /usr/local/ssl/lib/libssl.a(t1_enc.o) > fprintf 0x1b02 > /usr/local/ssl/lib/libssl.a(d1_both.o) > fprintf 0x22d9 > /usr/local/ssl/lib/libssl.a(d1_both.o) > fprintf 0x99 > /usr/local/ssl/lib/libssl.a(d1_enc.o) > fprintf 0x348 > /usr/local/ssl/lib/libcrypto.a(txt_db.o) > exit 0x96b > /usr/local/ssl/lib/libcrypto.a(eng_rsax.o) > ld: fatal: relocations remain against allocatable but non-writable > sections > collect2: ld returned 1 exit status > make: *** [libphp5.la] Error 1 > > So anything to help me out? > Well, first of all - I recommend you to wipe out the unpacked php tarball and rerun it's configure in a new environment, because I've never seen this error. :) Then something may change. If not, we'll take a closer look. Eugene.