zmichael has asked for the wisdom of the Perl Monks concerning the following question:

I am trying to install a forum software called Gossamer Threads on localhost, but I keep recieving this error: https://image.prntscr.com/image/UBMcfzRpRDGwzxhZxnBiBA.png I already have copied that file from strawberry folder to C:/xampp/perl/vendor/lib/auto/DBD/mysql/mysql.dll but it does not work. Could you help me with this?

Replies are listed 'Best First'.
Re: libmysql_.dll error (strawberryperl portableshell.bat)
by Anonymous Monk on Jun 16, 2018 at 20:34 UTC

    I already have copied that file from strawberry folder to xampp

    Hi,

    You shouldn't need to do that

    Find "portableshell.bat", and run "portableshell.bat" before trying to run apache ...

    It adds perl directories to %PATH%, so perl -MDBD::mysql -e 1 just works

    a forum software called Gossamer Threads

    Link?