Allen Bolderoff <[EMAIL PROTECTED]> writes:
> Further to this, a hd.img install dies referring to an EOF in a partition.pm
> file
really strange. Can you tell more?
>
> I said:
> > [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 /home/ftp/pub/mirror/mandrake/hydrogen/
my fault.
replace
$ENV{LD_LIBRARY_PATH} = "$dir/usr/lib";
by
$ENV{LD_LIBRARY_PATH} = "$dir/lib:$dir/usr/lib";
in g_auto_install