[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



Oops, forgot to demo the patch and results.

From lib/XSLoader.pm

    my $libref = dl_load_file($file, 0) or do {
        require Carp;
        system("pwd; ls -l $file");
        Carp::croak("Can't load '$file' for module $module: " . dl_error());
    };

Producing

% ./perl -I ./lib -le 'print join(" ", <*>)'
/usr/local/src/perl5.005_63
-rwxr-xr-x  1 tchrist  wheel  17971 Dec 11 08:30 lib/auto/File/Glob/Glob.so
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.

Now I'm beginning to wonder if the extra "Glob" level might
not be it.

--tom


Follow-Ups from:
Ilya Zakharevich <ilya@math.ohio-state.edu>
References to:
Tom Christiansen <tchrist@jhereg.perl.com>

[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]