I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-07-12 15:13:45-07 by aloft40
pmall output errors
Hello, I am quite unfamiliar with perl infrastructure. I was trying to check my system to see what modules were installed (requirements for smb-ledger). I was unable to figure out how to do this on my distribution (Mandriva 2009). I did some research and ran across the pmtools suite which looked like it would help. I thought I would run pmall and dump to a text file and review the contents. I found some errors snippit below: ============================================================= Net::DBus::Binding::Bus - Handle to a well-known message bus instance Net::DBus::Binding::Iterator - Reading and writing message parameters Net::DBus::Binding::Message (Undefined subroutine &Net::DBus::Binding::Message::TYPE_BYTE called at /usr/lib/perl5/ven Compilation failed in require at /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/Net/DBus/RemoteObject.pm li BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/Net/DBus/RemoteObject.p Compilation failed in require at /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/Net/DBus/RemoteService.pm l BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/Net/DBus/RemoteService. Compilation failed in require at /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/Net/DBus.pm line 97. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/Net/DBus.pm line 97. Compilation failed in require at /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/Net/DBus/Binding/Iterator.p BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/Net/DBus/Binding/Iterat Compilation failed in require at /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/Net/DBus/Binding/Message.pm BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/Net/DBus/Binding/Messag Compilation failed in require. BEGIN failed--compilation aborted. ) - Base class for messages Net::DBus::Binding::Introspector - Handler for object introspection data Net::DBus::Binding::Value - Strongly typed data value ============================================================= System info: Linux barney2.test.lcl 2.6.27.19-desktop-1mnb #1 SMP Wed Mar 4 23:59:13 EST 2009 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz GNU/Linux Is this common? Thanks
Direct Responses: Write a response