Hi,
I'm trying to build PHP4.3.7 for an Apache 2 server in a Solaris 8 environment.
I followed the instructions at http://www.php.net/manual/en/install.solaris.php
and it looks like it built fine. But after I run make install there is no libphp4.so
I looked in the Makefile and saw where it was supposed to build it.
Here's my configure command:
./configure --with-apsx2=/usr/local/apache2/bin/apsx2 \
--with-gd=/usr/local \
--with-freetype-dir=/usr/local \
--enable-gd-native-ttf \
--with-xpm-dir=/usr/local \
--with-iconv=/usr/local \
--with-iconv-dir=/usr/local \
--with-png-dir=/usr/local \
--with-jpeg-dir=/usr/local \
--with-gettext=/usr/local \
--with-zlib-dir=/usr/local \
--with-mysql
It looks like it should work and I dont get any error messages. Any suggestions would be appreciated.
-G