Hi when running install HTML:arser on Debian 3.1 (Debian Sarge Netinstall CD) i get this error Code: /usr/bin/make install install HTML::Parser -- NOT OK when running install DB_File Code: 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 ??
Instead of using the Perl shell, you can install the needed Perl modules like this: Code: apt-get install libhtml-parser-perl libdb-file-lock-perl libnet-dns-perl