in reply to Re^6: (Never Ending) Module Installation Issues
in thread (Never Ending) Module Installation Issues
and/or$LIB/Foo/Bar.*
$LIB/$ARCH/Foo/Bar.*
where $LIB is the value passed to LIB=, and $ARCH is some system-specific string.
In DBD::mysql's case, most if not all the files will be installed in the arch dir.
As long as PERL5LIB include $LIB, Perl will look into both directories.
$ echo $PERL5LIB /home/ikegami/lib/perl5 $ perl -V ... @INC: /home/ikegami/lib/perl5/x86_64-linux-gnu-thread-multi /home/ikegami/lib/perl5 ...
Don't move files around, you're introducing problems!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: (Never Ending) Module Installation Issues
by listanand (Sexton) on Jun 10, 2010 at 16:40 UTC | |
by ikegami (Patriarch) on Jun 10, 2010 at 17:26 UTC |