I am trying to install php 5.0.4 64-bit on a solaris 8 server. This server
is currently running :
php 4.3.10 - 32 bit
apache 2.0.54 - 32-bit
mysql 4.1.12 - 64-bit
libxml2.so.2.6.22 - 32 bit
gcc version 3.3.3
I installed libtool binary from sunfreeware, I then had to compile 64-bit
libxml 2.6.16. Then tried to compile 64-bit php 5.0.4 source downloaded
from sun freeware site. "configure" was o.k. but when I run "make", it is
failing with the following message:
************************************************************************************************************************************
ld: warning: file
/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.3.3/libgcc.a(_eprintf.o):
wrong ELF class: ELFCLASS32
ld: fatal: relocation error: R_SPARC_H44: file
/usr/local/mysql/lib/libmysqlclient.a(libmysql.o): symbol <unknown>:
relocations based on the ABS44 coding model can not be used in building a
shared object
make: *** [libphp5.la] Error 1
************************************************************************************************************************************
I would really appreciate some help with this. Thank you.
UR