Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
The only other thing I can think of ... (if you're
not using bash as the default shell) did you change
permissions on /bin/bash or libraries that it uses?
No idea what that is, but it's obviously missing.
I still don't understand why you should be unable
to run configure. What are the first two lines of the
script, and what does ls -l configure give you for
the one that wouldn't run?
-rw------- 1 notez notez 265833 nov 1 17:38 configure
first lines of the script (excluding the copyright):
Quote:
#! /bin/bash
# Be Bourne compitable
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
alias -g '${1+"$@"}'='"$@"'
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1;
then
set -o posix
fi
What package did that one come with mate?
It's VERY unusual (to say the lease) to see a
configure script without execute permission,
did you manually change them?
Havn't changed the script at all.
Since I'm not sure what package you mean I can say I installed the default developer packages (nothing more, nothing less) and the configure script is for the asuka ircd found at http://cvs.quakenet.org
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.