From: Adrian M. <ad...@mc...> - 2001-12-31 15:23:54
|
I know this isn't really likely to have much to do with the LinuxDC kernel, but someone here might know the answer... I was using the m17n distro as my NFS mounted file system for the DC, but I had real problems running programs I had compiled, so I dumped that, rebuilt my toolset and went back to using busybox. I have successfully mounted busybox as NFS root, but when I attempt to run other applications I get messages such as: "./mpg123: No such file or directory" Is this because there is a library missing or is there some other problem with bb I am unaware of? I am using ASH as the shell. Finally - another question: On m17n using devfs I could do things like cat somefile > /dev/dsp But bb (again using devfs) insists on me writing cat somefile > /dev/sound/dsp Why? On m17n |