Hi i have instaled apache2, php5, phpMyAdmin and mysql following this article : Cool Solutions: Installing Apache, PHP, and MySQL on SUSE Linux Professional
Now i have problem, everything went fine but i cant set phpmyadmin, i receive error "Could not load either mysql or mysqli extension, you might not be able to use phpMyAdmin! Check your PHP configuration. "
I have checked all ini files:
Configuration File (php.ini) Path /etc/php5/apache2
Loaded Configuration File /etc/php5/apache2/php.ini
Scan this dir for additional .ini files /etc/php5/conf.d
additional .ini files parsed /etc/php5/conf.d/ctype.ini, /etc/php5/conf.d/dom.ini, /etc/php5/conf.d/hash.ini, /etc/php5/conf.d/iconv.ini, /etc/php5/conf.d/json.ini, /etc/php5/conf.d/pdo.ini, /etc/php5/conf.d/pdo_sqlite.ini, /etc/php5/conf.d/sqlite.ini, /etc/php5/conf.d/tokenizer.ini, /etc/php5/conf.d/xmlreader.ini, /etc/php5/conf.d/xmlwriter.ini
extension_dir /usr/lib/php5/extensions /usr/lib/php5/extensions
in extension dir i have all needed files (mysql.so, musqli.so)
but i stil cant find the prob.
Every help is welcome (im a bit noob when it comes to this)