You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Lucuk, Pete" <pe...@ngc.com> on 2006/11/10 18:08:20 UTC

[users@httpd] Apache 2.3.3 make problem

Hello and thank you for helping me.

I am a java guy, not a C guy, so I am lost for the most part on this
problem.

OS: Solaris 8
Compiler: /tools/fortedev/v6.2/SUNWspro/bin/cc
Apache src: 2.3.3

I do the below in the following order...

#1 ./configure --prefix=/data/dir/task24_mins/tools/web/apache/server
--enable-headers --enable-log_config --enable-mod_log_forensic
--enable-logio --enable-mod_proxy --enable-proxy_connect
--enable-proxy_http --enable-rewrite --enable-status --enable-ssl
--with-ssl=/data/dir/task24_mins/tools/web/apache/ssl

No errors, no problems

#2 then I do the following...

make

It chugs along for a while then I get the following errors...


ers/libmod_so.la  server/mpm/prefork/libprefork.la  os/unix/libos.la -lm
/data/dir/task24_mins/tools/web/apache/src/http
d-2.2.3/srclib/pcre/libpcre.la
/data/dir/task24_mins/tools/web/apache/src/httpd-2.2.3/srclib/apr-util/l
ibaprutil-1.la /d
ata/dir/task24_mins/tools/web/apache/src/httpd-2.2.3/srclib/apr-util/xml
/expat/lib/libexpat.la /data/dir/task24_min
s/tools/web/apache/src/httpd-2.2.3/srclib/apr/libapr-1.la -luuid
-lsendfile -lrt -lsocket -lnsl -lpthread -ldl 
ild: (undefined symbol) ap_proxy_canon_netloc -- referenced in the text
segment of modules/proxy/.libs/libmod_proxy_http.a(mo
d_proxy_http.o)
ild: (undefined symbol) ap_proxy_connect_backend -- referenced in the
text segment of modules/proxy/.libs/libmod_proxy_http.a
(mod_proxy_http.o)
ild: (undefined symbol) ap_proxy_checkproxyblock -- referenced in the
text segment of modules/proxy/.libs/libmod_proxy_connec
t.a(mod_proxy_connect.o)
ild: (undefined symbol) ap_proxy_ssl_enable -- referenced in the text
segment of modules/proxy/.libs/libmod_proxy_http.a(mod_
proxy_http.o)
ild: (undefined symbol) ap_proxy_pre_http_request -- referenced in the
text segment of modules/proxy/.libs/libmod_proxy_http.
a(mod_proxy_http.o)
ild: (undefined symbol) ap_proxy_acquire_connection -- referenced in the
text segment of modules/proxy/.libs/libmod_proxy_htt
p.a(mod_proxy_http.o)
ild: (undefined symbol) proxy_run_fixups -- referenced in the text
segment of modules/proxy/.libs/libmod_proxy_http.a(mod_pro
xy_http.o)
ild: (undefined symbol) ap_proxy_date_canon -- referenced in the text
segment of modules/proxy/.libs/libmod_proxy_http.a(mod_
proxy_http.o)
ild: (undefined symbol) ap_proxy_connect_to_backend -- referenced in the
text segment of modules/proxy/.libs/libmod_proxy_con
nect.a(mod_proxy_connect.o)
ild: (undefined symbol) ap_proxy_backend_broke -- referenced in the text
segment of modules/proxy/.libs/libmod_proxy_http.a(m
od_proxy_http.o)
ild: (undefined symbol) ap_proxy_make_fake_req -- referenced in the text
segment of modules/proxy/.libs/libmod_proxy_http.a(m
od_proxy_http.o)
ild: (undefined symbol) ap_proxy_connection_create -- referenced in the
text segment of modules/proxy/.libs/libmod_proxy_http
.a(mod_proxy_http.o)
ild: (undefined symbol) ap_proxy_release_connection -- referenced in the
text segment of modules/proxy/.libs/libmod_proxy_htt
p.a(mod_proxy_http.o)
ild: (undefined symbol) ap_proxy_cookie_reverse_map -- referenced in the
other text segment of modules/proxy/.libs/libmod_pro
xy_http.a(mod_proxy_http.o)
ild: (undefined symbol) proxy_hook_canon_handler -- referenced in the
text segment of modules/proxy/.libs/libmod_proxy_http.a
(mod_proxy_http.o)
ild: (undefined symbol) proxy_hook_canon_handler -- referenced in the
text segment of modules/proxy/.libs/libmod_proxy_connec
t.a(mod_proxy_connect.o)
ild: (undefined symbol) proxy_hook_scheme_handler -- referenced in the
text segment of modules/proxy/.libs/libmod_proxy_http.
a(mod_proxy_http.o)
ild: (undefined symbol) proxy_hook_scheme_handler -- referenced in the
text segment of modules/proxy/.libs/libmod_proxy_conne
ct.a(mod_proxy_connect.o)
ild: (undefined symbol) ap_proxy_canonenc -- referenced in the text
segment of modules/proxy/.libs/libmod_proxy_http.a(mod_pr
oxy_http.o)
ild: (undefined symbol) ap_proxy_determine_connection -- referenced in
the text segment of modules/proxy/.libs/libmod_proxy_h
ttp.a(mod_proxy_http.o)
ild: (undefined symbol) proxy_module -- referenced in the text segment
of modules/proxy/.libs/libmod_proxy_http.a(mod_proxy_h
ttp.o)
ild: (undefined symbol) ap_proxy_location_reverse_map -- referenced in
the other text segment of modules/proxy/.libs/libmod_p
roxy_http.a(mod_proxy_http.o)
ild: (undefined symbol) ap_proxyerror -- referenced in the text segment
of modules/proxy/.libs/libmod_proxy_http.a(mod_proxy_
http.o)
ild: (undefined symbol) ap_proxyerror -- referenced in the text segment
of modules/proxy/.libs/libmod_proxy_connect.a(mod_pro
xy_connect.o)
ild: (undefined symbol) ap_proxy_liststr -- referenced in the text
segment of modules/proxy/.libs/libmod_proxy_http.a(mod_pro
xy_http.o)
*** Error code 5
make: Fatal error: Command failed for target `httpd'
Current working directory
/data/dir/task24_mins/tools/web/apache/src/httpd-2.2.3
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

What is going on and how do I fix it?



Re: [users@httpd] Apache 2.3.3 make problem

Posted by Joshua Slive <jo...@slive.ca>.
On 11/10/06, Lucuk, Pete <pe...@ngc.com> wrote:
>
>
>
> Hello and thank you for helping me.
>
> I am a java guy, not a C guy, so I am lost for the most part on this
> problem.
>
> OS: Solaris 8
> Compiler: /tools/fortedev/v6.2/SUNWspro/bin/cc
> Apache src: 2.3.3
>
> I do the below in the following order...
>
> #1 ./configure
> --prefix=/data/dir/task24_mins/tools/web/apache/server
> --enable-headers --enable-log_config --enable-mod_log_forensic
> --enable-logio --enable-mod_proxy --enable-proxy_connect --enable-proxy_http
> --enable-rewrite --enable-status --enable-ssl
> --with-ssl=/data/dir/task24_mins/tools/web/apache/ssl

Never use the "mod_" part in the --enable setting.  Your problem is
likely that you haven't properly enabled mod_proxy, and therefore
mod_proxy_http can't be compiled.  See:
http://httpd.apache.org/docs/2.2/programs/configure.html#optionalfeatures

Joshua.

---------------------------------------------------------------------
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