Re: mod_perl 2.0.9 make test dumped core

2016-05-10 Thread tomcat
On 10.05.2016 22:20, Niko Tyni wrote: On Tue, May 10, 2016 at 07:45:45PM +, Xinhuan Zheng wrote: Today I used mod_perl 2.0.9, apache httpd 2.4.20 and perl 5.10.1 isn't this also a somewhat low version of perl ? the current version is at least 5.22, and 5.10 must be at least 3-4 years old

Re: mod_perl 2.0.9 make test dumped core

2016-05-10 Thread Niko Tyni
On Tue, May 10, 2016 at 07:45:45PM +, Xinhuan Zheng wrote: > Today I used mod_perl 2.0.9, apache httpd 2.4.20 and perl 5.10.1 to try > compiling mod_perl DSO object on centos 6 (x86_64) machine. It passed > configure and make but failed ‘make test’. > [ error] oh dangit, server dumped cor

mod_perl 2.0.9 make test dumped core

2016-05-10 Thread Xinhuan Zheng
Hello, Today I used mod_perl 2.0.9, apache httpd 2.4.20 and perl 5.10.1 to try compiling mod_perl DSO object on centos 6 (x86_64) machine. It passed configure and make but failed ‘make test’. perl Makefile.PL MP_AP_PREFIX=/usr/local/apache-2.4.20-catalyst make make test The error is written i

Re: unsubscribe

2016-05-10 Thread Ruben Safir
On 05/10/2016 01:02 PM, Steve van der Burg wrote: > I laughed so hard at this that I almost unsubscribed! > authored by Nick Moffit > Thanks! > > Ruben Safir wrote: >> 3. D00d! H0w D00 1 uN$ub$cr1b3?!??!!???!?!?!?!? >> >> Simply write the word "unsubscribe" on the back

Re: unsubscribe

2016-05-10 Thread Steve van der Burg
I laughed so hard at this that I almost unsubscribed! Thanks! Ruben Safir wrote: > 3. D00d! H0w D00 1 uN$ub$cr1b3?!??!!???!?!?!?!? > > Simply write the word "unsubscribe" on the back of a hundred dollar bill > and send it to: > > CrackMonkey Unsubscription Service >

Re: apxs

2016-05-10 Thread John Dunlap
When I first read this, I thought you were asking about aspx not apxs. I am going to hell. On Tue, May 10, 2016 at 12:03 PM, Hiram Gibbard wrote: > When it comes to the question "Please provide a full path to 'apxs' > executable"... If I do I find for apxs I do not see that binary anywhere on >

Re: apxs

2016-05-10 Thread Ruben Safir
On 05/10/2016 12:03 PM, Hiram Gibbard wrote: > Please provide a full path to 'apxs' > executable http://www.perlmonks.org/?node_id=936324 Although, I've only installed this from scratch and very with packages. -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis

Re: unsubscribe

2016-05-10 Thread Ruben Safir
3. D00d! H0w D00 1 uN$ub$cr1b3?!??!!???!?!?!?!? Simply write the word "unsubscribe" on the back of a hundred dollar bill and send it to: CrackMonkey Unsubscription Service 1 St Francis Place #5209 San Francisco, CA 94107 and we will be happy to send you the ap

apxs

2016-05-10 Thread Hiram Gibbard
When it comes to the question "Please provide a full path to 'apxs' executable"... If I do I find for apxs I do not see that binary anywhere on the system. Is that a apache2.0 binary? Apache2.2 is installed on this server and running. should I be using the /usr/sbin/httpd or /usr/lib64/httpd binary

Re: unsubscribe

2016-05-10 Thread John Dunlap
As do I On Tue, May 10, 2016 at 11:56 AM, Ruben Safir wrote: > On 05/10/2016 11:56 AM, Leonardo Fontes wrote: > > unsubscribe lfon...@fca.uncu.edu.ar > > > > I refuse > > -- > So many immigrant groups have swept through our town > that Brooklyn, like Atlantis, reaches mythological > proportions

Re: unsubscribe

2016-05-10 Thread Ruben Safir
On 05/10/2016 11:56 AM, Leonardo Fontes wrote: > unsubscribe lfon...@fca.uncu.edu.ar > I refuse -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998 http://www.mrbrklyn.com DRM is THEFT -

unsubscribe

2016-05-10 Thread Leonardo Fontes
unsubscribe lfon...@fca.uncu.edu.ar

Re: recompiling perl

2016-05-10 Thread Perrin Harkins
Rather than trying to mess with an existing RPM, I'd suggest you build from source. When you run mod_perl's Makefile.PL, run it with the perl binary you want to build against. - Perrin On Tue, May 10, 2016 at 10:13 AM, Hiram Gibbard wrote: > Hi All, > > If I want to recompile the mod_perl modu

Re: recompiling perl

2016-05-10 Thread Ruben Safir
On 05/10/2016 10:13 AM, Hiram Gibbard wrote: > Hi All, > To build mod_perl To use it, that might depend on the modules itself. > If I want to recompile the mod_perl module so that it points to a custom > Perl location, is it as simply as editing the following line: > #!/usr/bin/perl -w > > in

recompiling perl

2016-05-10 Thread Hiram Gibbard
Hi All, If I want to recompile the mod_perl module so that it points to a custom Perl location, is it as simply as editing the following line: #!/usr/bin/perl -w in the following file? rpmbuild/SOURCES/mod_perl-2.0.4/build/config.pl basically I want mod_perl to use a Perl library that is isola