Comment Re:Now got a make install error (Score 1) 138
Sorry - messed that up! Reposting better formatted one for readability.
Changing the php_functions.c allowed the make to go fine.
However I now have several problems cropped up on make install.
First it was trying to find a directory '.' listed in the subdirs defiition in the Makefile in the source root.
So I removed that and it proceeded a bit better but only until it got to here:
Installing program: phpextdist
make[2]: Leaving directory `/root/php-4.2.1/pear'
make[1]: Leaving directory `/root/php-4.2.1/pear'
make[1]: Entering directory `/root/php-4.2.1'
make[1]: *** [install-sapi] Error 1
make[1]: Leaving directory `/root/php-4.2.1'
make: *** [install-recursive] Error 1
Any ideas? I am using RH 7.1, and trying to build an Apache 2.0.39, PHP 4.2.1 setup.
Cheers, Jock
Changing the php_functions.c allowed the make to go fine.
However I now have several problems cropped up on make install.
First it was trying to find a directory '.' listed in the subdirs defiition in the Makefile in the source root.
So I removed that and it proceeded a bit better but only until it got to here:
Installing program: phpextdist
make[2]: Leaving directory `/root/php-4.2.1/pear'
make[1]: Leaving directory `/root/php-4.2.1/pear'
make[1]: Entering directory `/root/php-4.2.1'
make[1]: *** [install-sapi] Error 1
make[1]: Leaving directory `/root/php-4.2.1'
make: *** [install-recursive] Error 1
Any ideas? I am using RH 7.1, and trying to build an Apache 2.0.39, PHP 4.2.1 setup.
Cheers, Jock