Title: make: Fatal error: Command failed for target `libphp5.la'
Hi,
When I run make I’m seeing the following error.
---snip---
strtol 0x5af /opt/mysql/mysql//lib/libmysqlclient.a(ctype.o)
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `libphp5.la'
---snip---
My configure options are
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-zlib-dir=/usr/local/
lib --enable-soap --with-curl --with-openssl --with-mysql=/opt/mysql/mysql/
Any ideas?