Ask a Question related to PERL Modules, Design and Development.
-
Kramer #1
Need help installing via CPAN
I have been trying to install the module FileHandle::Unget via CPAN.
When I execute 'make FileHandle::Unget'
Running make for module FileHandle::Unget
Running make for D/DC/DCOPPIT/FileHandle-Unget-0.1621.tar.gz
Is already unwrapped into directory
/home/kramer/.cpan/build/FileHandle-Unget-
0.1621
CPAN.pm: Going to build D/DC/DCOPPIT/FileHandle-Unget-0.1621.tar.gz
*** ExtUtils::AutoInstall version 0.59
*** Checking for dependencies...
[Core Features]
- Test::More ...loaded. (0.47)
- File::Spec::Functions ...loaded. (1.3)
- ExtUtils::MakeMaker::bytes ...loaded. (0.01)
- Scalar::Util ...loaded. (1.14 >= 1.14)
*** ExtUtils::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Writing Makefile for FileHandle::Unget
------------------------------------------------------------------------------
Can't exec "/usr/bin/make": No such file or directory at
/usr/lib/perl5/5.8/CPAN
..pm line 4566.
/usr/bin/make -- NOT OK
I have make installed and it is located at '/usr/bin/make'.
Could someone who knows more about CPAN please help me out? Thanks.
Kramer
Kramer Guest
-
Installing a CPAN Module online
I'm trying to install a CPAN module into my website's local cgi-bin directory and I just can't seem to translate the common documentation into... -
CPAN Shell on Mac OS X (10.3) Not Installing Modules
I recently installed Perl 5.8.4 on Mac OS X 10.3. It successfully installed under /usr/local/bin, and I have had no problem running Perl scripts... -
error installing mod with cpan mod
I'd like to install Net::Pcap, however one test failed. How would I go abouts fixing this (slackware v9.1,perl v5.8.2)? cpan> install Net::Pcap... -
Installing Modules From CPAN
Howdy. First see if you have them: # perl -e 'use DBI;for(DBI->available_drivers) { print "-$_-\n"; }' -ExampleP- -Proxy- -mysql- # If you... -
Installing from CPAN on Win32
Hi! I downloaded a module from CPAN. I want to install it on my system, but NOT in the net-wide perl "lib" area; I want it in a subdirectory... -



Reply With Quote

