Re: Problem with mod_perl after upgrading to Perl 5.8.8

2008-08-06 Thread Car54
/path/to/bin/apxs \ > EVERYTHING=1 \ > % make && make test && make install > This will build the DSO libperl.so outside the Apache source tree with the > new Apache 1.3 support tool apxs and install it into the existing Apache > hierarchy." >

Re: Problem with mod_perl after upgrading to Perl 5.8.8

2008-08-06 Thread Car54
ia_APXS > > -- View this message in context: http://www.nabble.com/Problem-with-mod_perl-after-upgrading-to-Perl-5.8.8-tp18825147p18862798.html Sent from the mod_perl - General mailing list archive at Nabble.com.

Re: Problem with mod_perl after upgrading to Perl 5.8.8

2008-08-06 Thread Dondi Stroma
Bill Hudson wrote: To be honest what you sent me is over my head. Did you read the docs that I linked to? What part of this is over your head? "To determine if you can use a DSO mod_perl with your version of Perl, first find out which malloc your Perl was built with by running: % perl -V:us

Re: Problem with mod_perl after upgrading to Perl 5.8.8

2008-08-06 Thread Dondi Stroma
Car54 wrote: I'm very new at this and I already have apache installed and I just want to be sure that when I install it again it doesn't cause a problem with the software I have on the server that depends on it, along with being installed at the proper location. I recommend compiling mod_pe

Re: Problem with mod_perl after upgrading to Perl 5.8.8

2008-08-06 Thread Michael Peters
Car54 wrote: I'm very new at this and I already have apache installed and I just want to be sure that when I install it again Install what again? Apache? Why would you want to re-install it? Just out of curiosity, how did you install Apache to begin with? And what OS are you running? it

Re: Problem with mod_perl after upgrading to Perl 5.8.8

2008-08-06 Thread Car54
l but after that only talked about installing mod_perl. For a novice that's confusing. Thanks, Car54 -- View this message in context: http://www.nabble.com/Problem-with-mod_perl-after-upgrading-to-Perl-5.8.8-tp18825147p18856577.html Sent from the mod_perl - General mailing list archive at Nabble.com.

Re: Problem with mod_perl after upgrading to Perl 5.8.8

2008-08-06 Thread Michael Peters
Car54 wrote: Hi Perrin, I went over to apache.org and I saw apache_1.3.41.tar.gz, but I'm not seeing mod_perl. mod_perl is found at perl.apache.org (which is also the first result if you google mod_perl). Also, can you tell me where to find instructions to install them... do I do them toge

Re: Problem with mod_perl after upgrading to Perl 5.8.8

2008-08-05 Thread Car54
obody else told me that mod_perl had to be recompiled after upgrading perl. Also... do you write perl scripts and do you know C++ ? Bill -- View this message in context: http://www.nabble.com/Problem-with-mod_perl-after-upgrading-to-Perl-5.8.8-tp18825147p18843823.html Sent from the mod_perl - Ge

Re: Problem with mod_perl after upgrading to Perl 5.8.8

2008-08-05 Thread Car54
Perrin Harkins wrote: > > Download it from apache.org and install your new apache server along > with mod_perl. > > - Perrin > I'm going to do that now, thanks Perrin. Bill -- View this message in context: http://www.nabble.com/Problem-with-mod_perl-after-

Re: Problem with mod_perl after upgrading to Perl 5.8.8

2008-08-05 Thread Perrin Harkins
On Tue, Aug 5, 2008 at 2:19 AM, Car54 <[EMAIL PROTECTED]> wrote: > After upgrading to Perl 5.8.8 from 5.8.0 the following happens... Any time you change to a different perl, you must recompile mod_perl. > 2) When trying to install mod_perl it can't find "apache src directory" and > neither can I.

Problem with mod_perl after upgrading to Perl 5.8.8

2008-08-04 Thread Car54
root/.cpan/Metadata Database was generated on Sun, 03 Aug 2008 18:02:45 GMT Going to read /root/.cpan/sources/authors/01mailrc.txt.gz perl: relocation error: /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Compress/Raw/Zlib/Zlib.so: undefined symbol: Perl_Gthr_key_ptr -- View th