I neither claim to ben nor wish to be a dev, but I was told that "testers" should post here. Over time, I'll learn more about the components, but I am guessing the libtool delivered with the alpha release is broken somehow for AIX. Not really surprising actually.
If anyone is interested, please provide a "tester" with a few hints - and I shall try to move this forward. Your time and my time needs to be used efficiently. My taking stabs at what it might be - even if it is sometimes interesting, is generally a waste of my time. Thanks again for the hints of "failed-build"-past. Michael On Mon, Dec 14, 2009 at 1:27 AM, Michael Felt <[email protected]> wrote: > tried with ksh -x > what i fear now is that it is a libtool thing. > > as i am running as root on this system i get less error messages than on my > normal system. > > tail of libtool command with ksh-x as prefix... > > + test install = execute > + test install = finish > + test install = install > + func_mode_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. > > Suggestions welcome. I do not really know libtool insides. > > > On Thu, Dec 10, 2009 at 11:28 PM, Michael Felt <[email protected]> wrote: > >> not sure if it is relevant, but target... >> # ls -ld /opt/aixt/apache2/modules/ >> drwxr-xr-x 2 root system 256 Dec 10 16:50 >> /opt/aixt/apache2/modules/ >> # ls -l /opt/aixt/apache2/modules/ >> total 0 >> # df /opt/aixt/apache2/modules/ >> Filesystem 512-blocks Free %Used Iused %Iused Mounted on >> /dev/hd10opt 327680 130464 61% 2132 13% /opt >> >> >> >> On Thu, Dec 10, 2009 at 11:26 PM, Michael Felt <[email protected]> wrote: >> >>> 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. >>>> >>> >>> >> >
