RE: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-28 Thread Brian Gaber
From: Michael Felt [mailto:mamf...@gmail.com] Sent: Thursday, June 14, 2012 5:38 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++ I have gotten it to compile (5.3.14) - and what I needed to add for the IBM compiler was -qla

RE: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-28 Thread Brian Gaber
quot;, line 626.10: 1506-296 (S) #include file not found. make: 1254-004 The error code from the last command is 1. Stop. ____________ From: Michael Felt [mailto:mamf...@gmail.com] Sent: Thursday, June 14, 2012 5:38 PM To: users@httpd.apache.org Subject: Re: [users@http

Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-17 Thread Michael Felt
* > > -qcpluscmt > > ** ** > > ** ** > > ** ** > > *From:* Michael Felt [mailto:mamf...@gmail.com] > *Sent:* Thursday, June 14, 2012 2:38 PM > > *To:* users@httpd.apache.org > *Subject:* Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 > with gcc/g++ > >

RE: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-14 Thread Bennett, Tony
@httpd.apache.org Subject: Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++ I have gotten it to compile (5.3.14) - and what I needed to add for the IBM compiler was -qlangval=extc99 so that it would accept c++ like comments (starting with //) The other problem I have, and it is an

Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-14 Thread Michael Felt
Felt [mailto:mamf...@gmail.com] > *Sent:* Thursday, June 14, 2012 11:52 AM > > *To:* users@httpd.apache.org > *Subject:* Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 > with gcc/g++ > > Now I need to see if I actually put everything needed in > ./build/aix/READ

RE: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-14 Thread Brian Gaber
@httpd.apache.org Subject: Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++ Now I need to see if I actually put everything needed in ./build/aix/README for httpd. Starting point for me is: use neither /usr(/local) nor /opt/freeware (as I am trying to be independent of "old&q

Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-14 Thread Michael Felt
in/apxs \ > --with-mysql=/usr/local/mysql \ > --with-libxml-dir=/opt/freeware \ > --with-zlib-dir=/opt/freeware > > Thanks. > > Brian > ---------- > *From:* Michael Felt [mailto:mamf...@gmail.com] > *Sent:* Wednesday, June 13, 2012 3:58 PM > > *To:*

RE: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-14 Thread Brian Gaber
] Sent: Wednesday, June 13, 2012 3:58 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++ started with php build. 1st real error is a syntax error in the embedded sqlite. After building an external version of sqlite (3.6.22 was the

Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-13 Thread Michael Felt
4 and all fail >>> at some point. Against Apache 2.2.x I have not problem compiling PHP. >>> >>> Cheers. >>> >>> Brian >>> >>> -- >>> *From:* Michael Felt [mailto:mamf...@gmail.com] >>> *Sen

Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-13 Thread Michael Felt
P. >> >> Cheers. >> >> Brian >> >> ------ >> *From:* Michael Felt [mailto:mamf...@gmail.com] >> *Sent:* Tuesday, June 12, 2012 5:17 PM >> *To:* users@httpd.apache.org >> *Subject:* Re: [users@httpd] Compiling/In

Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-13 Thread Michael Felt
m compiling PHP. > > Cheers. > > Brian > > -- > *From:* Michael Felt [mailto:mamf...@gmail.com] > *Sent:* Tuesday, June 12, 2012 5:17 PM > *To:* users@httpd.apache.org > *Subject:* Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 > with gcc/g+

RE: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-13 Thread Brian Gaber
e not problem compiling PHP. Cheers. Brian From: Michael Felt [mailto:mamf...@gmail.com] Sent: Tuesday, June 12, 2012 5:17 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++ There are some "m

Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-12 Thread Michael Felt
There are some "more recent" gcc builds for AIX available via: http://www.perzl.org/aix/index.php?n=Main.Gcc *Current versions:* - AIX5L V5.1: v4.5.3-2 - AIX5L V5.2: v4.6.3-2 - AIX5L V5.3: v4.6.3-2 - AIX V6.1: v4.6.3-2 - AIX V7.1: v4.6.3-2 RPM's being what they are - there are sev

Re: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-05-30 Thread Eric Covener
On Wed, May 30, 2012 at 1:38 PM, Reimer, George wrote: > My browser tells me that “It Works!”  but it took a couple days of banging > my head against the wall. I encountered the following rough spots and > eventually stumbled over their solutions as noted: can you share your gcc experience here i

[users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-05-30 Thread Reimer, George
My browser tells me that "It Works!" but it took a couple days of banging my head against the wall. I encountered the following rough spots and eventually stumbled over their solutions as noted: 1) No libpcre This is a pre-requisite for httpd, I did not have it. I downloaded version 8.3