nac has asked for the wisdom of the Perl Monks concerning the following question:
Let me first start by saying I don't know anything about the perl programming language. Really, my only experience is with ppm in windows and now that I'm using linux i have used cpan. So basically, downloading modules is the extent of my knowledge. I had to install a bunch of perl modules to get a certain program running. Now, the program runs but it doesn't work right... it always throws up an error,
I've looked at that line of code to see if i can decipher some meaning but it's just too complex for a noob like me. I'm not even really sure what questions to ask. Can somebody please just point me in the right direction of how to solve this?"The DTB fails due to following error on standard error or unexpected +output on stdout: Can't locate auto/XML/DOM/BagOfTricks/autosplit.i +x in @INC (@INC contains: /usr/local/lib/perl5 /usr/local/share/perl5 + /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/per +l5 /usr/share/perl5 .) at /usr/local/share/perl5/AutoLoader.pm line 1 +81. at /usr/local/lib/perl5/XML/DOM/BagOfTricks.pm line 66.Can't loca +te auto/XML/DOM/BagOfTricks/autosplit.ix in @INC (@INC contains: /usr +/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /u +sr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at /usr +/local/share/perl5/AutoLoader.pm line 181. at /usr/local/lib/perl5/XM +L/DOM/BagOfTricks.pm line 66."
I'm running Fedora 21 and I have updated to perl 5.18.4
2019-10-21 Athanasius edited code tag placement to shorten long line.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: can't locate auto/*/autosplit.ix in @INC
by shmem (Chancellor) on Jan 07, 2015 at 20:55 UTC | |
|
Re: can't locate auto/*/autosplit.ix in @INC
by marto (Cardinal) on Jan 07, 2015 at 20:50 UTC | |
by nac (Novice) on Jan 07, 2015 at 20:58 UTC | |
by nac (Novice) on Jan 07, 2015 at 20:59 UTC | |
by marto (Cardinal) on Jan 07, 2015 at 21:03 UTC | |
by nac (Novice) on Jan 07, 2015 at 21:06 UTC | |
by marto (Cardinal) on Jan 07, 2015 at 21:18 UTC | |
|
Re: can't locate auto/*/autosplit.ix in @INC
by siberia-man (Friar) on Oct 20, 2019 at 13:47 UTC |