Building 2.3.4.alpha on AIX 6.1

2009-12-10 Thread Michael Felt
Ok, the vote thread was interesting, but very long. Thanks for the hints - they helped, but I was still having issues. To get as clean a build environment I started with a new one. Hopefully, this will reveal any hidden dependencies (hidden to me at least). Your help in resolving these missing

Re: Building 2.3.4.alpha on AIX 6.1

2009-12-10 Thread Jeff Trawick
On Thu, Dec 10, 2009 at 10:12 AM, Michael Felt 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, r

Re: Building 2.3.4.alpha on AIX 6.1

2009-12-10 Thread Michael Felt
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 wrote: > On Thu, Dec 10, 2009 at 10:12 AM, Michael Felt

Re: Building 2.3.4.alpha on AIX 6.1

2009-12-10 Thread Michael Felt
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/ f

Re: Building 2.3.4.alpha on AIX 6.1

2009-12-10 Thread Jeff Trawick
On Thu, Dec 10, 2009 at 12:44 PM, Michael Felt 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 --

Re: Building 2.3.4.alpha on AIX 6.1

2009-12-10 Thread Michael Felt
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/m

Re: Building 2.3.4.alpha on AIX 6.1

2009-12-10 Thread Michael Felt
not sure if it is relevant, but target... # ls -ld /opt/aixt/apache2/modules/ drwxr-xr-x2 root system 256 Dec 10 16:50 /opt/aixt/apache2/modules/ # ls -l /opt/aixt/apache2/modules/ total 0 # df /opt/aixt/apache2/modules/ Filesystem512-blocks Free %UsedIused %Iused Moun

Re: Building 2.3.4.alpha on AIX 6.1

2009-12-13 Thread Michael Felt
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_instal

Re: Building 2.3.4.alpha on AIX 6.1

2009-12-15 Thread Michael Felt
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 pr

Re: Building 2.3.4.alpha on AIX 6.1

2009-12-16 Thread Graham Leggett
Michael Felt wrote: > > > > 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 > --si

Re: Building 2.3.4.alpha on AIX 6.1

2009-12-18 Thread Michael Felt
installed over my regular install (fortunately I was not root) and I suspect that there is something "unusual" abou where it is looking for the files (not in . or it would find them) === older post = dev@httpd.apache.org dateThu, Dec 10, 2009 at 6:44 PMsubjectRe: Building 2.3.4.al

Re: Building 2.3.4.alpha on AIX 6.1

2009-12-18 Thread Michael Felt
not in . or it would find them) > === older post = > dev@httpd.apache.org > dateThu, Dec 10, 2009 at 6:44 PM subjectRe: Building 2.3.4.alpha on AIX > 6.1 mailed-bygmail.com > hide details Dec 10 (8 days ago) > > Success - well almost. Was this also covered in the VOTE t

Re: Building 2.3.4.alpha on AIX 6.1

2009-12-19 Thread Michael Felt
irectory. >> So I am curious why it is not found. >> >> I had different errors when I almost installed over my regular install >> (fortunately I was not root) and I suspect that there is something "unusual" >> abou where it is looking for the files (not in .

Re: Building 2.3.4.alpha on AIX 6.1

2009-12-21 Thread Michael Felt
hort, as far as I can tell, the file has been made and is sitting >>> inthe /aaa/.libs directory. >>> So I am curious why it is not found. >>> >>> I had different errors when I almost installed over my regular install >>> (fortunately I was not root) and I