Page 1 of 1

PHP Seiten funktionieren nach Update auf PHP 4.4.0 nicht mehr

Posted: 2005-08-27 21:46
by michael_d
Hallo Community,

ich habe gerade versucht PHP auf die Version 4.4.0 gem. Anleitung von Netsecond upzudaten.

Nun funktionieren keinerlei PHP Seiten mehr zumindest keine Boards usw. HTML und " einfache " PHP Scripte funktionieren noch.

In den Log's bin ich auf folgende Fehlermeldung gestossen

Code: Select all

PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib/php/extensions/mysql.so' - libmysqlclient.so.12: cannot open shared object file: No such file or directory in Unknown on line 0
[Sat Aug 27 21:13:43 2005] [notice] Apache/2.0.49 (Linux/SuSE) configured -- resuming normal operations
[Sat Aug 27 21:32:02 2005] [notice] caught SIGTERM, shutting down
[Sat Aug 27 21:32:03 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib/php/extensions/mysql.so' - libmysqlclient.so.12: cannot open shared object file: No such file or directory in Unknown on line 0
[Sat Aug 27 21:32:04 2005] [notice] Apache/2.0.49 (Linux/SuSE) configured -- resuming normal operations
Ich hoffe Ihr könnt mir helfen.

Re: PHP Seiten funktionieren nach Update auf PHP 4.4.0 nicht mehr

Posted: 2005-08-27 22:57
by karius
Sieht so aus, als fehle die MySQL Extension.

Solltest Du ein Paket vom Distributor installiert haben, dann guck mal, ob es noch ein Paket php-mysql (oder ähnlich) gibt.
Bei einem selbst kompilierten das configure mal mit dem Parameter --with-mysql aufrufen und kompilieren.