Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Issues with DBD::mysql - please help

by aitap (Curate)
on Jun 21, 2014 at 05:14 UTC ( [id://1090726]=note: print w/replies, xml ) Need Help??


in reply to Issues with DBD::mysql - please help

i extracted the files and copied them in the following directories:
This is not a correct way to install modules, especially if there is XS code. If all else fails (i.e. if you fail to get the binary package from places suggested by others), you'll need to install the compiler suite (ppm install MinGW) and compile the module:
perl Makefile.PL dmake dmake install

You can also use cpan or cpanm to automatically track and install module dependencies, if any are required. For more info, check http://www.activestate.com/blog/2010/10/how-install-cpan-modules-activeperl.

Replies are listed 'Best First'.
Re^2: Issues with DBD::mysql - please help
by drohr (Acolyte) on Jun 25, 2014 at 17:51 UTC
    hey guys, thanks for all the feedback. it turned out that my work blocks the URL for the ppm repository. i installed 5.16 at home, found the DBD::mysql module in the ppm, installed it, then copied the installed files to my work computer and it all works as expected. thanks again,
Re^2: Issues with DBD::mysql - please help
by drohr (Acolyte) on Jun 21, 2014 at 08:32 UTC
    would it be possible for someone to send me all the installed files from the DBD-mysql installation so that I can use them? I have already gone down the activestate perl 5.16 path in my development and this is the last module that I need to get working. it would be a lot of work to switch to another database driver or another version of perl.

    thanks,
        ya, I see the module on that page, but it says that I need to enter a username and password to download it. if I try to use the perl package manager, the dbd-mysql module is not listed.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-25 21:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found