After a lot of doings, the following configure worked on solaris7 for
php-4.2.2 apache1.3.26 solaris 7 mysql
1 Installed gcc3.1 from the solaris distribution
2 Installed binutils from the solaris distrubution ( dont know if it was
needed )
3. set PATH=/usr/local/bin:$PATH export PATH
The apache is in the default location (/usr/local/apache) and was
compiled with
./configure --with-layout=Apache --enable-rule=SHARED_CORE
--add-module=src/modules/standard/mod_so.c
4. extracted the php-4.2.2 and ran configure with
./configure --enable-libgcc \
--enable-bcmath \
--with-mysql \
--with-apxs=/usr/local/apache/bin/apxs
The enable-libgcc and enable-bcmath were essential.
5. did make then make install.
Needed root access for the install as PEAR want to be in
/usr/local/bin ( which has only root write permissions on my sytem)
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php