Last week I installed a new server (with custombuild) without any problem. (PHP 5.3.3 and MySQL 5.1.49).
Today I wanted to install another server (also with custombuild), but when installing PHP 5.3.3 I got this error message:
The only thing that was changed was the MySQL version (5.1.50 instead of 5.1.49). So I changed the versions.txt file back to MySQL 5.1.49 and I ran
This time with succes.
Then after this is updated the versions.txt file again so I had MySQL 5.1.50 installed. This also worked fine.
Today I wanted to install another server (also with custombuild), but when installing PHP 5.3.3 I got this error message:
Code:
/usr/include/mysql/my_global.h:626:25: error: my_compiler.h: No such file or directory
make: *** [ext/mysqli/mysqli.lo] Error 1
The only thing that was changed was the MySQL version (5.1.50 instead of 5.1.49). So I changed the versions.txt file back to MySQL 5.1.49 and I ran
Code:
./build update_versions
Then after this is updated the versions.txt file again so I had MySQL 5.1.50 installed. This also worked fine.