Error when following the manual of DSLForum: Other Help Topics Topic: Error when following the manual of DSL started by: belrpr Posted by belrpr on Jan. 12 2006,15:03
I hope someone here can help me figure it out.I am running the DSL live cd to make my own dsl. Everything went well until page 100. There I should install the man package. I started like I always did. Untar. Configure command etc. Then there was an error that said /bin/sh bad interpreter: No such file or directory. So I said k, man pages is not that bad so I continue to glibc there I got the same error while giving the configure command.
I am sure that I did:
on on page 67 And I did
on page 80. I couldn't think/find about something else that I could have done wrong. Posted by mikshaw on Jan. 12 2006,15:53
First, in order for this command to work, it has to be done from within /bin. If you're not in bin, the link will point to a non-existent file. From another directory, the command should be:
Either way, DSL already has a /bin/sh symlink, so you shouldn't need to create one. |