From:                   "Siegfried Heintze" <[EMAIL PROTECTED]>
> How should I respond to ppm below? Has it installed ODBC?
> Thanks,
>  Siegfried
> 
> C:\Perl\bin>ppm3.bat
> PPM - Programmer's Package Manager version 3.1.
> Copyright (c) 2001 ActiveState Corp. All Rights Reserved.
> ActiveState is a devision of Sophos.
> 
> Entering interactive shell. Using Term::ReadLine::Stub as readline
> library.
> 
> Type 'help' to get started.
> 
> ppm> install GD
> Error: no suitable installation target found for package GD.
> ppm> install DBD::ODBC
> Searching for 'DBD::ODBC' returned multiple results. Using 'search'
> instead... Searching in Active Repositories
>   1. DBD-ODBC     [1.11] ODBC Driver for DBI
>   2. DBD-ODBC     [1.06] ODBC Driver for DBI
> ppm>

It's telling you that it found two versions of the module in 
different repositories and asking you which one to install. Type

        install 1

to install first one, the onle with the higher version.

HTH, Jenda

===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to