Well, here is the error that I get...

/home/markw/code/apache21/httpd-trunk/srclib/apr/libtool
--silent --mode=link gcc -g -O2 -pthread   
-L/home/markw/openssl/lib   -o httpd  modules.lo
-export-dynamic server/libmain.la
modules/aaa/libmod_authn_file.la
modules/aaa/libmod_authn_default.la
modules/aaa/libmod_authz_host.la
modules/aaa/libmod_authz_groupfile.la
modules/aaa/libmod_authz_user.la
modules/aaa/libmod_authz_default.la
modules/aaa/libmod_auth_basic.la
modules/loggers/libmod_log_config.la
modules/metadata/libmod_setenvif.la
modules/proxy/libmod_proxy_ajp.la
modules/ssl/libmod_ssl.la modules/http/libmod_http.la
modules/mappers/libmod_so.la
server/mpm/worker/libworker.la os/unix/libos.la -lm
/home/markw/code/apache21/httpd-trunk/srclib/pcre/libpcre.la
/home/markw/code/apache21/httpd-trunk/srclib/apr-util/libaprutil-1.la
-lgdbm -ldb-4.2 -lexpat
/home/markw/code/apache21/httpd-trunk/srclib/apr/libapr-1.la
-lrt -lcrypt -lpthread -ldl -luuid 
modules/proxy/.libs/libmod_proxy_ajp.a(proxy_ajp.o)(.text+0x9a):
In function `proxy_ajp_canon':
/home/markw/code/apache21/httpd-trunk/modules/proxy/proxy_ajp.c:60:
undefined reference to `ap_proxy_canon_netloc'
modules/proxy/.libs/libmod_proxy_ajp.a(proxy_ajp.o)(.text+0xe0):/home/markw/code/apache21/httpd-trunk/modules/proxy/proxy_ajp.c:82:
undefined reference to `ap_proxy_canonenc'
modules/proxy/.libs/libmod_proxy_ajp.a(proxy_ajp.o)(.text+0x2c8):
In function `proxy_ajp_handler':
/home/markw/code/apache21/httpd-trunk/modules/proxy/proxy_ajp.c:403:
undefined reference to `ap_proxy_acquire_connection'
modules/proxy/.libs/libmod_proxy_ajp.a(proxy_ajp.o)(.text+0x31d):/home/markw/code/apache21/httpd-trunk/modules/proxy/proxy_ajp.c:422:
undefined reference to `ap_proxy_determine_connection'
modules/proxy/.libs/libmod_proxy_ajp.a(proxy_ajp.o)(.text+0x33e):/home/markw/code/apache21/httpd-trunk/modules/proxy/proxy_ajp.c:430:
undefined reference to `ap_proxy_connect_backend'
modules/proxy/.libs/libmod_proxy_ajp.a(proxy_ajp.o)(.text+0x3c0):/home/markw/code/apache21/httpd-trunk/modules/proxy/proxy_ajp.c:458:
undefined reference to `ap_proxy_release_connection'
modules/proxy/.libs/libmod_proxy_ajp.a(proxy_ajp.o)(.text+0x3de):/home/markw/code/apache21/httpd-trunk/modules/proxy/proxy_ajp.c:407:
undefined reference to `ap_proxy_release_connection'
modules/proxy/.libs/libmod_proxy_ajp.a(proxy_ajp.o)(.text+0xb22):
In function `ap_proxy_http_register_hook':
/home/markw/code/apache21/httpd-trunk/modules/proxy/proxy_ajp.c:464:
undefined reference to `proxy_hook_scheme_handler'
modules/proxy/.libs/libmod_proxy_ajp.a(proxy_ajp.o)(.text+0xb32):/home/markw/code/apache21/httpd-trunk/modules/proxy/proxy_ajp.c:465:
undefined reference to `proxy_hook_canon_handler'
collect2: ld returned 1 exit status
gmake[1]: *** [httpd] Error 1
gmake[1]: Leaving directory
`/home/markw/code/apache21/httpd-trunk'
gmake: *** [all-recursive] Error 1

My configure line is as follows:

./configure --prefix=/opt/apache
--with-ssl=/home/markw/openssl --with-mpm=worker
--enable-so --enable-proxy-ajp --enable-ssl
--disable-cgi --disable-cgid --disable-autoindex
--disable-auth --disable-access --disable-include
--disable-userdir --disable-actions --disable-imap
--disable-negotiation --disable-userdir
--disable-alias --disable-status --disable-include
--disable-asis --disable-env --disable-mime
--disable-dir --with-mpm=worker

Any help would be greatly appreciated.

--- Mladen Turk <[EMAIL PROTECTED]> wrote:

> Elihu Smails wrote:
> > So as I plow through this process of getting
> > mod_proxy_ajp working with Apache/Tomcat, should I
> be
> > talking to the Apache developers or the Tomcat
> > developers?
> > 
> 
> Both :).
> mod_proxy_ajp is just an protocol handler like http
> or ftp.
> Integration is another subject, and is more close to
> Tomcat
> developement.
> 
> I'm currently working on mod_proxy_ajp and
> proxy_balancer
> documentation, so this week you'll still need to
> read
> the source code or browse the httpd-dev-list archive
> for
> setup directives.
> 
> 
> MT.
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



                
__________________________________ 
Do you Yahoo!? 
All your favorites on one personal page – Try My Yahoo!
http://my.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to