You missed all the dependencies of DBI. CPAN is your friend.  Download and
install CPAN-1.76_01.tar.gz the same way you got and installed DBI (tar
xvfz, perl Makefile.PL, make, make test, make install).  Then,
# perl -MCPAN -e shell;
You probably want to
cpan> install Bundle::CPAN
next, and let it install all its dependencies.  After that, the command
'cpan' will work from the system prompt.  Its been awhile since I had to
do it from scratch, so feel free to play and/or correct me.

After CPAN is installed and configured, you want to
cpan> install Bundle::DBI
and let it install all the dependencies, too.  Then,
cpan> install DBD::Oracle
That should get you started.  There's lots of resources on the net for
using CPAN.  Be sure to actually READ the docs.

This was alot gentler than the introduction I received on CPAN, but it
really doesn't belong on the DBI list.

HTH,
Dave

On Aug 23, Wen-Qiu Sun scribed:

> hi there,
>
> I am an Oracle DBA and new to Perl. My perl software is v5.6.1 built
> for sun4-solaris-64int.
>
> I downloaded DBI-1.39.tar.gz and got it installed successfully.  But
> one of my perl program also uses "use Net::FTP.pm", which causes an
> error: "Can't locate Net/ftp.pm in @INC".
>
> It looks like I don't have an FTP.pm module on my system.
>
> I ran "find / -name ftp.pm -print" and found only this:
>
>      /opt/SUNWstade/lib/Net/ftp.pm
>
> So, my question is: how do I install the FTP.pm module on my system?
>
> Thank much in advance.
>
>
>
>
> Wen Q. Sun
> Database Administrator
> DIT/Agency Support Services
> email: [EMAIL PROTECTED]
> phone: (517) 241-3013
>

Reply via email to