Success - well almost. Was this also covered in the VOTE thread? ==== Making install in modules Making install in aaa rm -f /opt/aixt/apache2/modules/mod_authn_file.so /data/prj/alpha/httpd-2.3.4-alpha/srclib/apr/libtool --silent --mode=install install mod_authn_file.la /opt/aixt/apache2/modules/ find: bad status-- /opt/aixt/apache2/modules/mod_authn_file.la install: File mod_authn_file.lai was not found. make: 1254-004 The error code from the last command is 2.
Stop. make: 1254-004 The error code from the last command is 1. ==== # find . -name mod_authn_file.\* ./docs/manual/mod/mod_authn_file.html ./docs/manual/mod/mod_authn_file.html.en ./docs/manual/mod/mod_authn_file.html.fr ./docs/manual/mod/mod_authn_file.html.ja.utf8 ./docs/manual/mod/mod_authn_file.html.ko.euc-kr ./modules/aaa/mod_authn_file.c ./modules/aaa/mod_authn_file.dsp ./modules/aaa/mod_authn_file.o ./modules/aaa/.libs/mod_authn_file.lai ./modules/aaa/.libs/mod_authn_file.la ./modules/aaa/mod_authn_file.la ./modules/aaa/mod_authn_file.slo ./modules/aaa/mod_authn_file.lo ==== So, what did I miss :) On Thu, Dec 10, 2009 at 5:24 PM, Michael Felt <[email protected]> wrote: > OK. needed a few tools added, but the configure and make are successful. > And now something I have been unsuccessful with. > > A test suite? make test just says target "test" is up to date. > > Thanks. > > > On Thu, Dec 10, 2009 at 5:27 PM, Jeff Trawick <[email protected]> wrote: > >> On Thu, Dec 10, 2009 at 10:12 AM, Michael Felt <[email protected]> wrote: >> >> > 3. Run ./configure as: >> > $ ./configure --prefix=/opt/aixt/apache2 --enable-layout=Apache >> > --enable-module=so --enable-mods-shared=most --with-pcre=/opt/aixt >> > --with-z=/opt/freeware >> ... >> > 4. rm the /data/prj/httpd-2.3.4-alpha directory, restore from downloads >> and >> > repeat configure and watch... >> > >> > perhaps expat is a hidden (to me) dependency: >> > >> > configuring package in xml/expat now >> > checking build system type... rs6000-ibm-aix >> > checking host system type... rs6000-ibm-aix >> > checking target system type... rs6000-ibm-aix >> > >> /data/prj/alpha/httpd-2.3.4-alpha/srclib/apr-util/xml/expat/configure[2462]: >> > syntax error >> > at line 3321 : `(' unexpected >> > configure failed for xml/expat >> >> it is all over at this point >> >> This problem was reported earlier >> (http://www.mail-archive.com/[email protected]/msg46586.html). See >> the comment there. >> > >
