Compiling Apache 2.2.14 on 64 bit AIX 6.1

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 <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Brian Gaber [ Di, 08 Dezember 2009 14:47 ] [ ID #2025123 ]

Re: Compiling Apache 2.2.14 on 64 bit AIX 6.1

On Tue, Dec 8, 2009 at 8:47 AM, Brian Gaber
<Brian.Gaber [at] tpsgc-pwgsc.gc.ca> 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.

--
Eric Covener
covener [at] gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Eric Covener [ Di, 08 Dezember 2009 15:09 ] [ ID #2025124 ]

RE: Compiling Apache 2.2.14 on 64 bit AIX 6.1

> 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 [at] 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 <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Brian Gaber [ Di, 08 Dezember 2009 16:40 ] [ ID #2025127 ]
Webserver » gmane.comp.apache.user » Compiling Apache 2.2.14 on 64 bit AIX 6.1

Vorheriges Thema: Problems with mod_ssl and mod_proxy
Nächstes Thema: A question about session-id problem