On Tuesday 25 November 2003 21:23, Michael Spohn wrote:
> Hello all,
>
> I got stuck with emerge and don't know whats going wrong. Whatever I try
> to emerge it failes with:
>
> /usr/sbin/ebuild.sh: ./configure: /bin/sh: bad interpreter: permission
> denied

Does /bin/sh exist? It should be a symlink to /bin/bash. To fix that:
ln -sf /bin/bash /bin/sh

Also, check permissions on /bin/bash (although I'd think that you'd be 
operating from bash). Should be:
bash-2.05b$ ls -l /bin/bash
-rwxr-xr-x    1 root     root       632976 Nov  1 23:47 /bin/bash

Fix it with (if you have permission to):
chmod 755 /bin/bash
chown root:root /bin/bash

Jason

--
[EMAIL PROTECTED] mailing list

Reply via email to