Re: [users@httpd] build apache 2.4 with ldap support on aix

2014-07-07 Thread Eric Covener
On Mon, Jul 7, 2014 at 11:15 AM, Elizabeth Gerrards wrote: > adding "-qHALT=E" to CFLAGS This should only happen with the following being true in configure: if $CC 2>&1 | grep 'xlc' > /dev/null; then It's what is getting you your xlc-specific options despite using gcc. -- Eric

[users@httpd] build apache 2.4 with ldap support on aix

2014-07-07 Thread Elizabeth Gerrards
I recently send a post on "http://www.apachelounge.com";. I had no solution, but someone told me that the best solution was tihs users's list. So I try ! I search in the FAQ, but it didn't help me Subject : I try to build apache 2.4.9 with ldap support on AIX 7.1 Without ldap support, thi