Re: Re [OT]: mod_perl output filter and mod_proxy, mod_cache

2011-07-14 Thread Niels Larsen
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 there are just so many things I have been able to do with them

Re: Compiling Perl + mod_perl on 64-bit linux

2008-08-26 Thread Niels Larsen
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:

Re: Compiling Perl + mod_perl on 64-bit linux

2008-08-26 Thread Niels Larsen
I dont have a good answer. But editing the Makefile may hide the real error .. which error appears when not editing the Makefile, and Google with that error, no hints? what happens if -Dloclibpth=/usr/lib64 is omitted? and of curiosity, what was the reason for going back to perl 5.8 from 5.10? (i

Re: Compiling Perl + mod_perl on 64-bit linux

2008-08-26 Thread Niels Larsen
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