You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tommy Forrest <tf...@shellworld.net> on 2003/10/09 21:04:55 UTC

[users@httpd] Apache 2.0.47 on AIX 5.1 failing to compile.

Hello.  I'm trying to compile Apache httpd 2.0.47 on AIX 5.1.  Its not
been fun, but I've been following the excellent guide at
http://www.apache.org/~trawick/tomcataix.html#mod_jk2_gcc.

I've successfully ./configured the source.  However, after the system
grinds and turns it spits out the following error that I'm a bit confused
with.  Goggle turned up very little info (and no info for 2.x) on this
error.

Can anyone shed some light on how to go about troubleshooting this error?

Thanks in advance for your time!


       /bin/sh /tommy/httpd-2.0.47/srclib/apr/libtool --silent
--mode=compile gcc  -g -O2 -pthread    -U__STR__ -D_THREAD_SAFE -D_USE_IRS
-DAP_HAVE_DESIGNATED_INITIALIZER
-I/tommy/httpd-2.0.47/srclib/apr/include
-I/tommy/httpd-2.0.47/srclib/apr-util/include
-I/tommy/httpd-2.0.47/srclib/apr-util/xml/expat/lib -I.
-I/tommy/httpd-2.0.47/os/unix -I/tommy/httpd-2.0.47/server/mpm/prefork
-I/tommy/httpd-2.0.47/modules/http -I/tommy/httpd-2.0.47/modules/filters
-I/tommy/httpd-2.0.47/modules/proxy -I/tommy/httpd-2.0.47/include
-I/tommy/httpd-2.0.47/modules/dav/main  -c modules.c && touch modules.lo
        /bin/sh /tommy/httpd-2.0.47/srclib/apr/libtool --silent
--mode=link gcc  -g -O2 -pthread    -U__STR__ -D_THREAD_SAFE -D_USE_IRS
-DAP_HAVE_DESIGNATED_INITIALIZER
-I/tommy/httpd-2.0.47/srclib/apr/include
-I/tommy/httpd-2.0.47/srclib/apr-util/include
-I/tommy/httpd-2.0.47/srclib/apr-util/xml/expat/lib -I.
-I/tommy/httpd-2.0.47/os/unix -I/tommy/httpd-2.0.47/server/mpm/prefork
-I/tommy/httpd-2.0.47/modules/http -I/tommy/httpd-2.0.47/modules/filters
-I/tommy/httpd-2.0.47/modules/proxy -I/tommy/httpd-2.0.47/include
-I/tommy/httpd-2.0.47/modules/dav/main -export-dynamic -Wl,-brtl
-L/tommy/httpd-2.0.47/srclib/apr-util/xml/expat/lib   -o httpd  modules.lo
-Wl,-uXML_Parse -Wl,-bE:/tommy/httpd-2.0.47/server/httpd.exp
modules/http/mod_http.la modules/mappers/mod_so.la
server/mpm/prefork/libprefork.la  server/libmain.la  os/unix/libos.la
/tommy/httpd-2.0.47/srclib/pcre/libpcre.la
/tommy/httpd-2.0.47/srclib/apr-util/libaprutil-0.la
/tommy/httpd-2.0.47/srclib/apr-util/xml/expat/lib/libexpat.la -liconv
/tommy/httpd-2.0.47/srclib/apr/libapr-0.la -lm -lnsl
ld: 0711-319 WARNING: Exported symbol not defined: ap_preloaded_modules
ld: 0711-319 WARNING: Exported symbol not defined: ap_prelinked_modules
ld: 0711-317 ERROR: Undefined symbol: ap_preloaded_modules
ld: 0711-317 ERROR: Undefined symbol: ap_prelinked_modules
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.




---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache 2.0.47 on AIX 5.1 failing to compile.

Posted by Frank Karrari <ne...@hotmail.com>.
This a link error, make sure the file set bos.adt for libm and
X11.compat.adt.Motif12
from CD#3 installed currectly.

Frank

----- Original Message ----- 
From: "Tommy Forrest" <tf...@shellworld.net>
To: <us...@httpd.apache.org>
Sent: Thursday, October 09, 2003 12:04 PM
Subject: [users@httpd] Apache 2.0.47 on AIX 5.1 failing to compile.


> Hello.  I'm trying to compile Apache httpd 2.0.47 on AIX 5.1.  Its not
> been fun, but I've been following the excellent guide at
> http://www.apache.org/~trawick/tomcataix.html#mod_jk2_gcc.
>
> I've successfully ./configured the source.  However, after the system
> grinds and turns it spits out the following error that I'm a bit confused
> with.  Goggle turned up very little info (and no info for 2.x) on this
> error.
>
> Can anyone shed some light on how to go about troubleshooting this error?
>
> Thanks in advance for your time!
>
>
>        /bin/sh /tommy/httpd-2.0.47/srclib/apr/libtool --silent
> --mode=compile gcc  -g -O2 -pthread    -U__STR__ -D_THREAD_SAFE -D_USE_IRS
> -DAP_HAVE_DESIGNATED_INITIALIZER
> -I/tommy/httpd-2.0.47/srclib/apr/include
> -I/tommy/httpd-2.0.47/srclib/apr-util/include
> -I/tommy/httpd-2.0.47/srclib/apr-util/xml/expat/lib -I.
> -I/tommy/httpd-2.0.47/os/unix -I/tommy/httpd-2.0.47/server/mpm/prefork
> -I/tommy/httpd-2.0.47/modules/http -I/tommy/httpd-2.0.47/modules/filters
> -I/tommy/httpd-2.0.47/modules/proxy -I/tommy/httpd-2.0.47/include
> -I/tommy/httpd-2.0.47/modules/dav/main  -c modules.c && touch modules.lo
>         /bin/sh /tommy/httpd-2.0.47/srclib/apr/libtool --silent
> --mode=link gcc  -g -O2 -pthread    -U__STR__ -D_THREAD_SAFE -D_USE_IRS
> -DAP_HAVE_DESIGNATED_INITIALIZER
> -I/tommy/httpd-2.0.47/srclib/apr/include
> -I/tommy/httpd-2.0.47/srclib/apr-util/include
> -I/tommy/httpd-2.0.47/srclib/apr-util/xml/expat/lib -I.
> -I/tommy/httpd-2.0.47/os/unix -I/tommy/httpd-2.0.47/server/mpm/prefork
> -I/tommy/httpd-2.0.47/modules/http -I/tommy/httpd-2.0.47/modules/filters
> -I/tommy/httpd-2.0.47/modules/proxy -I/tommy/httpd-2.0.47/include
> -I/tommy/httpd-2.0.47/modules/dav/main -export-dynamic -Wl,-brtl
> -L/tommy/httpd-2.0.47/srclib/apr-util/xml/expat/lib   -o httpd  modules.lo
> -Wl,-uXML_Parse -Wl,-bE:/tommy/httpd-2.0.47/server/httpd.exp
> modules/http/mod_http.la modules/mappers/mod_so.la
> server/mpm/prefork/libprefork.la  server/libmain.la  os/unix/libos.la
> /tommy/httpd-2.0.47/srclib/pcre/libpcre.la
> /tommy/httpd-2.0.47/srclib/apr-util/libaprutil-0.la
> /tommy/httpd-2.0.47/srclib/apr-util/xml/expat/lib/libexpat.la -liconv
> /tommy/httpd-2.0.47/srclib/apr/libapr-0.la -lm -lnsl
> ld: 0711-319 WARNING: Exported symbol not defined: ap_preloaded_modules
> ld: 0711-319 WARNING: Exported symbol not defined: ap_prelinked_modules
> ld: 0711-317 ERROR: Undefined symbol: ap_preloaded_modules
> ld: 0711-317 ERROR: Undefined symbol: ap_prelinked_modules
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> information.
> collect2: ld returned 8 exit status
> make: 1254-004 The error code from the last command is 1.
>
>
> Stop.
> make: 1254-004 The error code from the last command is 1.
>
>
>
>
> ---------------------------------------------------------------------
> 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@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org