Re: build problems/not finding libapr

2005-12-19 Thread Albert Vernon Smith
Thanks, that fixed it. I knew it was something very simple, and I can stop beating my head against the wall. For the record, my Makefile.PL call is as follows: perl Makefile.PL MP_USE_STATIC=1 MP_AP_PREFIX=/home/albert/download/ httpd-2.0.55 MP_AP_CONFIGURE=--with-mpm=worker --enable-proxy

Re: build problems/not finding libapr

2005-12-19 Thread Philip M. Gollucci
Thanks, that fixed it. I knew it was something very simple, and I can stop beating my head against the wall. For the record, my Makefile.PL call is as follows: perl Makefile.PL MP_USE_STATIC=1 MP_AP_PREFIX=/home/albert/download/httpd-2.0.55 MP_AP_CONFIGURE=--with-mpm=worker --enable-proxy

build problems/not finding libapr

2005-12-18 Thread Albert Vernon Smith
-8-- Start Bug Report 8-- 1. Problem Description: I am trying to build mod_perl 2.0.2 against httpd 2.0.55 (static mod_perl and worker MPM). Everything runs fine, except when I run 'make test' all of the tests in t/apr-util fail with similar

Re: build problems/not finding libapr

2005-12-18 Thread Philip M. Gollucci
What was your Makefile.PL line for mp2 and your ./configure line for httpd? The reason this is failing is that /home/albert/download/httpd-2.0.55/httpd/lib is not in your LD_LIBRARY_PATH ldconfig -m /home/albert/download/httpd-2.0.55/httpd/lib or SETENV LD_LIBRARY_PATH