Aseem Asthana wrote [on 15/11/03 11:58 -0800]: > * Santanu Chatterjee <[EMAIL PROTECTED]> [2003-11-15 09:16 PST]: > > Hello *, > > > > ============================================================== > > bash: ./configure: /bin/sh: bad interpreter: Permission denied > > ============================================================== > > see if you have /bin/sh. This is typically a symbolic link to > /bin/bash. Check if you have execute permissions for that. You might need > to either create that symbolic link manually or give execute permissions to > bash.
Yes, I do have /bin/sh, and it is linked to bash, and it does have execute permissions. ------------------------------------------------------------------------ [EMAIL PROTECTED]:~$ ls -l /bin/sh lrwxrwxrwx 1 root root 4 Apr 22 2003 /bin/sh -> bash* [EMAIL PROTECTED]:~$ ls -l /bin/bash -rwxr-xr-x 1 root root 511400 Apr 9 2002 /bin/bash* [EMAIL PROTECTED]:~$ ------------------------------------------------------------------------- I have compiled many packages from source and installed them, but never got this kind of error. Anything else I should check? Regards, Santanu ------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
