[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] recompile PHP



I just recompile my PHP on Qube3 yesterday, and now I get this when I
try to get to login to the Qube via Http:
 http://<webAddress>:<portNumber>/login.php

Fatal error: Call to undefined function: i18n_new() in
/usr/sausalito/ui/libPhp/I18n.php on line 31

when i check the logs (/var/log/httpd/adm_error) its say :

PHP Warning:  i18n: Unable to initialize module
Module compiled with debug=0, thread-safety=0 module API=20001214
PHP compiled with debug=0, thread-safety=0 module API=20001222
These options need to match
 in Unknown on line 0
PHP Warning:  cce: Unable to initialize module
Module compiled with debug=0, thread-safety=0 module API=20001214
PHP compiled with debug=0, thread-safety=0 module API=20001222
These options need to match
 in Unknown on line 0

Should we compile php with a specific option ?