PHP 5.1 CGI Problem

Apache, Lighttpd, nginx, Cherokee
Post Reply
andreas franke
Posts: 34
Joined: 2003-04-04 11:36
 

PHP 5.1 CGI Problem

Post by andreas franke »

Hallo,
ich schrauber derzeit weiter an meinem 1&1 L64. Ich möchte PHP 5.x und suphp in einigen vhosts benutzen. Nach einem minimal configure

Code: Select all

./configure 
--prefix=/usr 
--with-config-file-path=/etc 
--with-_lib=lib64 
--enable-cli 
bekomme ich beim Aufruf von php -v folgende Fehlermeldungen:

Code: Select all

 Unable to initialize module
Module compiled with module API=20020429, debug=0, thread-safety=0
PHP    compiled with module API=20050922, debug=0, thread-safety=0
These options need to match
 in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/extensions/gd.so' - /usr/lib64/php/extensions/gd.so: undefined symbol: empty_string in Unknown on line 0
PHP Warning:  PHP Startup: ATSóHHH3: Unable to initialize module
Module compiled with module API=20020429, debug=0, thread-safety=0
PHP    compiled with module API=20050922, debug=0, thread-safety=0
These options need to match
 in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/extensions/mysql.so' - /usr/lib64/php/extensions/mysql.so: undefined symbol: empty_string in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/extensions/domxml.so' - /usr/lib64/php/extensions/domxml.so: undefined symbol: empty_string in Unknown on line 0 =: Unable to initialize module
Module compiled with module API=20020429, debug=0, thread-safety=0
PHP    compiled with module API=20050922, debug=0, thread-safety=0
These options need to match
 in Unknown on line 0
PHP Warning:  PHP Startup: (null): Unable to initialize module
Module compiled with module API=20020429, debug=0, thread-safety=0
PHP    compiled with module API=20050922, debug=0, thread-safety=0
These options need to match
 in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/extensions/session.so' - /usr/lib64/php/extensions/session.so: undefined symbol: empty_string in Unknown on line 0
PHP Warning:  PHP Startup: (null): Unable to initialize module
Module compiled with module API=20020429, debug=0, thread-safety=0
PHP    compiled with module API=20050922, debug=0, thread-safety=0
These options need to match
 in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/extensions/mbstring.so' - /usr/lib64/php/extensions/mbstring.so: undefined symbol: empty_string in Unknown on liPB: Unable to initialize module
Module compiled with module API=20020429, debug=0, thread-safety=0
PHP    compiled with module API=20050922, debug=0, thread-safety=0
These options need to match
 in Unknown on line 0
PHP Warning:  PHP Startup: SóH5: Unable to initialize module
Module compiled with module API=20020429, debug=0, thread-safety=0
PHP    compiled with module API=20050922, debug=0, thread-safety=0
These options need to match
 in Unknown on line 0
PHP 5.1.0 (cgi) (built: Nov 27 2005 17:00:09)
Copyright (c) 1997-2005 The PHP Group
Zend Engine v2.1.0-dev, Copyright (c) 1998-2005 Zend Technologies

Wie kann ich dass vermeiden?

MfG

Andreas[/code]
Roger Wilco
Posts: 5923
Joined: 2004-05-23 12:53
 

Re: PHP 5.1 CGI Problem

Post by Roger Wilco »

Andreas Franke wrote:Wie kann ich dass vermeiden?
Indem du deine php.ini korrigierst.
andreas franke
Posts: 34
Joined: 2003-04-04 11:36
 

Re: PHP 5.1 CGI Problem

Post by andreas franke »

Hallo Roger,
Roger Wilco wrote:
Andreas Franke wrote:Wie kann ich dass vermeiden?
Indem du deine php.ini korrigierst.
ich kann nur sagen: Aua,aua! Das hatte ich tatsächlich vergessen. :oops:

Andreas
Post Reply