in reply to New to the whole BINARIES-thingy
Now, DBD::MySql does require DBI, so you may also have to do ppm install DBI first. I did this on my pc, with no prior mysql installs, and it looked like this :C:\WINDOWS>ppm install DBD::MySql
And, Ta-Da, from the next snippet you can see the library loads fine :C:\WINDOWS>ppm install DBD::MySql Installing package 'DBD-MySql'... Bytes transferred: 126147 Installing C:\Perl\site\lib\auto\DBD\mysql\mysql.bs Installing C:\Perl\site\lib\auto\DBD\mysql\mysql.dll Installing C:\Perl\site\lib\auto\DBD\mysql\mysql.exp Installing C:\Perl\site\lib\auto\DBD\mysql\mysql.lib Installing C:\Perl\html\site\lib\Mysql.html Installing C:\Perl\html\site\lib\Bundle\DBD\mysql.html Installing C:\Perl\html\site\lib\DBD\mysql.html Installing C:\Perl\site\lib\Mysql.pm Installing C:\Perl\site\lib\Mysql\Statement.pm Installing C:\Perl\site\lib\DBD\mysql.pm Installing C:\Perl\site\lib\Bundle\DBD\mysql.pm Installing C:\Perl\bin\dbimon Installing C:\Perl\bin\dbimon.bat Writing C:\Perl\site\lib\auto\DBD\Mysql\.packlist C:\WINDOWS>
C:\WINDOWS>perl -MDBD::MySql -e 1 C:\WINDOWS>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: New to the whole BINARIES-thingy
by S_Shrum (Pilgrim) on Feb 07, 2002 at 08:59 UTC | |
by Zaxo (Archbishop) on Feb 07, 2002 at 09:32 UTC | |
by S_Shrum (Pilgrim) on Feb 07, 2002 at 10:02 UTC | |
by MZSanford (Curate) on Feb 07, 2002 at 10:16 UTC | |
by jmcnamara (Monsignor) on Feb 07, 2002 at 09:24 UTC | |
by S_Shrum (Pilgrim) on Feb 07, 2002 at 09:55 UTC | |
by jmcnamara (Monsignor) on Feb 07, 2002 at 10:08 UTC | |
by S_Shrum (Pilgrim) on Feb 07, 2002 at 10:14 UTC | |
by IvorW (Initiate) on Feb 07, 2002 at 11:29 UTC |