RE: mod_perl always segfault on thread creation

2012-08-20 Thread Rommel Sharma
Hi, You could try some options for configuring Perl given here: http://perl.apache.org/docs/2.0/user/install/install.pod.orig specially: % CFLAGS='-m64 -mtune=nocona' ./Configure -des -A ccflags=-fPIC Before doing a make. Thanks, Rommel. From: hack bear [mailto:hackingb...@hotmail.com] Sent:

RE: mod_perl always segfault on thread creation

2012-08-22 Thread hack bear
he script produces segfault consistently. Did people ever get threads to work in mod_perl/apache/redhat enterprise linux 6? May someone send the "perl -V" output. This basic feature should work out of box on any environment. From: rsharm...@sapient.com To: hackingb...@hotmail.com;

RE: mod_perl always segfault on thread creation

2012-08-22 Thread Doug Hunt
rl -V" output. This basic feature should work out of box on any environment. ___ From: rsharm...@sapient.com To: hackingb...@hotmail.com; modperl@perl.apache.org Subject: RE: mod_perl always segfault on thread creation Date: Tue, 21 Aug 2012 06:41:09 + Hi,   You could try some option

RE: mod_perl always segfault on thread creation

2012-08-22 Thread hack bear
istently. > > > > Did people ever get threads to work in mod_perl/apache/redhat enterprise > > linux 6? May someone send the "perl -V" output. This > > basic feature should work out of box on any environment. > > > > > > __

Re: mod_perl always segfault on thread creation

2012-08-22 Thread Damyan Ivanov
-=| hack bear, 22.08.2012 16:16:33 -0700 |=- > > I'm doing a dynamic build (the default setting I believe.) here are the ldd > results (that's how we can tell, right?) To me this seems like a static build. Yes, it links dynamicly to system libraries, but the perl library is staticly linked. Com

RE: mod_perl always segfault on thread creation

2012-08-23 Thread hack bear
L/usr/local/lib -fstack-protector' And BTW is there any existing RPM for RHEL that is dynamic build already? > Date: Thu, 23 Aug 2012 09:17:48 +0300 > From: d...@debian.org > To: modperl@perl.apache.org > Subject: Re: mod_perl always segfault on thread creation > > -=| hack be

RE: mod_perl always segfault on thread creation

2012-08-24 Thread Doug Hunt
ynamic build already? > Date: Thu, 23 Aug 2012 09:17:48 +0300 > From: d...@debian.org > To: modperl@perl.apache.org > Subject: Re: mod_perl always segfault on thread creation > > -=| hack bear, 22.08.2012 16:16:33 -0700 |=- > > > > I'm doing a dynamic build (the default

RE: mod_perl always segfault on thread creation

2012-08-24 Thread hack bear
xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' > > cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib > > -fstack-protector' > > > > And BTW is there any existing RPM for RHEL that is dynamic build already? > > > >

RE: mod_perl always segfault on thread creation

2012-08-24 Thread Doug Hunt
> >     dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' > >     cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector' > > > > And BTW is there any existing RPM for RHEL that is dynamic build already? >