Re: Trouble installing XML::Parser

Michael Ludwig <[email protected]>
Newsgroups gmane.comp.lang.perl.xml
Message-ID <[email protected]>
Owen B. Mehegan schrieb:
> I'm using some software which relies on XML::Parser. I've just
> installed it from CPAN, seemingly successfully, but I get this error
> when I run any script that uses it:

DynaLoader dies because there is a version mismatch between the C part
and the Perl part of the module in question. This may be the result of
an incomplete installation or other misconfiguration on your system.

http://www.perlmonks.org/index.pl?node_id=491100

Did your installation go well? Maybe try uninstalling your CPAN module.
Locate the packlist and delete the files it contains.

     # find local module directory
     perl -lwe "print for @INC"
     # locate packlist
     find /your/local/module/directory -type f -name .packlist
     # delete files
     cat /the/packlist/in/question | xargs rm

Then try locating and installing the module via your OS package system,
like RPM or YaST or APT, or whatever your Linux distribution has.

Michael Ludwig
_______________________________________________
Perl-XML mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.