Not much extra that means anything to me: # /data/prj/alpha/httpd-2.3.4-alpha/srclib/apr/libtool --mode=install install mod_authn_file.la /opt/aixt/apache2/modules/ libtool: install: install .libs/mod_authn_file.lai /opt/aixt/apache2/modules/mod_authn_file.la find: bad status-- /opt/aixt/apache2/modules/mod_authn_file.la install: File mod_authn_file.lai was not found. # du 1352 ./.libs 4048 . # pwd /data/prj/alpha/httpd-2.3.4-alpha/modules/aaa
On Thu, Dec 10, 2009 at 7:28 PM, Jeff Trawick <[email protected]> wrote: > On Thu, Dec 10, 2009 at 12:44 PM, Michael Felt <[email protected]> wrote: > > 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. > > You may get a better idea if you run the libtool command manually > without the "--silent" option. >
