On Tue, 30 Jul 2002 09:25:32 +0800 (SST) koh koonbee <[EMAIL PROTECTED]> wrote:

> but i am new to this perl and dbi , i cannot find any dbi.pm at
> cpan or related sites . 
> is there only one dbi.pm ; unlike dbd.pm which has different versions
> according to the OS , perl version used ,etc .
>  
> please help me , i need to get this up and running .
> 
> ----------------------------------------------------------------
> On Fri, 26 Jul 2002, Michael A Chase wrote:
> 
> > On Fri, 26 Jul 2002 14:43:08 +0800 (SST) koh koonbee
> <[EMAIL PROTECTED]> wrote:
> > 
> > > can someone please tell me what's wrong and how can i fix it .
> > > thanks in advance .
> > > 
> > > > bronco: /usr/local/src/DBD-Oracle-1.12 > perl Makefile.PL
> > > > Can't locate DBI.pm in @INC (@INC contains:
> > > > /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1
> > > > /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris
> > > > /usr/local/lib/perl5/site_perl/5.6.1
> /usr/local/lib/perl5/site_perl .)
> > 
> > Install DBI in that perl environment.

No private replies, please.  I am not the sole source of wisdom in the
list.

If you are using ActiveState Perl for Solaris, use ppm to install modules. 
Documentation for it comes with ActiveState Perls and is also available at
their website.

DBI.pm by itself is not useful, you need to install the DBI module using
either ppm or the instructions in the README file in the DBI source
archive file (normally DBI-1.xx.tar.gz).

Note: dbi.pm != DBI.pm != the DBI module.  Case is significant in file and
module names and an individual file that is part of a module is not the
module.

-- 
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.

Reply via email to