building mod_perl against multiple apache's, make test fails looking for apr.so

2006-03-02 Thread mbockol
Hi Folks, I'm trying to set up a dev box with both apache 2.0.55 and 2.2.0 . Since I've got both, I didn't want to set /usr/local/http-2.0.55/lib in my /etc/ld.so.conf since then the 2.2.0 binaries might look at the wrong APR (well.. that's my guess). I tried: perl Makefile MP_APXS=/usr/loc

Re: building mod_perl against multiple apache's, make test fails looking for apr.so

2006-03-03 Thread Geoffrey Young
[EMAIL PROTECTED] wrote: > Hi Folks, > > I'm trying to set up a dev box with both apache 2.0.55 and 2.2.0 . Since > I've got both, I didn't want to set /usr/local/http-2.0.55/lib in my > /etc/ld.so.conf since then the 2.2.0 binaries might look at the wrong > APR (well.. that's my guess). > > I