Weblog entry #8 for bacula
#8
dpkg-changes package perl error
Posted by bacula on Mon 31 Jul 2006 at 10:24
Hi,
I have installed dpkg-changes package and when i try to run this i am getting some perl module error
Can't locate diagnostics.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/sbin/dpkg-changes line 86.
BEGIN failed--compilation aborted at /usr/sbin/dpkg-changes line 86.
i am missing some perl package ?
thanks for your help
I have installed dpkg-changes package and when i try to run this i am getting some perl module error
Can't locate diagnostics.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/sbin/dpkg-changes line 86.
BEGIN failed--compilation aborted at /usr/sbin/dpkg-changes line 86.
i am missing some perl package ?
thanks for your help
Comments on this Entry
I am running sid on my laptop and testing on another machine.
Both points to the package perl-modules
$ apt-file search diagnostics.pm
perl-modules: usr/share/perl/5.8.8/diagnostics.pm
Both points to the package perl-modules
$ apt-file search diagnostics.pm
perl-modules: usr/share/perl/5.8.8/diagnostics.pm
[ Parent | Reply to this comment ]
Found it on my Sarge box too.
What happends when you try and locate it?
Acording to corelist it has been distributed as part of the Perl core since Perl 5.002, so you should have it on your box.
--
"It's Not Magic, It's Work"
Adam
[adam@herisson adam]$ locate diagnostics.pm /usr/share/perl/5.8.4/diagnostics.pm
What happends when you try and locate it?
Acording to corelist it has been distributed as part of the Perl core since Perl 5.002, so you should have it on your box.
--
"It's Not Magic, It's Work"
Adam
[ Parent | Reply to this comment ]