On Sun, 17 Mar 2002, Christian Belisle wrote: It looks like you have a php module that does not come from Mandrake. All of our PHP packages are compiled with debug=0, thread-safety=0.
It looks like you have a PHP extension that was compiled for an older version of PHP. Have a look in your /etc/php.ini and check every line that says "extension=<whatever.so>". One of these lines contains the bad module, remove them one by one, then do an "AESCTL reload" to find out which one causes the problem. Jean-Michel > -------- Original Message -------- > Subject: [Cooker] php and mod_php clash? > Date: Sun, 17 Mar 2002 18:08:08 -0000 > From: "Michael Beddow" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: <[EMAIL PROTECTED]> > > php-4.1.2-1mdk.i586.rpm and mod_php-4.1.2-1mdk.i586.rpm as currently on > Cooker don't seem to want to work together. > > Apache complains on startup: > > PHP Warning: Unable to initialize module > Module compiled with debug=224, thread-safety=176 module API=1079542432 > PHP compiled with debug=0, thread-safety=0 module API=20010901 > These options need to match > > Since these versions are in RC-1 is this going to be a problem? > > Michael > > --------------------------------------------------------- > Michael Beddow http://www.mbeddow.net/ > ------------------------------------------------------------ Jean-Michel Dault <[EMAIL PROTECTED]> Research & Development, Advanced Extranet Server Montreal (Canada)/Altadena (USA)/Paris (France)
