bytes.pm problem

From: Sergei Shelukhin (raven_at_at_home.domonet.ru)
Date: 07/18/04


Date: Sun, 18 Jul 2004 17:47:32 +0400

Hi. I have the following problem, I am trying to use XML::DOM and I get the
following

Can't locate bytes.pm in @INC (@INC contains:
/usr/lib/perl5/5.00503/i386-linux
/usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux
/usr/lib/perl5/
site_perl/5.005 .) at /usr/lib/perl5/site_perl/5.005/XML/DOM.pm line 32.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.005/XML/DOM.pm l
ine 32.
BEGIN failed--compilation aborted at parse_opml_blogroll.pl line 5.

I searched for wisdom on the net and found a lot of threads describing the
problem and some suggestions to create bytes.pm for earlier version of Perl.
I stumbled upon the package ExtUtils-MakeMaker-6.21_03, and it had a file
called bytes.pm and promised to be the bearer of version-agnostic bytes.pm.
I installed the package and the error persists.

What do I do now? ;)

Oh yeah, this time I installed packages using the correctm ethod of perl
Makefile.PL ... make ... make install (given all the numerous prereqs and
dependencies to install, I think I will soon start typing those 3 lines in
my nightmare dreams ;) )



Relevant Pages