Allen Bolderoff <[EMAIL PROTECTED]> writes:
> > Allen Bolderoff <[EMAIL PROTECTED]> writes:
> >
> > > [root@harper perl-install]# ./g_auto_install
> > > Can't load './auto/c/stuff/stuff.so' for module c::stuff:
> > > ./auto/c/stuff/stuff.so: undefined symbol: fdio at
> >
> > could you retry with the latest rpm?
> >
>
>
> this is from the ISO image that I had just updated via Rsync.
i've changed
$ENV{LD_LIBRARY_PATH} = "$dir/usr/lib";
in
$ENV{LD_LIBRARY_PATH} = "$dir/lib:$dir/usr/lib";
that should fix it.