Thanks so much Yann, Your solution worked!
I try to avoid using LD_LIBRARY if I have to as that's hackish :P
It appears that when I installed APR myself for mod_security there was a
conflict with the old APR versions. Now I have two versions of APR installed. I
will try to update the defau
On Sat, Nov 1, 2014 at 10:47 PM, Yann Ylavic wrote:
> At runtime, it might also be necessary to link with this newly
> installed APR using something like LD_LIBRARY.
I meant "LD_LIBRARY_PATH=/path/to/httpd-2.2.29/lib
/path/to/httpd-2.2.29/bin/httpd ...".
-
Hello Christopher,
there seem to be an old APR library (< v1.3.0) installed on your
system (/usr/local/apache2/include?).
What ./configure options did you use?
You probably need to compile (and run) with the APR embedded in the
httpd-2.2.29 archive using: ./configure --with-included-apr
At r
Hey guys!
I am having trouble upgrading from Apache 2.2.8 -> 2.2.29 with the following
error occurring after running 'make'
/usr/local/apache2/build/libtool --silent --mode=compile gcc -g -O2 -pthread
-DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-I/opt/vignette/software/ap