Guten Tag
ich kann phpmyadmin leider nicht mehr nutzen.
Ich bekomme den output:
cannot load MySQL extension,
please check PHP Configuration.
Documentation
Habe ich also FAQ angeschaut wo steht:
To connect to a MySQL server, PHP needs a set of MySQL functions called "MySQL extension". This extension may be part of the PHP distribution (compiled-in), otherwise it needs to be loaded dynamically. Its name is probably mysql.so or php_mysql.dll. phpMyAdmin tried to load the extension but failed.
Usually, the problem is solved by installing a software package called "PHP-MySQL" or something similar.
Dann habe ich bei Yast nachgeschaut um das "PHP-MYSQL" package zu installieren, aber das gibt es da leider nicht.
Die MYSQL.so befindet sich aber bereits auf dem System
/usr/lib/apache2-prefork/php/libs/mysql.so
Was kann ich nun noch tun?
Grüsse
Thomas
phpmyadmin MySQL extension
Re: phpmyadmin MySQL extension
YaST:
http://ftp.gwdg.de/pub/linux/suse/apt/S ... 6.i586.rpm
http://ftp.gwdg.de/pub/linux/suse/apt/S ... 7.i586.rpm
RPM:
http://ftp.gwdg.de/pub/linux/suse/apt/S ... 1.i586.rpm
http://ftp.gwdg.de/pub/linux/suse/apt/S ... 6.i586.rpm
http://ftp.gwdg.de/pub/linux/suse/apt/S ... 7.i586.rpm
RPM:
http://ftp.gwdg.de/pub/linux/suse/apt/S ... 1.i586.rpm
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: phpmyadmin MySQL extension
rpm -i php4-mysql-4.3.9-0.1.i586.rpm
warning: php4-mysql-4.3.9-0.1.i586.rpm: V3 DSA signature: NOKEY, key ID efb694ea
error: Failed dependencies:
/usr/lib/php/sce_install is needed by php4-mysql-4.3.9-0.1
8O 8O
Re: phpmyadmin MySQL extension
Code: Select all
for package in `rpm -qa | grep php4` ; do rpm -Uvh $update ; donePayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: phpmyadmin MySQL extension
sorry wenn ich noch mal bohren muss....Joe User wrote:Code: Select all
for package in `rpm -qa | grep php4` ; do rpm -Uvh $update ; done
for package in `rpm -qa | grep php4` ;
do rpm -Uvh $update ;
done
rpm: no packages given for install
# rpm -qa | grep php4
mod_php4-core-4.3.3-50
das ist der grep alleine
Re: phpmyadmin MySQL extension
yast -> Software installieren/löschen -> <F4> -> Selektionen -> Webserver -> <+> -> übernehmen -> SuSEconfig --verbose -> Konfiguration anpassen -> apache2ctl graceful
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: phpmyadmin MySQL extension
Joe User wrote:yast -> Software installieren/löschen -> <F4> -> Selektionen -> Webserver -> <+> -> übernehmen -> SuSEconfig --verbose -> Konfiguration anpassen -> apache2ctl graceful
danke, hat geklappt so weit....
