Correcting the format of the configure parameters worked, both "_" -> "-" and getting rid of mod.
Thank you very much, I appreciate it!
_____________________________________________
From: Lucuk, Pete
Sent: Friday, November 10, 2006 12:08 PM
To: users@httpd.apache.org
Subject: 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/libaprutil-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?