Re: Trouble installing XML::Parser
"Owen B. Mehegan" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.xml |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the response. I started to realize as I was troubleshooting that XML::Parser must have already been installed by my OS; other scripts that had worked fine suddenly broke after I did the CPAN install. Their dependent modules were using it without me even knowing. Just removing the CPAN install via your instructions sorted everything out. Thanks! Michael Ludwig wrote: > 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 -- Owen B. Mehegan Database Framework QA Guy "He is a dangerous mixture of sophistication and recklessness which makes one anxious about his influence on other boys." [email protected] YIM: omehegan AIM: ottomaticjack GTalk: [email protected] _______________________________________________ Perl-XML mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs