https://bz.apache.org/bugzilla/show_bug.cgi?id=62417
Bug ID: 62417
Summary: configure: error: cannot run /usr/local/bin/bash
build/config.sub similar to 21377
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: Sun
OS: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: Build
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
a configure script is easily made :
beta $ autoconf --force --include=/usr/local/include --warnings=all
however configure fails with :
.
.
.
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking for grep that handles long lines and -e... /usr/local/bin/grep
checking for egrep... /usr/local/bin/grep -E
configure: error: cannot run /usr/local/bin/bash build/config.sub
beta $
beta $ find . | grep "config\.sub"
beta $ find . | grep "config\.guess"
Looks like the files are entirely absent.
As a hack I can take them from httpd-2.4.33 src dir.
However a bunch of files are absent it seems :
./build/config.guess: No such file or directory
./build/config.sub: No such file or directory
./build/config_vars.mk: No such file or directory
./build/config_vars.sh: No such file or directory
./build/ltmain.sh: No such file or directory
./build/rules.mk: No such file or directory
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]