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 d
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
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 t