I am trying to install php 4 latest on Solaris 8. I have Apache 2.4.0 installed with the dso option. I have MySQL installed and running. When I run configure for PHP with options --with-mysql=<pathtomysql> --with-apxs2=<pathtoapachebin>/axps all goes well then when I do make I get the following error.
Output line too long.
Output line too long.
Output line too long.
gcc: ext/standard/var_unserializ: No such file or directory
make: *** [sapi/cli/php] Error 1
An assistance would be appreciated.