Re: [users@httpd] Problems building httpd on AIX 6.1 64 bit with GCC

2012-02-02 Thread Ignaz Birnstingl
apr did the trick. The wrong path to the odbc libraries was still in the Makefile and I did not find a configure option to change that but that is easily fixed up in the Makefile itself. Thanks again, -- Ignaz 2012/2/2 Eric Covener : > On Thu, Feb 2, 2012 at 10:22 AM, Ignaz Birnstingl wro

[users@httpd] Problems building httpd on AIX 6.1 64 bit with GCC

2012-02-02 Thread Ignaz Birnstingl
Hi, I'm trying to build Apache 2.2.22 on AIX 6.1 PPC 64 bit with gcc 4.4.6. The configure line looks like this: LDFLAGS="-maix64" LD=gcc AR="ar -X 64" CFLAGS="-maix64" ./configure --prefix=/home/labuser/apache/httpd-22-x64 --enable-mods-shared=all --enable-cache --enable-mem-cache --enable-headers