[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
RE: [ic] SQL::statement & Safe::Hole
At 02:07 PM 7/9/01, you wrote:
>Well, I did say that hte error message said it can't install the
>SQL::Statement and it didn't say anything else. I have a question! The
>error message only said that it can't install the SQL::Statement and no
>other comments. So, what am I suppose to say? "The error message didn't
>say anything else?". That was at it's step when it failed. So, what other
>detail was I suppose to say?
>
> >
> > 1) perl -MCPAN -e shell
> > 2) install SQL::Statement .......
> >
1. You type : perl -MCPAN -e shell
Any errors here, or do you get a cpan prompt?
If above is ok then .....
2. You type: install SQL::Statement
Is this where you get the error "can't install the SQL::Statement" ?
Is that the EXACT and only error?
If so, then I have never heard of that error.....
Here is what I get when doing the above steps:
################ START ################
kyle@web:~# perl -MCPAN -e shell
cpan shell -- CPAN exploration and modules installation (v1.59)
ReadLine support enabled
cpan> install SQL::Statement
CPAN: Storable loaded ok
Going to read /home/kyle/.cpan/Metadata
CPAN: LWP::UserAgent loaded ok
Fetching with LWP:
ftp://archive.progeny.com/CPAN/authors/01mailrc.txt.gz
Going to read /home/kyle/.cpan/sources/authors/01mailrc.txt.gz
CPAN: Compress::Zlib loaded ok
Fetching with LWP:
ftp://archive.progeny.com/CPAN/modules/02packages.details.txt.gz
Going to read /home/kyle/.cpan/sources/modules/02packages.details.txt.gz
Fetching with LWP:
ftp://archive.progeny.com/CPAN/modules/03modlist.data.gz
Going to read /home/kyle/.cpan/sources/modules/03modlist.data.gz
Going to write /home/kyle/.cpan/Metadata
SQL::Statement is up to date.
################ END ################
PS are you root when trying to install?
Kyle