Compiling Apache 2.2.14 on 64 bit AIX 6.1

Compiling Apache 2.2.14 on 64 bit AIX 6.1

am 08.12.2009 14:47:31 von Brian Gaber

After I build and install Apache in the /modules/ directory I
have paired files like libmod_dbd.a and mod_dbd.la. The httpd.conf has
all modules with a .so extension. Have I compiled incorrectly? Here is
the compile environment:

export CC=3D"cc_r -q64"
export CFLAGS=3D"-qmaxmem=3D16384 -DSYSV -D_AIX61 -D_ALL_SOURCE
-DFUNCPROTO=3D15 -O -I/opt/freeware/include"
export CXX=3D"xlC"
export CXXFLAGS=3D$CFLAGS
export LD=3Dld
export LDFLAGS=3D"-L/opt/freeware/lib"
export OBJECT_MODE=3D64

Here is the configure statement:

../configure \
--with-mpm=3Dprefork \
--with-ssl=3D/opt/freeware \
--enable-cern-meta \
--enable-dbd \
--enable-deflate \
--enable-expires \
--enable-info \
--enable-proxy \
--enable-rewrite \
--enable-speling \
--enable-ssl \
--enable-vhost-alias \
--enable-mods-shared=3D"cern_meta dbd deflate expires info proxy rewrite
speling ssl vhost_alias"

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Compiling Apache 2.2.14 on 64 bit AIX 6.1

am 08.12.2009 15:09:46 von Eric Covener

On Tue, Dec 8, 2009 at 8:47 AM, Brian Gaber
wrote:
>
> =A0 =A0 =A0 =A0After I build and install Apache in the /modules/ director=
y I
> have paired files like libmod_dbd.a and mod_dbd.la. =A0The httpd.conf has
> all modules with a .so extension. =A0Have I compiled incorrectly? =A0Here=
is
> the compile environment:

Google can find the thread titled "problem with build on AIX 6.1" from
the development list.

--=20
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

RE: Compiling Apache 2.2.14 on 64 bit AIX 6.1

am 08.12.2009 16:40:24 von Brian Gaber

> Google can find the thread titled "problem with build on AIX 6.1" from
the development list.

Thanks, this gave me the information to fix my problem:
http://www.mail-archive.com/dev@httpd.apache.org/msg45729.ht ml

I replaced the four Apache httpd config.guess with the AutoMake
config.guess that contains *:AIX:*:[456]

I compiled exactly the same way as before and now I get modules with the
so extension.

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org