Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Strawberry Perl and IIS not playing

by bunchily (Novice)
on May 28, 2010 at 14:16 UTC ( [id://842045]=note: print w/replies, xml ) Need Help??


in reply to Strawberry Perl and IIS not playing

Woo hoo! I've fixed it! For the record, the solution was found here:

http://lpsolit.wordpress.com/2010/05/15/installing-dbdmysql-what-a-pain/

That is, to quote: "copy C:\strawberry\c\bin\libmysql_.dll to C:\strawberry\perl\vendor\lib\auto\DBD\mysql\libmysql_.dll."

  • Comment on Re: Strawberry Perl and IIS not playing

Replies are listed 'Best First'.
Re^2: Strawberry Perl and IIS not playing
by Corion (Patriarch) on May 28, 2010 at 21:09 UTC

    Personally, I prefer to put dependent DLLs into the same directory as the perl.exe executable, that is, usually c:\Strawberry\Perl\bin. This prevents surprises when I uninstall/reinstall a module.

      That's a good way, but libmysql_.dll came with strawberryperl
      strawberry\c\bin\libcharset-1_.dll strawberry\c\bin\libeay32_.dll strawberry\c\bin\libexpat-1_.dll strawberry\c\bin\libexslt-0_.dll strawberry\c\bin\libfreetype-6_.dll strawberry\c\bin\libgcc_s_sjlj-1.dll strawberry\c\bin\libgd-2_.dll strawberry\c\bin\libgif-4_.dll strawberry\c\bin\libglut-0_.dll strawberry\c\bin\libiconv-2_.dll strawberry\c\bin\libjpeg-62_.dll strawberry\c\bin\liblzma-0_.dll strawberry\c\bin\libmysql_.dll strawberry\c\bin\libpng-3_.dll strawberry\c\bin\libpng12-0_.dll strawberry\c\bin\libpq_.dll strawberry\c\bin\libssl32_.dll strawberry\c\bin\libssp-0.dll strawberry\c\bin\libtiff-3_.dll strawberry\c\bin\libxml2-2_.dll strawberry\c\bin\libXpm_.dll strawberry\c\bin\libxslt-1_.dll strawberry\c\bin\libz_.dll
      which adds/expects strawberry\c\bin\ and strawberry\perl\bin\ in %PATH%

        Ugh, thanks, I didn't know that. I'm not really fond of modifying $ENV{PATH} in a fashion larger than necessary, especially when juggling multiple versions of Perl. So I'll have to either copy all the DLLs or hope that nothing finds the DLLs in c/bin before where they should be found...

Re^2: Strawberry Perl and IIS not playing
by Anonymous Monk on May 28, 2010 at 21:03 UTC
    Congratulations, but that is the stupid way to do it :) Just add C:\strawberry\c\bin\ to your %PATH%
Re^2: Strawberry Perl and IIS not playing
by Anonymous Monk on Sep 14, 2015 at 13:36 UTC
    I used "site" path instead of "vendor" in Windows 2012 R2 That is, to quote: "copy C:\strawberry\c\bin\libmysql_.dll to C:\strawberry\perl\site\lib\auto\DBD\mysql\libmysql_.dll." now it's works.
      I have have terrible time trying to get this to work on Windows Server 2012 R2. Could you please list in detail how to get this to work? Thanks
Re^2: Strawberry Perl and IIS not playing
by Anonymous Monk on Jul 14, 2015 at 10:28 UTC
    I cannot thank you enough for this work around. Thanks a ton!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://842045]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-26 03:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found