Jump to content

RedHat 5.5 PHP Version 5.2.10 can't load php-mssql and php-pdo


akvino

Recommended Posts

php -v gives:

PHP Warning: PHP Startup: mssql: Unable to initialize module

Module compiled with module API=20050922, debug=0, thread-safety=0

PHP compiled with module API=20060613, debug=0, thread-safety=0

These options need to match

in Unknown on line 0

PHP Warning: PHP Startup: pdo_dblib: Unable to initialize module

Module compiled with module API=20050922, debug=0, thread-safety=0

PHP compiled with module API=20060613, debug=0, thread-safety=0

These options need to match

in Unknown on line 0

PHP 5.2.10 (cli) (built: Aug 10 2009 05:20:34)

Copyright © 1997-2009 The PHP Group

Zend Engine v2.2.0, Copyright © 1998-2009 Zend Technologies

 

 

Apache main log gives:

[Wed Jun 30 08:21:38 2010] [notice] Digest: done

PHP Warning: PHP Startup: mssql: Unable to initialize module\nModule compiled with module API=20050922, debug=0, thread-safety=0\nPHP compiled with module API=20060613, debug=0, thread-safety=0\nThese options need to match\n in Unknown on line 0

PHP Warning: PHP Startup: pdo_dblib: Unable to initialize module\nModule compiled with module API=20050922, debug=0, thread-safety=0\nPHP compiled with module API=20060613, debug=0, thread-safety=0\nThese options need to match\n in Unknown on line 0

 

 

I got both php-mssql and php-pdo packages installed (this is on RedHat).

 

Any hints on how to fix this?

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.