I am compiling php on a Solaris 9 box and I am new to php.
I configured it like this:
./configure --with-mysql=/usr/local/mysql --with-zlib-dir=/usr/local --with-apxs=/usr/local/apache/bin/apxs
it finished fine. when I do make, I get this error
ld: fatal: file ext/zlib/zlib.lo: unknown file type
ld: fatal: File processing errors. No output written to .libs/libphp4.so
*** Error code 1
make: Fatal error: Command failed for target `libphp4.la'
Any ideas?
Thanks
-Daniel
I configured it like this:
./configure --with-mysql=/usr/local/mysql --with-zlib-dir=/usr/local --with-apxs=/usr/local/apache/bin/apxs
it finished fine. when I do make, I get this error
ld: fatal: file ext/zlib/zlib.lo: unknown file type
ld: fatal: File processing errors. No output written to .libs/libphp4.so
*** Error code 1
make: Fatal error: Command failed for target `libphp4.la'
Any ideas?
Thanks
-Daniel