Urgent - PHP installation!!
I installed mcrypt using cpanel 8.5.5, but got a cutoff I think. It stoped at this line twice over:-------------
gcc -I/home/cpapachebuild/buildapache/php-4.3.3/ext/mysql/libmysql -Iext/mysql/ -I/home/cpapachebuild/buildapache/php-4.3.3/ext/mysql/ -DPHP_ATOM_INC -I/home/cpapachebuild/buildapache/php-4.3.3/include -I/home/cpapachebuild/buildapache/php-4.3.3/main -I/home/cpapachebuild/buildapache/php-4.3.3 -I/home/cpapachebuild/buildapache/php-4.3.3/Zend -I/home/cpapachebuild/buildapache/php-4.3.3/ext/xml/expat -I/home/cpapachebuild/buildapache/php-4.3.3/TSRM -g -O2 -c /home/cpapachebuild/buildapache/php-4.3.3/ext/mysql/libmysql/dbug.c -o ext/mysql/libmysql/dbug.o && echo > ext/mysql/libmysql/dbug.lo
--------------------------------------------------------
Now my php does not work. I rolled by httpd.config but no change ( should I have restarted the server?
How do I uninstall everything:
installzendopt
mcrypt and that other thing you install along side it
and get back to php 4.3.3.
I did try to upgrade to 4.3.4
but then ran the whole thing again, without the mcrypt, selecting 4.3.3.
----------------------------
Got this during install 1st time.
*** WARNING *** |
| |
| You chose to compile PHP with the built-in MySQL support. If you |
| are compiling a server module, and intend to use other server |
| modules that also use MySQL (e.g, mod_auth_mysql, PHP 3.0, |
| mod_perl) you must NOT rely on PHP's built-in MySQL support, and |
| instead build it with your local MySQL support files, by adding |
| --with-mysql=/path/to/mysql to your configure line.