Apache will not update

nealdxmhost

Verified User
Joined
Jan 1, 2009
Messages
237
Location
Los Angeles CA
One of the servers I "inherited" from Jeff running CENTOS5 and CB 2.0 I was finally able to shell into it today and start running some updates when I ran into a problem updating Apache.

I have done some nosing around but I really want to bounce this off of some of you guys who may have seen this before so I don't go and do something half-cocked for which I will be kicking myself later....

Code:
 ./build apache
File already exists
MD5 Checksum on httpd-2.4.12.tar.gz passed.
File already exists
MD5 Checksum on apr-1.5.1.tar.gz passed.
File already exists
MD5 Checksum on apr-util-1.5.4.tar.gz passed.
File already exists
MD5 Checksum on patches/mod_suexec_directory.patch passed.
File already exists
MD5 Checksum on patches/suexec-safe.patch passed.
File already exists
MD5 Checksum on patches/sdbm_private.patch passed.
File already exists
MD5 Checksum on httpd_2 passed.
File already exists
MD5 Checksum on httpd_2_freebsd passed.
File already exists
MD5 Checksum on httpd_2_debian passed.
Backing up certificate and key, and turning off httpd for DirectAdmins's check.
Found /usr/local/directadmin/custombuild/httpd-2.4.12.tar.gz
Extracting /usr/local/directadmin/custombuild/httpd-2.4.12.tar.gz...
Found /usr/local/directadmin/custombuild/apr-1.5.1.tar.gz
Extracting /usr/local/directadmin/custombuild/apr-1.5.1.tar.gz...
Found /usr/local/directadmin/custombuild/apr-util-1.5.4.tar.gz
Extracting /usr/local/directadmin/custombuild/apr-util-1.5.4.tar.gz...
File already exists
MD5 Checksum on harden-symlinks-2.4.patch passed.
Patching apache for hardened symlinks patch...
patching file include/http_core.h
patching file server/core.c
Hunk #2 succeeded at 1555 (offset 7 lines).
Hunk #3 succeeded at 1747 (offset 17 lines).
Patching srclib/apr-util/dbm/sdbm/sdbm_private.h...
patching file dbm/sdbm/sdbm_private.h
Patching apache to suexec safedir path...
patching file configure.in
Hunk #1 succeeded at 744 (offset 4 lines).
patching file support/suexec.c
Patching apache to allow SuexecUserGroup in Directory context...
patching file modules/generators/mod_suexec.c
patching file support/suexec.c
Configuring httpd-2.4.12
acinclude.m4:7: warning: underquoted definition of APACHE_HELP_STRING
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
acinclude.m4:12: warning: underquoted definition of APACHE_SUBST
acinclude.m4:19: warning: underquoted definition of APACHE_FAST_OUTPUT
acinclude.m4:25: warning: underquoted definition of APACHE_GEN_CONFIG_VARS
acinclude.m4:115: warning: underquoted definition of APACHE_GEN_MAKEFILES
acinclude.m4:122: warning: underquoted definition of APACHE_OUTPUT
acinclude.m4:131: warning: underquoted definition of APACHE_TYPE_RLIM_T
acinclude.m4:154: warning: underquoted definition of APACHE_MODPATH_INIT
acinclude.m4:166: warning: underquoted definition of APACHE_MODPATH_FINISH
acinclude.m4:184: warning: underquoted definition of APACHE_MODPATH_ADD
acinclude.m4:230: warning: underquoted definition of APACHE_MPM_MODULE
acinclude.m4:307: warning: underquoted definition of APACHE_MODULE
acinclude.m4:408: warning: underquoted definition of APACHE_ENABLE_MODULES
acinclude.m4:468: warning: underquoted definition of APACHE_REQUIRE_CXX
acinclude.m4:482: warning: underquoted definition of APACHE_CHECK_OPENSSL
acinclude.m4:603: warning: underquoted definition of APACHE_SUBST_EXPANDED_ARG
acinclude.m4:610: warning: underquoted definition of APACHE_EXPORT_ARGUMENTS
sh: /usr/local/bin/autoconf: No such file or directory
Can't exec "/usr/local/bin/autoconf": No such file or directory at /usr/local/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run /usr/local/bin/autoconf: No such file or directory
/usr/local/directadmin/custombuild/configure/ap2/configure.apache: line 3: ./configure: No such file or directory

*** There was an error while trying to configure Apache 2. Check the configure/ap2/configure.apache file
 
Try:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build autoconf
 
Back
Top