Re: [RFC] Apache::LDAP

2002-12-02 Thread Stas Bekman
James G Smith wrote: Per Einar Ellefsen [EMAIL PROTECTED] wrote: Hi James, At 02:32 02.12.2002, James G Smith wrote: ( Actually, the name is chosen to `rhyme' with Apache::DBI. There are no dependencies on Apache or mod_perl. ) If there is no link with Apache::DBI, I suggest that you

Re: [mp1] Still can not get working DSO configuration on Tru64

2002-12-02 Thread Marcin Kasperski
Stas Bekman [EMAIL PROTECTED] writes: Marcin Kasperski wrote: In short: I tried different compilation methods with two possible outcomes: a) apache and modperl compile succesfully but I get coredump while the application is starting (in all cases SEGVs, in some cases core's confused

Install problem...

2002-12-02 Thread Beau E. Cox
Hi - I am trying to upgrade my test server (SuSE 8.1) to Apache/ mod_perl 2. I installed and tested Apache 2 - all OK. I have perl 5.8.0 (pre-build by SuSE); It passed the tests in the mpd_perl 2 prequsites section. I get this problem on make test (both with Apache mpm configured as prefork AND

Re: [RFC] Apache::LDAP

2002-12-02 Thread Chris Winters
On Sun, 2002-12-01 at 20:32, James G Smith wrote: ( Actually, the name is chosen to `rhyme' with Apache::DBI. There are no dependencies on Apache or mod_perl. ) NAME Apache::LDAP - provides persistent LDAP connections Does this overlap with the ResourcePool series of modules? Chris

Re: Install problem...

2002-12-02 Thread Stas Bekman
Beau E. Cox wrote: Hi - I am trying to upgrade my test server (SuSE 8.1) to Apache/ mod_perl 2. I installed and tested Apache 2 - all OK. Beau, when reporting problems, please follow the guidelines linked from the perl.apache.org's shortcuts menu:

RE: Install problem...

2002-12-02 Thread Beau E. Cox
Thanks Stas - Please give me about an hour...I am in the middle of putting everthing back together again :) Will report back to you (following the standards) then. Aloha = Beau. PS: This is sort of fun! -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Monday,

XML-LibXML-Common in perl 58 repository at theoryx5.

2002-12-02 Thread [EMAIL PROTECTED]
Hi when trying to ppm install XML::LibXML::Common from http://theoryx5.uwinnipeg.ca/ppms, the new perl58 repository, I have this error : error, read a ppd but it is not intended for this build of perl (mswin32-x86-multi-thread) I have active state perl58 installed and successfully

[mp2.0]make test problems

2002-12-02 Thread Beau E. Cox
-8-- Start Bug Report 8-- 1. Problem Description: MP make test fails (no error log generated) A. Apache/Const.pm not found - snip of console output: [START] *** setting ulimit to allow core files ulimit -c unlimited; t/TEST -clean *** setting

Re: [mp2.0]make test problems

2002-12-02 Thread Stas Bekman
That's much better! -8-- Start Bug Report 8-- 1. Problem Description: MP make test fails (no error log generated) A. Apache/Const.pm not found - snip of console output: [START] *** setting ulimit to allow core files ulimit -c unlimited; t/TEST

Re: XML-LibXML-Common in perl 58 repository at theoryx5.

2002-12-02 Thread Randy Kobes
On Mon, 2 Dec 2002, [iso-8859-1] [EMAIL PROTECTED] wrote: Hi when trying to ppm install XML::LibXML::Common from http://theoryx5.uwinnipeg.ca/ppms, the new perl58 repository, I have this error : error, read a ppd but it is not intended for this build of perl (mswin32-x86-multi-thread)

[mp2.0]make test problems

2002-12-02 Thread Beau E. Cox
-8-- Start Bug Report 8-- 1. Problem Description: A. Apache 2.0.43: ./configure --enable-layout=SuSE --with-mpm=worker make make install -- hokie-dokie -- B. mod_perl 1.99_07 perl Makefile.pl MP_AP_PREFIX=/usr/include/apache

Horrible handler memory leak

2002-12-02 Thread Hann, Brian
I'm having a problem with a fairly simple handler eating up resources and I'm wondering if there's any easy way to track it down. The handler fetches data from an Oracle database and displays it using Template-Toolkit. Nothing fancy, just some display logic, etc. The thing is, when I try to

Re: Horrible handler memory leak

2002-12-02 Thread joe
Brian, Are you trying to read the entire 8000 records into a single array/hash? You might try splitting the record set into pieces and reuse that array/hash. -- Joe Palladino Hann, Brian wrote: I'm having a problem with a fairly simple handler eating up resources and I'm wondering if

[MP2] Handler feauters in a filter?

2002-12-02 Thread Issac Goldstand
I'm writing a filter in which two lines of data are to be appended to the content going back. However, I'd like to test for a 404, and if found set the response to 200. Can this be done from the output filters? Or am I going to have to do something more complex with a handler? The big problem

Re: [RFC] Apache::LDAP

2002-12-02 Thread James G Smith
Chris Winters [EMAIL PROTECTED] wrote: On Sun, 2002-12-01 at 20:32, James G Smith wrote: ( Actually, the name is chosen to `rhyme' with Apache::DBI. There are no dependencies on Apache or mod_perl. ) NAME Apache::LDAP - provides persistent LDAP connections Does this overlap with the