This is a discussion on Apache 2.0.54 compilation fails on AIX 5.1.0.0 within the Linux Web Servers forums, part of the Web Server and Related Forums category; Hi, I am trying to compile apache 2.0.54 using the below config settings. $ CC=xlc_r ./configure \ > --with-...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I am trying to compile apache 2.0.54 using the below config settings. $ CC=xlc_r ./configure \ > --with-mpm=worker --enable-so --enable-layout=Apache \ > --enable-mods-shared=most --enable-maintainer-mode \ > --with-expat=`pwd`/srclib/apr-util/xml/expat \ > --enable-static-support --prefix=/dbtpwm/pbccoadm/apache2 After executing the above, when I tried "make" command, I am getting the below errors. Pls help to resolve this issue. Thanks. Making all in support Target "local-all" is up to date. Target "all" is up to date. /dbtpwm/pbccoadm/Apache/httpd-2.0.54/srclib/apr/libtool --silent -- mode= compile xlc_r -g -qHALT=E -qfullpath -qinitauto=FE -qcheck=all -qinfo=pro - U __STR__ -D_THREAD_SAFE -D_USE_IRS -DAP_DEBUG - I/dbtpwm/pbccoadm/Apache/httpd- 2.0.54/srclib/apr/include -I/dbtpwm/pbccoadm/Apache/httpd-2.0.54/srclib/apr- util /include -I/dbtpwm/pbccoadm/Apache/httpd-2.0.54/srclib/apr-util/xml/expat/lib - I .. -I/dbtpwm/pbccoadm/Apache/httpd-2.0.54/os/unix - I/dbtpwm/pbccoadm/Apache/httpd -2.0.54/server/mpm/worker -I/dbtpwm/pbccoadm/Apache/httpd-2.0.54/modules/http - I /dbtpwm/pbccoadm/Apache/httpd-2.0.54/modules/filters - I/dbtpwm/pbccoadm/Apache/h ttpd-2.0.54/modules/proxy -I/dbtpwm/pbccoadm/Apache/httpd-2.0.54/include - I/dbtp wm/pbccoadm/Apache/httpd-2.0.54/modules/generators - I/dbtpwm/pbccoadm/Apache/htt pd-2.0.54/modules/dav/main -prefer-non-pic -static -c modules.c && touch modules ..lo /dbtpwm/pbccoadm/Apache/httpd-2.0.54/srclib/apr/libtool --silent -- mode= link xlc_r -g -qHALT=E -qfullpath -qinitauto=FE -qcheck=all -qinfo=pro - U__S TR__ -D_THREAD_SAFE -D_USE_IRS -DAP_DEBUG -I/dbtpwm/pbccoadm/Apache/httpd- 2.0 ..54/srclib/apr/include -I/dbtpwm/pbccoadm/Apache/httpd-2.0.54/srclib/apr- util/in clude -I/dbtpwm/pbccoadm/Apache/httpd-2.0.54/srclib/apr-util/xml/expat/lib - I. - I/dbtpwm/pbccoadm/Apache/httpd-2.0.54/os/unix -I/dbtpwm/pbccoadm/Apache/httpd- 2. 0.54/server/mpm/worker -I/dbtpwm/pbccoadm/Apache/httpd-2.0.54/modules/http - I/db tpwm/pbccoadm/Apache/httpd-2.0.54/modules/filters - I/dbtpwm/pbccoadm/Apache/http d-2.0.54/modules/proxy -I/dbtpwm/pbccoadm/Apache/httpd-2.0.54/include - I/dbtpwm/ pbccoadm/Apache/httpd-2.0.54/modules/generators - I/dbtpwm/pbccoadm/Apache/httpd- 2.0.54/modules/dav/main -export-dynamic -Wl,-brtl - L/dbtpwm/pbccoadm/Apache/http d-2.0.54/srclib/apr-util/xml/expat/lib -o httpd modules.lo -Wl,-uXML_Parse - W l,-bE:/dbtpwm/pbccoadm/Apache/httpd-2.0.54/server/httpd.exp modules/http/mod_htt p.la modules/mappers/mod_so.la server/mpm/worker/libworker.la server/libmain.l a os/unix/libos.la /dbtpwm/pbccoadm/Apache/httpd- 2.0.54/srclib/pcre/libpcre.la /dbtpwm/pbccoadm/Apache/httpd-2.0.54/srclib/apr-util/libaprutil- 0.la /dbtpwm/pb ccoadm/Apache/httpd-2.0.54/srclib/apr-util/xml/expat/lib/libexpat.la - liconv /db tpwm/pbccoadm/Apache/httpd-2.0.54/srclib/apr/libapr-0.la -lm -lnsl -lpthread ld: 0711-317 ERROR: Undefined symbol: .apr_setup_signal_thread ld: 0711-317 ERROR: Undefined symbol: .apr_threadattr_create ld: 0711-317 ERROR: Undefined symbol: .apr_threadattr_detach_set ld: 0711-317 ERROR: Undefined symbol: .apr_thread_create ld: 0711-317 ERROR: Undefined symbol: .apr_signal_thread ld: 0711-317 ERROR: Undefined symbol: .apr_thread_join ld: 0711-317 ERROR: Undefined symbol: .apr_thread_cond_destroy ld: 0711-317 ERROR: Undefined symbol: .apr_thread_mutex_destroy ld: 0711-317 ERROR: Undefined symbol: .apr_thread_mutex_lock ld: 0711-317 ERROR: Undefined symbol: .apr_thread_mutex_unlock ld: 0711-317 ERROR: Undefined symbol: .apr_thread_cond_broadcast ld: 0711-317 ERROR: Undefined symbol: .apr_thread_cond_wait ld: 0711-317 ERROR: Undefined symbol: .apr_thread_cond_signal ld: 0711-317 ERROR: Undefined symbol: .apr_thread_mutex_create ld: 0711-317 ERROR: Undefined symbol: .apr_thread_cond_create ld: 0711-317 ERROR: Undefined symbol: .apr_thread_exit ld: 0711-317 ERROR: Undefined symbol: .apr_thread_pool_get ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8. Stop. make: 1254-004 The error code from the last command is 1. Stop. |
| Thread Tools | |
| Display Modes | |
|
|