Re: Using non threaded MPM but still compile error

2015-09-24 Thread Terrance Devor
Can anyone help with this?​ T

Re: Using non threaded MPM but still compile error

2015-09-23 Thread Terrance Devor
I just wanted to mention, this the configure we used for apache ./configure --prefix=/usr/local/httpd-2.4.16 --enable-file-cache --enable-cache --enable-disk-cache --enable-mem-cache --enable-deflate --enable-expires --enable-headers --enable-usertrack --enable-ssl --enable-vhost-alias --enable-re

Re: Using non threaded MPM but still compile error

2015-09-23 Thread Terrance Devor
Hello Ken, As you can see, we are also using prefork `Server MPM: prefork` and perl without threading however, we are still getting the error. Can anyone help with this please? Thanks in Advance, Terrance ​

Re: Using non threaded MPM but still compile error

2015-09-22 Thread Ken Peng
We are also using mod_perl. But I have not compiled modperl by hand for a long time. Under ubuntu we just did: apt-get install apache2 apache2-mpm-prefork apt-get install libapache2-mod-perl2 apt-get install libapreq2 apt-get install libapache2-request-perl a2enmod apreq apache2ctl restart And