On Mon, May 13, 2002 at 10:28:01PM -0400, Cliff Woolley wrote: > > /root/apache/httpd-2.0/support/htpasswd.c:409: undefined reference to > `apr_app_initialize' > /root/apache/httpd-2.0/support/htpasswd.c:414: undefined reference to > `apr_pool_create_ex' > /root/apache/httpd-2.0/srclib/apr-util/.libs/libaprutil.so: undefined > reference to `apr_pstrmemdup' > /root/apache/httpd-2.0/srclib/apr-util/.libs/libaprutil.so: undefined > reference to `apr_allocator_free' > /root/apache/httpd-2.0/srclib/apr-util/.libs/libaprutil.so: undefined > reference to `apr_time_exp_get' > /root/apache/httpd-2.0/srclib/apr-util/.libs/libaprutil.so: undefined > reference to `apr_allocator_destroy' > /root/apache/httpd-2.0/srclib/apr-util/.libs/libaprutil.so: undefined > reference to `apr_allocator_alloc' > /root/apache/httpd-2.0/srclib/apr-util/.libs/libaprutil.so: undefined > reference to `apr_mmap_dup' > /root/apache/httpd-2.0/srclib/apr-util/.libs/libaprutil.so: undefined > reference to `apr_allocator_create' > collect2: ld returned 1 exit status > make[2]: *** [htpasswd] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all-recursive] Error 1 > > Justin, is this related to your recent commits?
I don't think so, but what does your link line say? It looks like apr isn't being linked in correctly. -- justin
