Wish that was the case. I have installed various other modules today with various case (mostly all lowercase) and haven't seen a problem there.

After doing a search, it appears that the dbd::mysql module isn't even listed. As for not being able to install modules, I provide the following account that shows that I can.

PPM - Programmer's Package Manager version 3.0 beta 2. Copyright (c) 2001 ActiveState SRL. All Rights Reserved. Entering interactive shell. Using Term::ReadLine::Stub as readline lib +rary. Profile tracking is not enabled. If you save and restore profiles manu +ally, your profile may be out of sync with your computer. See 'help profile' + for more information. Type 'help' to get started. ppm> install DBD::Mysql Error: Package 'DBD::Mysql' not found. Please 'search' for it first. ppm> install DBD::mysql Error: Package 'DBD::mysql' not found. Please 'search' for it first. ppm> install DBD::MYSQL Error: Package 'DBD::MYSQL' not found. Please 'search' for it first. ppm> search dbd Searching in repository 2 (ActiveState Package Repository) 1. DBD-CSV [0.1025] DBI driver for CSV files 2. DBD-DB2 [0.74] DataBase Driver for DB2 UDB 3. DBD-JDBC [0.63] JDBC proxy driver for the DBI module 4. DBD-ODBC [0.28] ODBC Driver for DBI 5. DBD-Oracle [1.06] Oracle database driver for the DBI module 6. DBD-Ovrimos [0.12] DBI Driver for Ovrimos (formerly Altera S +QL Server) 7. DBD-pNET [0.1003] Perl network database driver for the DBI +module 8. DBD-RAM [0.072] a DBI driver for files and data structure +s 9. DBD-Recall [1.8] Database fault tolerance through replicat +ion. 10. DBD-Sprite [0.13] Modified version of Sprite to manipulate +text delimited 11. DBD-SQLrelay [0.1] perl DBI driver for SQL Relay 12. DBD-Sybase [0.91] Sybase database driver for the DBI module 13. DBD-XBase [0.161] Perl module for reading and writing the d +bf files 14. DBI [1.14] Database independent interface for Perl 15. DBIx-AnyDBD [1.98] DBD independant class ppm> install dbd::db2 ==================== Install 'DBD-DB2' version 0.75 in ActivePerl 630. ==================== Downloaded 65356 bytes. Extracting package. This may take a few seconds. Extracting 34/34: blib/lib/DBD/DB2.pod Installing C:\Perl\site\lib\auto\DBD\DB2\DB2.bs Installing C:\Perl\site\lib\auto\DBD\DB2\DB2.dll Installing C:\Perl\site\lib\auto\DBD\DB2\DB2.exp Installing C:\Perl\site\lib\auto\DBD\DB2\DB2.lib Installing C:\Perl\site\lib\auto\DBD\DB2\Constants\Constants.bs Installing C:\Perl\site\lib\auto\DBD\DB2\Constants\Constants.dll Installing C:\Perl\site\lib\auto\DBD\DB2\Constants\Constants.exp Installing C:\Perl\site\lib\auto\DBD\DB2\Constants\Constants.lib Installing C:\Perl\site\lib\DBD\DB2.pm Installing C:\Perl\site\lib\DBD\DB2.pod Installing C:\Perl\site\lib\DBD\DB2\Constants.pm Installing C:\Perl\site\lib\Bundle\DBD\DB2.pm Installing C:\Perl\site\lib\auto\DBD\DB2\Constants\autosplit.ix Writing C:\Perl\site\lib\auto\DBD\DB2\.packlist ppm> install dbd::mysql Error: Package 'dbd::mysql' not found. Please 'search' for it first. ppm>

Any other ideas? Where can I point the PPM (which (re)suppository) to to get the DBD::Mysql? ;-p

======================
Sean Shrum
http://www.shrum.net


In reply to Re: Re: Re: Re: New to the whole BINARIES-thingy by S_Shrum
in thread New to the whole BINARIES-thingy by S_Shrum

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.