From: M. R. B. <mr...@0x...> - 2001-12-31 16:13:20
|
* Adrian McMenamin <ad...@mc...> on Mon, Dec 31, 2001: >=20 > I have successfully mounted busybox as NFS root, but when I attempt to ru= n=20 > other applications I get messages such as: >=20 > "./mpg123: No such file or directory" >=20 > Is this because there is a library missing or is there some other problem= =20 > with bb I am unaware of? > Do you have glibc installed in your NFS root environment? Is busybox statically-linked? > I am using ASH as the shell. >=20 > Finally - another question: >=20 > On m17n using devfs I could do things like cat somefile > /dev/dsp >=20 > But bb (again using devfs) insists on me writing cat somefile > /dev/soun= d/dsp >=20 > Why? >=20 The first is because the m17n distro created/maintained legacy device nodes (/dev/dsp). You would have to manually create /dev/dsp and others if you *didn't* want to use devfs with busybox. M. R. |