phpMyAdmin not loading MySQL extensions

2004-02-16 Thread Tweax Daemon
Hey all, I'm having trouble configuring phpMyAdmin. I guess from when I try to view it in a browser I get the message unable to load mysql extensions the msql link re-directs me to the phpmyadmin site where its states about it can't load mysql.so which is on my system I tried placing it in

Re: phpMyAdmin not loading MySQL extensions

2004-02-16 Thread Matthew Seaman
On Mon, Feb 16, 2004 at 12:31:28PM -0600, Tweax Daemon wrote: I'm having trouble configuring phpMyAdmin. I guess from when I try to view it in a browser I get the message unable to load mysql extensions the msql link re-directs me to the phpmyadmin site where its states about it can't

Re: phpMyAdmin not loading MySQL extensions

2004-02-16 Thread Kyryll A Mirnenko
Hi Tweax, That's not PHPMyAdmin's problem, your PHP can't find dynamic module (and phpMyAdmin seems to dl() PHP's mysql extension). If you've find mysql.so (if have something like mysql.so.4, just link it to mysql.so to make PHP happy: ln -s mysql.so.4 mysql.so ), try to put it into