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 | |
|
Re^2: Issues with DBD::mysql - please help
by drohr (Acolyte) on Jun 21, 2014 at 08:32 UTC | |
by Anonymous Monk on Jun 21, 2014 at 08:57 UTC | |
by drohr (Acolyte) on Jun 21, 2014 at 13:19 UTC | |
by marto (Cardinal) on Jun 21, 2014 at 13:41 UTC | |
by Anonymous Monk on Jun 22, 2014 at 00:55 UTC |