Heya, maybe I'm just being an idiot but here's the problem. I downloaded the patch to go from 4.0.6 to 4.1.1. Ran it on the src directory for 4.0.6. Went through with no errors. Obviously this didn't actually update the install since it wasn't compiled. So, I assumed it would use my config.cache and I did a make && make install. This now breaks with the following error and PHP is obviously not updated. Any ideas guys? Thanks.
In file included from main.c:26:
php.h:290:29: main/php_output.h: No such file or directory
In file included from main.c:52:
/home/downloads/php-4.0.6/ext/standard/php_standard.h:59:28: php_versioning.h: No such file or direc
tory
make[2]: [main.lo] Error 1
make[2]: Leaving directory /home/downloads/php-4.0.6/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory/home/downloads/php-4.0.6/main'
make: [all-recursive] Error 1