[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: File::Glob in failure perl5.05_63 XSLoader on OpenBSD 2.6
On Tue, Jan 04, 2000 at 11:28:29AM -0700, Tom Christiansen wrote:
> >Does
>
> > ./perl -I ./lib -le 'print join(" ", <*>)'
>
> >work in . ? It does on Solaris 7...
>
> Nope:
>
> % cd /usr/local/src/perl5.005_63/
> % ./perl -I ./lib -le 'print join(" ", <*>)'
> Can't load 'lib/auto/File/Glob/Glob.so' for module File::Glob: No such file or directory at lib/XSLoader.pm line 73.
> at lib/File/Glob.pm line 94
> Compilation failed in require at -e line 1.
> BEGIN failed--compilation aborted at -e line 1.
Eh? How did "lib" get into @INC (see "lib/File/Glob.pm")? It should
have been ./lib!
Ilya
- Follow-Ups from:
-
Tom Christiansen <tchrist@jhereg.perl.com>
- References to:
-
Ilya Zakharevich <ilya@math.ohio-state.edu>
Tom Christiansen <tchrist@jhereg.perl.com>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]