Andrew Benton schrieb:
> Support questions should be sent to lfs-supp...@linuxfromscratch.org
sorry, as i posted another message in this list (which i guess is
correct) i forgot to switch to the correct list... but as i solved the
problem some minutes ago, i reply here again and don't move.
> Did
On 09/03/10 10:36, Tobias Gasser wrote:
> after chapter 5 i run
>
> readelf -f /tools/bin/* | grep "Request"
>
> everything is fine except perl
>
> perl still points to the hosts /lib/ld-linux.so !!
>
>
> in chapter 6.7 (linux-headers) the job stops as perl can't run.
>
> i guess to symlink ld-linu
after chapter 5 i run
readelf -f /tools/bin/* | grep "Request"
everything is fine except perl
perl still points to the hosts /lib/ld-linux.so !!
in chapter 6.7 (linux-headers) the job stops as perl can't run.
i guess to symlink ld-linux.so from /tools/lib to /lib is not really a
solution - wi