Greetings Monks:
I've been using the CPAN of late to find out what useful perl I can come up with ,and while attempting to get some Xchat scripts to function I have needed a number of modules. This situation I am facing now is rather perplexing (perl never lets you off the hook).
The following error is reported upon attempting to implement
the Xmms module:
perl -MXmms -e shell
Can't load '/usr/local/lib/perl/5.8.4/auto/Xmms/Remote/Remote.so' for
+module Xmms::Remote: /usr/local/lib/perl/5.8.4/auto/Xmms/Remote/Remot
+e.so: undefined symbol: xmms_remote_get_playlist_file at /usr/lib/per
+l/5.8/DynaLoader.pm line 225.
at /usr/local/lib/perl/5.8.4/Xmms.pm line 4
Compilation failed in require at /usr/local/lib/perl/5.8.4/Xmms.pm lin
+e 4.
BEGIN failed--compilation aborted at /usr/local/lib/perl/5.8.4/Xmms.pm
+ line 4.
Compilation failed in require.
BEGIN failed--compilation aborted.
while installing the module Xmms:Remote produces:
cpan> install Xmms::Remote
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Thu, 09 Jun 2005 05:58:24 GMT
Xmms::Remote is up to date.
What could be going on here?
As per usual this user community is the only thing that makes modules practical for my level of coding. Any help would be appreciated.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.