Upgrading PHP questions
March 9th, 2010
configure: error: Cannot find OpenSSL's
Processing config file: /etc/appliance/apacheconf/apache
PHP Warning: (null): Unable to initialize module
Module compiled with debug=0, thread-safety=0 module API=1081722624
PHP compiled with debug=0, thread-safety=0 module API=20010901
These options need to match
in Unknown on line 0
PHP Warning: (null): Unable to initialize module
Module compiled with debug=128, thread-safety=187 module API=1082488320
PHP compiled with debug=0, thread-safety=0 module API=20010901
These options need to match
in Unknown on line 0¼': Unable to initialize module
Module compiled with debug=160, thread-safety=199 module API=1081750284
PHP compiled with debug=0, thread-safety=0 module API=20010901
These options need to match
in Unknown on line 0
PHP Warning: UåSìè¤üÿÿø`: Unable to initialize module
Module compiled with debug=160, thread-safety=205 module API=1081748064
PHP compiled with debug=0, thread-safety=0 module API=20010901
These options need to match
in Unknown on line 0
PHP Warning: UåSìè´üÿÿè`: Unable to initialize module
Module compiled with debug=80, thread-safety=204 module API=1081748224
PHP compiled with debug=0, thread-safety=0 module API=20010901
These options need to match
in Unknown on line 0
Processing config directory: /etc/appliance/apacheconf
Processing config file: /etc/appliance/apacheconf/apache
Processing config directory: /etc/httpd/conf/virtual
Processing config file: /etc/httpd/conf/virtual/site1
Processing config directory: /etc/httpd/conf/site1
Processing config file: /etc/httpd/conf/site1/cgi
Processing config file: /etc/httpd/conf/site1/frontpage
Processing config file: /etc/httpd/conf/site1/ssi
Processing config file: /etc/httpd/conf/site1/weblogs
Processing config file: /etc/httpd/conf/virtual/site2
Processing config directory: /etc/httpd/conf/site2
Processing config file: /etc/httpd/conf/site2/cgi
Processing config file: /etc/httpd/conf/site2/frontpage
Processing config file: /etc/httpd/conf/site2/sqmail
Processing config file: /etc/httpd/conf/site2/ssi
Processing config file: /etc/httpd/conf/site2/weblogs
[ OK ]
WHAT THE HELL?!#*%&!#%(*&
Is this the gcc 2.96 problem attacking me or something? If so, how do I downgrade it in ensim?
Okay, I finally made it past configure after installing a few more -devel packages...but now, in make, I get this:arrrrrgh... Now what? tip from Chris worked for me is to change
--with-gd
to
--with-gd=/usr/local
make sure you remove config.cache from /usr/local/src/php-4.1.1 before you recompile again
I'm going absolutely nuts on here. The RackShack and Ensim forums are both useless. :( :mad: *sigh*
HELP!! :(
/usr/local/src/php-4.1.1/ext/gd/php_gd.h:33:16: gd.h: No such file or directory
make[2]: *** [internal_functions.lo] Error 1
make[2]: Leaving directory `/usr/local/src/php-4.1.1/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.1.1/main'
make: *** [all-recursive] Error 1arrrrrgh... Now what?
Those, to the best of my knowledge, will not be compiled automagically.
I'm curious, I've seen --enable-inline-optimization before but the PHP documentation makes no mention of it.. What does it do?
--enable-memory-limit allows you to control the maximum amount of memory that a script can use. Using this will help to prevent buffer overflows which may lead to more serious threats. --enable-inline-optimization is recommended by the PHP team if you have "lots of memory".
PHP disables inline optimizations by default (due to the GCC compiler failing when the target is one of the new 64 bit processors), but inline optimizations result in a two to five fold inccrease in speed. If you're running on a 64 bit processor, remove `--enable-inline-optimization
#If you have any other info about this subject , Please add it free.# |