|
发表于 2008-12-24 10:33:00
|
显示全部楼层
sorry, i can't input chinese.
I also have this problem when i'm doing the lfs.
Finally i figure out the problem is my symbolic link is not right.
bash-3.2$ls -l /
the result show "tools -> /mnt/lfs/tools" with red color.
then i remove the the directory and create it again.
bash-3.2$mkdir -v $LFS/tools
bash-3.2$ln -sv $LFS/tools /
It works just ok.
Maybe you should check your PATH enviroment variable, see if there is
something wrong with the symbolic link. |
|