llection easier. But, I am grateful for what exists of course.
While watching the language certainly, I'm moving from Apache/mod_perl
to Dancer/Nginx for speed and memory reason.
Ok, back to lurk-mode,
Niels Larsen
> [OT, ADVOCACY]
>
> I am partial to perl and CPAN, because the
My errors are often obvious and found right
in the places where I am not looking.
Niels L
> For me, it's the same on both.
>
> What could be the problem here? How can we take the next steps in
> debugging this?
>
> ERic
Could it be that during forking a different effective user id is
set, which is what -x checks? are $<, $>, $( and $) all the same
under cgi and mod_perl?
(it sounds like /usr/bin/rcsdiff is not a symbolic link, which
could be treated differently maybe, followsymlinks, etc)
Niels L
, and it
seems not worth gaining the last speed by making the code Apache
specific, since generating pages behind Apache takes 99% of the
time anyway.
Niels L
Thats what I would do too. The CGI::Builder author seems to be
available to help (http://perl.4pro.net), perhaps for pay, but
maybe he wont charge for compile- and bug-fixing.
Niels
Dan Axtell wrote:
On Tuesday 26 August 2008 2:28:46 pm Niels Larsen wrote:
I dont have a good answer. But
from 5.10? (i feel 5.10 is less stable than 5.8, but doesnt
get in my way).
Niels
OK, I tried this:
sh ./Configure -de -Accflags='-fPIC' -Dprefix=/usr/local \
-Dloclibpth="/usr/lib64"
one peculiarity of my make, gnu make 3.81, is I have to edit the makefile to
comme
I had something that sounds the same. Setting CCFLAGS didnt
work, but
sh ./Configure -de -Accflags='-fPIC' (etc)
did give a libperl that worked on AMD x86_64. With 5.10 though.
Niels L
Dan Axtell wrote:
You will need to compile perl with -fPIC on x86_64, I think I did it with
t [EMAIL PROTECTED], and
that too works, but would like to use system, Proc::SafeExec, etc.
I use Apache 2.2.9, mod_perl 2.0.4 and Linux. Below the example is
the mod_perl part of httpd.conf.
Any ideas? (I'm sure its something obvious i missed, but it has
become an ob
Hi mod_perl maintainers,
Thank you for releasing mod_perl 2.0.4.
I was wondering what happened to Apache2::Reload? Was it missed in
packaging for the upload to CPAN? If so then there may be other files
missing too.
Regards,
Niels