Subject: | HTML::HTMLDoc install error |
Helo,
I seem to be having trouble installing this module.
I compiled and make the HTMLDOC program fine, however when i installed the HTML::HTMLDoc module, i didnt et an install. I am running a Fedora Core 3 Linux machine.
Below is the attempt:
perl -MCPAN -e 'install HTML::HTMLDoc'
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Thu, 23 Jun 2005 08:59:28 GMT
Running install for module HTML::HTMLDoc
Running make for M/MF/MFRANKL/HTML-HTMLDoc-0.08.tar.gz
CPAN: Digest::MD5 loaded ok
Checksum for /root/.cpan/sources/authors/id/M/MF/MFRANKL/HTML-HTMLDoc-0.08.tar.gz ok
Scanning cache /root/.cpan/build for sizes
HTML-HTMLDoc-0.08/
HTML-HTMLDoc-0.08/testdata/
HTML-HTMLDoc-0.08/testdata/testimage.gif
HTML-HTMLDoc-0.08/test.pl
HTML-HTMLDoc-0.08/test_htmldoc.PL
HTML-HTMLDoc-0.08/Changes
HTML-HTMLDoc-0.08/lib/
HTML-HTMLDoc-0.08/lib/HTML/
HTML-HTMLDoc-0.08/lib/HTML/HTMLDoc/
HTML-HTMLDoc-0.08/lib/HTML/HTMLDoc/PDF.pm
HTML-HTMLDoc-0.08/lib/HTML/HTMLDoc.pm
HTML-HTMLDoc-0.08/MANIFEST
HTML-HTMLDoc-0.08/TODO
HTML-HTMLDoc-0.08/Makefile.PL
HTML-HTMLDoc-0.08/README
Removing previously used /root/.cpan/build/HTML-HTMLDoc-0.08
CPAN.pm: Going to build M/MF/MFRANKL/HTML-HTMLDoc-0.08.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for HTML::HTMLDoc
cp lib/HTML/HTMLDoc/PDF.pm blib/lib/HTML/HTMLDoc/PDF.pm
cp lib/HTML/HTMLDoc.pm blib/lib/HTML/HTMLDoc.pm
Manifying blib/man3/HTML::HTMLDoc::PDF.3pm
Manifying blib/man3/HTML::HTMLDoc.3pm
/usr/bin/perl "-Iblib/arch" "-Iblib/lib" test_htmldoc.PL test_htmldoc
htmldoc not found. please install first
make: *** [test_htmldoc] Error 1
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
[root@Penguin usr]# find / -name test_htmldoc.PL
/root/.cpan/build/HTML-HTMLDoc-0.08/test_htmldoc.PL
[root@Penguin usr]# find / -name test_htmldoc
[root@Penguin usr]# find / -name test_htmldoc*
/root/.cpan/build/HTML-HTMLDoc-0.08/test_htmldoc.PL
Please Help?
Guy Borders