I've been using mod_perl1 for a couple of years without problems.
I've switched to mod_perl 2 half an year ago and always have problems
(segfaults under prefork and sometimes troubles with mpm worker).
I hope that I did something wrong at compilation stage or it was
something with the system (bu
Thanks André
If this may reassure you, I have been using quite a bit of mod_perl 2
in the last 2-3 years with Apache 2.0.x and lately 2.2.x, under
Solaris, HPUX, Linux and Windows, and have not had the kind of
problems you mention. So yes, it looks like you may have some
mismatched stuff ther
Michael Peters wrote:
prefork will use a different process for each Apache child and thus a
different Perl interpreter for each process. Normally this would mean
a lot of memory usage, but since Linux uses COW (copy-on-write) memory
as long as you preload you'll actually see about the same memo
Hi, just got a fresh VPS server and wanted to install the second apache
on 8080 but without success
The configure process was ok, with only one warning:
Your Perl is configured to link against libgdbm,
but libgdbm.so was not found.
You could just symlink it to /usr/lib/libgdbm.so.2.0.0
perl Ma
I read that mod_perl 2.0.4 works with Perl 5.10.
Should I upgrade from 5.8.8. to 5.10?
from perl 5.10 release notes I saw that
"The Perl interpreter itself is faster with a smaller memory footprint,
and has several UTF-8 and threading improvements." etc.
I need a stable Apache + mo_perl + perl
After struggling for two days, I've managed to install Apache2.2.9 +
ModPerl2.0.4.
Three crucial things were needed:
1. build mod_perl as a DSO and not static
2. build apache --with-included-apr
3. build libapreq2 --with-apr-config --with-apu-config
I've started apache and tried to acc
Hi Philip,
thanks for the answer.
> I assume you passed paths to those right, otherwise you've just found
your problem. Which is conflicting library versions. I'll bet you a beer.
Yes, of course "--with-apr-config=/path/to/apr/bin/apr-1-config"
here is the complete config line:
perl ./Makefile