2011年9月16日 星期五

[ubuntu] Question : Can't make menuconfig


Question : Can't make menuconfig



 



Answer : /bin/sh is a symlink to /bin/dash by default, so must rm it.

                 And create a new one.


On Ubuntu 6.10, /bin/sh is a symlink to /bin/dash by default. /bin/dash seems to make problems when you compile software from the sources, at least I had that impression. That's why I make /bin/sh a symlink to /bin/bash instead.



If you are on Ubuntu 6.10, you should do this now:



rm -f /bin/sh

ln -s /bin/bash /bin/sh



 



How To Compile A Kernel - The Ubuntu Way

0 意見:

張貼留言