using object-methods in set_handlers

2006-07-27 Thread Gernot Homma
hello, i've got the following issue, i'm using an Object-method as PerlFixupHandler, and depending on some Tests on the uri i want to set the modperl Handler to another method of the object (not the class).(see also the comments in the code below) Any Suggestions out there? thanks in advance g

How to avoid memory leak?

2006-07-27 Thread LUKE
My system have seem memory leak problem. The MEM_USR raise . But how to debug?? Is the Apache::Leak for mod_perl v1.x module?     PS:apache Apache/2.0.54  + MOD_PERL 2 no database <> Compress::Zlib;Crypt::RC5;Digest::MD4 'md4_hex';Data::Dumper;Encode::TW;Fcntl qw(:DEFAULT :flock);File::Copy

Re: How can i know mod_perl is installed

2006-07-27 Thread Philip M. Gollucci
Philip M. Gollucci wrote: Camargo, Anyela wrote: I’ve installed mod_perl but when trying to install AxKit it says the module is not present. Is there 1.x or 2.x ? ^^^ this 1.x: perl -mmod_perl -le 'print $modperl::VERSION' ^^ -M 2.x: perl -mmod_perl2 -le 'print $modperl2::VERS

Re: How can i know mod_perl is installed

2006-07-27 Thread Philip M. Gollucci
Camargo, Anyela wrote: I’ve installed mod_perl but when trying to install AxKit it says the module is not present. Is there 1.x or 2.x ? 1.x: perl -mmod_perl -le 'print $modperl::VERSION' 2.x: perl -mmod_perl2 -le 'print $modperl2::VERSION' You might have to do a (tcsh syntax) setenv PERL5LIB

Re: urgent help needed

2006-07-27 Thread Philip M. Gollucci
philge philip wrote: PerlModule Apache2 No, this is obsolete and is your 1 and only problem based on what you sent. See here: http://perl.apache.org/docs/2.0/rename.html -- Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.47

Re: urgent help needed

2006-07-27 Thread Kjetil Kjernsmo
On Thursday 27 July 2006 17:36, Boysenberry Payne wrote: > LoadModule apreq_module    /usr/local/apache2/modules/mod_apreq2.so I think this line is probably what you're missing, Philge. -- Kjetil Kjernsmo Information Systems Developer Opera Software ASA

Re: urgent help needed

2006-07-27 Thread Boysenberry Payne
Here is what I used to install libapreq2: at command line: perl5.8.8 MakeFile.PL --with-apache2-apxs=/usr/local/apache2/bin/apxs --enable-perl-glue --with-perl=/usr/local/bin/perl5.8.8 make && make test make install Then in the httpd.conf file: LoadModule apreq_module/usr/local/apache2/mo

How can i know mod_perl is installed

2006-07-27 Thread Camargo, Anyela
Hi,   I’ve installed mod_perl but when trying to install AxKit it says the module is not present. Thanks 

urgent help needed

2006-07-27 Thread philge philip
Dear colleague   I am a bioinformatics programmer from India.I need a guidance for configuring mod_perl2.0 in my server.   I have Apache.2.0.5.2 and Perl 5.8.5 installed in Fedora 3 operating system. I downloaded mod_perl2.0 version and installed it with the following commands:   Perl MakeF