Re: mod_perl.so: undefined symbol: PL_tainting

2012-01-25 Thread Dave Hodgkinson
Have you compiled perl with libperl.so?


On 25 Jan 2012, at 18:41, Jacobs, David (NIH/NCI) [C] wrote:

>  
> Please help.   After banging my head for a while, and trying in vain to find 
> an answer from google, I am in need of some assistance.
>  
> This is on rhel5, and has the redhat perl 5.8.8 rpm installed (I am not the 
> one who did that, and I cant remove it)
> I have compiled perl-5.14.2 and mod_perl-2.0.5
> Perl seems to be working fine (for both versions)
>  
> I run make test for mod_perl  as a non-privileged user I get the following:






RE: mod_perl.so: undefined symbol: PL_tainting

2012-01-25 Thread Jacobs, David (NIH/NCI) [C]
I thought it did by default... Do you have a link to how to do that?


-Original Message-
From: Dave Hodgkinson [mailto:daveh...@gmail.com] 
Sent: Wednesday, January 25, 2012 2:24 PM
To: Jacobs, David (NIH/NCI) [C]
Cc: modperl@perl.apache.org
Subject: Re: mod_perl.so: undefined symbol: PL_tainting

Have you compiled perl with libperl.so?


On 25 Jan 2012, at 18:41, Jacobs, David (NIH/NCI) [C] wrote:

>  
> Please help.   After banging my head for a while, and trying in vain to find 
> an answer from google, I am in need of some assistance.
>  
> This is on rhel5, and has the redhat perl 5.8.8 rpm installed (I am 
> not the one who did that, and I cant remove it) I have compiled 
> perl-5.14.2 and mod_perl-2.0.5 Perl seems to be working fine (for both 
> versions)
>  
> I run make test for mod_perl  as a non-privileged user I get the following:






RE: mod_perl.so: undefined symbol: PL_tainting

2012-01-25 Thread Jacobs, David (NIH/NCI) [C]
Trying that now.   DOH!  I understand now.   Maybe that will fix it.  (I hope).

David Jacobs
Senior Network Engineer,
NCI Computer Services
Contractor, TerpSys
http://www.terpsys.com/ 
 
Technology Driven. People Oriented.


-Original Message-
From: Jacobs, David (NIH/NCI) [C] 
Sent: Wednesday, January 25, 2012 2:45 PM
To: Dave Hodgkinson
Cc: modperl@perl.apache.org
Subject: RE: mod_perl.so: undefined symbol: PL_tainting

I thought it did by default... Do you have a link to how to do that?


-Original Message-
From: Dave Hodgkinson [mailto:daveh...@gmail.com]
Sent: Wednesday, January 25, 2012 2:24 PM
To: Jacobs, David (NIH/NCI) [C]
Cc: modperl@perl.apache.org
Subject: Re: mod_perl.so: undefined symbol: PL_tainting

Have you compiled perl with libperl.so?


On 25 Jan 2012, at 18:41, Jacobs, David (NIH/NCI) [C] wrote:

>  
> Please help.   After banging my head for a while, and trying in vain to find 
> an answer from google, I am in need of some assistance.
>  
> This is on rhel5, and has the redhat perl 5.8.8 rpm installed (I am 
> not the one who did that, and I cant remove it) I have compiled
> perl-5.14.2 and mod_perl-2.0.5 Perl seems to be working fine (for both
> versions)
>  
> I run make test for mod_perl  as a non-privileged user I get the following:






Re: mod_perl.so: undefined symbol: PL_tainting

2012-01-25 Thread Dave Hodgkinson
The copiousness of the ld fail suggested something fundamental missing to me.

Was there a .so in your perl tree?


On 25 Jan 2012, at 20:03, Jacobs, David (NIH/NCI) [C] wrote:

> Trying that now.   DOH!  I understand now.   Maybe that will fix it.  (I 
> hope).
> 
> David Jacobs
> Senior Network Engineer,
> NCI Computer Services
> Contractor, TerpSys
> http://www.terpsys.com/ 
>  
> Technology Driven. People Oriented.
> 
> 
> -Original Message-
> From: Jacobs, David (NIH/NCI) [C] 
> Sent: Wednesday, January 25, 2012 2:45 PM
> To: Dave Hodgkinson
> Cc: modperl@perl.apache.org
> Subject: RE: mod_perl.so: undefined symbol: PL_tainting
> 
> I thought it did by default... Do you have a link to how to do that?
> 
> 
> -Original Message-
> From: Dave Hodgkinson [mailto:daveh...@gmail.com]
> Sent: Wednesday, January 25, 2012 2:24 PM
> To: Jacobs, David (NIH/NCI) [C]
> Cc: modperl@perl.apache.org
> Subject: Re: mod_perl.so: undefined symbol: PL_tainting
> 
> Have you compiled perl with libperl.so?
> 
> 
> On 25 Jan 2012, at 18:41, Jacobs, David (NIH/NCI) [C] wrote:
> 
>> 
>> Please help.   After banging my head for a while, and trying in vain to find 
>> an answer from google, I am in need of some assistance.
>> 
>> This is on rhel5, and has the redhat perl 5.8.8 rpm installed (I am 
>> not the one who did that, and I cant remove it) I have compiled
>> perl-5.14.2 and mod_perl-2.0.5 Perl seems to be working fine (for both
>> versions)
>> 
>> I run make test for mod_perl  as a non-privileged user I get the following:
> 
> 
> 
> 



RE: mod_perl.so: undefined symbol: PL_tainting

2012-01-26 Thread Jacobs, David (NIH/NCI) [C]
Recompiling perl and producing a shared library seems to have worked.   Thanks!



-Original Message-
From: Dave Hodgkinson [mailto:daveh...@gmail.com] 
Sent: Wednesday, January 25, 2012 3:50 PM
To: Jacobs, David (NIH/NCI) [C]
Cc: modperl@perl.apache.org
Subject: Re: mod_perl.so: undefined symbol: PL_tainting

The copiousness of the ld fail suggested something fundamental missing to me.

Was there a .so in your perl tree?


On 25 Jan 2012, at 20:03, Jacobs, David (NIH/NCI) [C] wrote: