PDA

View Full Version : /usr/bin/make install install HTML::Parser -- NOT OK


oddo
14th March 2006, 11:58
Hi
when running

install HTML::Parser
on Debian 3.1 (Debian Sarge Netinstall CD)
i get this error

/usr/bin/make install install HTML::Parser -- NOT OK

when running

install DB_File

Installing /usr/lib/perl/5.8/auto/DB_File/DB_File.so
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/lib/perl/5.8/DB_File.pm
Installing /usr/lib/perl/5.8/auto/DB_File/autosplit.ix
Installing /usr/share/man/man3/DB_File.3pm
make: Nothing to be done for `install'.
make: *** No rule to make target `HTML::Parser'. Stop.
/usr/bin/make install install HTML::Parser -- NOT OK


what's rong ??

till
14th March 2006, 15:56
How did you try to install the package? With apt or with the perl shell and cpan?

oddo
14th March 2006, 19:04
i install it with the perl shell and cpan ...

but now i have a ispconfig up and running ;)
thx

falko
14th March 2006, 19:06
Instead of using the Perl shell, you can install the needed Perl modules like this:

apt-get install libhtml-parser-perl libdb-file-lock-perl libnet-dns-perl

oddo
14th March 2006, 19:32
thanks falko