I've been trying a dynamic install of version 4.2.2 of PHP on one of my Solaris systems and I've been having problems. When i do a make install i get the following :-
root$ make install Making install in Zend Making install in main Making install in ext Making install in ctype Making install in mysql Making install in libmysql Making install in pcre Making install in pcrelib Making install in posix Making install in session Making install in standard Making install in xml Making install in expat Making install in sapi Making install in apache Making install in TSRM Making install in regex Making install in . *** Error code 2 make: Fatal error: Command failed for target `install-sapi' Current working directory /opt/home/pjaromin/php-4.2.2 *** Error code 1 make: Fatal error: Command failed for target `install-recursive' root$ I tried a couple of suggestions i found on the web to fix similar type problems, however nothing works. I then tried to restart apache anyhow and see if it worked, however when i try the test page on my browser it tells me apache is still using the older 4.1.2 version that is installed. If anyone has any suggestions as to where I'm going wrong I would greatly appreciate it Thanks Conor