I have been trying to install/compile Apache Subversion 1.9.5 with HTTPD-2.2.32, and it’s been failing consistently. Someone mentioned that Subversion1.9.5 may not have been fully tested with HTTPD2.2.x. So I decided to install httpd-2.4.25 on the same machine and give it a try. Except that I am getting errors when building httpd-2.2.32. Config command line is as follows: It was created by configure, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --enable-so –enable-dav --prefix=/opt/eai/ci/httpd-2.4.25/apache --with-iconv=/opt/eai/ci/libiconv-1.15/libiconv/lib --with-apr=/opt/fre eware/bin/apr-1-config --with-apr-util=/opt/freeware/bin --with-pcre=/opt/eai/ci/httpd-2.2.32/pcre/pcre-config There are no significant errors in config, as far as I can see. The make fails with the following: Target "shared-build" is up to date. Building shared: mod_authn_file.la mod_authn_dbm.la mod_authn_anon.la mod_authn_dbd.la mod_authn_socache.la mod_authn_core.la mod_authz_host .la mod_authz_groupfile.la mod_authz_user.la mod_authz_dbm.la mod_authz_owner.la mod_authz_dbd.la mod_authz_core.la mod_authnz_ldap.la mod_a ccess_compat.la mod_auth_basic.la mod_auth_form.la mod_auth_digest.la mod_allowmethods.la /opt/freeware/lib/apr-1/build/libtool --silent --mode=compile gcc -std=gnu99 -qHALT=E -U__STR__ -D_THREAD_SAFE -D_USE_IRS -D_L ARGEFILE64_SOURCE -I. -I/opt/eai/ci/httpd-2.4.25/os/unix -I/opt/eai/ci/httpd-2.4.25/include -I/opt/freeware/include/apr-1 -I/opt/eai/ci/ httpd-2.2.32/pcre/include -I/opt/eai/ci/httpd-2.4.25/modules/aaa -I/opt/eai/ci/httpd-2.4.25/modules/cache -I/opt/eai/ci/httpd-2.4.25/modules /core -I/opt/eai/ci/httpd-2.4.25/modules/database -I/opt/eai/ci/httpd-2.4.25/modules/filters -I/opt/eai/ci/httpd-2.4.25/modules/ldap -I/opt/ eai/ci/httpd-2.4.25/modules/loggers -I/opt/eai/ci/httpd-2.4.25/modules/lua -I/opt/eai/ci/httpd-2.4.25/modules/proxy -I/opt/eai/ci/httpd-2.4. 25/modules/session -I/opt/eai/ci/httpd-2.4.25/modules/ssl -I/opt/eai/ci/httpd-2.4.25/modules/test -I/opt/eai/ci/httpd-2.4.25/server -I/opt/e ai/ci/httpd-2.4.25/modules/arch/unix -I/opt/eai/ci/httpd-2.4.25/modules/dav/main -I/opt/eai/ci/httpd-2.4.25/modules/generators -I/opt/eai/ci /httpd-2.4.25/modules/mappers -prefer-pic -c mod_authn_file.c && touch mod_authn_file.slo gcc: unrecognized option '-qHALT=E' /opt/freeware/lib/apr-1/build/libtool --silent --mode=link gcc -std=gnu99 -qHALT=E -Wl,-brtl -Wl,-brtl -o mod_authn_file.l a -rpath /opt/eai/ci/httpd-2.4.25/apache/modules -module -avoid-version mod_authn_file.lo /opt/freeware/lib/apr-1/build/libtool[3447]: cc: not found make: 1254-004 The error code from the last command is 127. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. I am using previously installed apr and apr-util, as well as pcre for httpd2.2.32. Can you guys provide some guidance ? It’s really appreciated. Thanks |