[MP2] Bug Report - Segfault when using Image::Magick

2005-06-06 Thread William McKee
-8<-- Start Bug Report 8<-- 1. Problem Description: When using Image::Magick (either 6.1.9.4 or 6.2.3) under mod_perl, the server segfaults. Used at the command line or under mod_cgi there are no errors. A core dump is attached. This is my first attempt at

Re: [MP2] Bug report - errors when compiling with MP_DEBUG flag

2005-06-06 Thread William McKee
On Tue, Jun 07, 2005 at 09:34:29AM +1000, Stas Bekman wrote: > William, as you can see from the source src/modules/perl/modperl_util.h > > #if defined(MP_TRACE) && defined(APR_HAS_THREADS) > #define MP_TRACEf_TID "/tid 0x%lx" > #define MP_TRACEv_TID (unsigned long)apr_os_thread_current() > >

Re: [mp1] $r->document_root and subrequests

2005-06-06 Thread Geoffrey Young
> unless ($r->is_main) { > $r->log_error("not the main request; declining..."); > return DECLINED; > } > Is there a solution for this? that should probably by $r->is_initial_req, which returns true only for the main request, not subrequests. HTH --Geoff

[mp1] $r->document_root and subrequests

2005-06-06 Thread Ewan Edwards
Hi list, Recently, I've been trying to do dynamic virtual hosting with mod_perl 1.29 (on Apache 1.3.33) by using a TransHandler to modify the document root. This results in limited success; initially I can fetch the correct document from the appropriate document root, but due to a subrequest, the

Re: Apache Error Log Format

2005-06-06 Thread Stas Bekman
Daniel B. Hemmerich wrote: Stas Bekman wrote: Who generates this "Can't locate" message? Normal die() messages should already be prefixed. This is occuring during a require, such as: require '/www/path/goes/here//config.pl'; > The script itself is poorly written since it should be doing it

Re: mod_perl2 make test errors - Apache2::Const

2005-06-06 Thread Stas Bekman
Gokul P. Nair wrote: I'm tyring to compile and install mod_perl 2.0 as a dso on Apache 2.0.52 but it complains about not being able to load Apache2::Const module. This is the error i get when i run make test: Can't load '/usr/local/src/mod_perl-2.0.0/blib/arch/auto/Apache2/Const/Const.so' for mo

Re: [MP2] Bug report - errors when compiling with MP_DEBUG flag

2005-06-06 Thread Stas Bekman
William McKee wrote: On Sat, Jun 04, 2005 at 09:29:53PM +1000, Stas Bekman wrote: /stubs/usr_local/src/mod_perl-2.0.0/src/modules/perl/modperl_util.c:472: undefined reference to `apr_os_thread_current' *** Error code 1 William, please try: http://perl.apache.org/docs/2.0/user/troubleshooting

[JOB] 4 Perl Programmers for Apache/mod_perl development

2005-06-06 Thread Harry Zhu
Company: Outdoor Central (formerly GreatLodge.com, Inc) Location: United States, TN, Nashville Salary: Full-time, salary 60k+, comansulate with experience Onsite: Yes. Sorry, no tele-commute. Rapidly growing, fast-paced Nashville area e-government software company seeks 4 intelligent, highly cap

Re: [JOB] Perl Programmer for large-scale Apache/mod_perl development

2005-06-06 Thread Gedanken
On Mon, 6 Jun 2005, Perrin Harkins wrote: Weird, read it twice and missed that. Must be all the training to ignore all-caps in email =) mfp On Mon, 2005-06-06 at 16:57 -0500, Gedanken wrote: > What city? Telecommute? Travel Percentage? It does say "NEW YORK CITY AREA ONLY" in the very f

Re: [JOB] Perl Programmer for large-scale Apache/mod_perl development

2005-06-06 Thread Perrin Harkins
On Mon, 2005-06-06 at 16:57 -0500, Gedanken wrote: > What city? Telecommute? Travel Percentage? It does say "NEW YORK CITY AREA ONLY" in the very first line... - Perrin

Re: [JOB] Perl Programmer for large-scale Apache/mod_perl development

2005-06-06 Thread Gedanken
On Mon, 6 Jun 2005, Perrin Harkins wrote: What city? Telecommute? Travel Percentage? gedanken On Mon, 2005-06-06 at 17:24 -0400, Sam Tregar wrote: > Plus Three is looking for an experienced Perl programmer to join our > team. P.S. This is where I work too. We'd love to get some more mod

Re: [JOB] Perl Programmer for large-scale Apache/mod_perl development

2005-06-06 Thread Perrin Harkins
On Mon, 2005-06-06 at 17:24 -0400, Sam Tregar wrote: > Plus Three is looking for an experienced Perl programmer to join our > team. P.S. This is where I work too. We'd love to get some more mod_perl people on the team. - Perrin

[JOB] Perl Programmer for large-scale Apache/mod_perl development

2005-06-06 Thread Sam Tregar
NEW YORK CITY AREA ONLY Plus Three is looking for an experienced Perl programmer to join our team. You will join a large-scale, high-visibility project with the potential to positively affect the future of the Democratic party during the next election cycle. We're looking for someone who enjoys p

[ANNOUNCE] Apache::AuthTicket 0.40

2005-06-06 Thread Michael Schout
The uploaded file Apache-AuthTicket-0.40.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MS/MSCHOUT/Apache-AuthTicket-0.40.tar.gz size: 20346 bytes md5: a1d0a5650b9deae181effb977c8d71a8 No action is required on your part Request entered by: MSCHOUT (Michael Schout) Request entere

mod_perl2 make test errors - Apache2::Const

2005-06-06 Thread Gokul P. Nair
I'm tyring to compile and install mod_perl 2.0 as a dso on Apache 2.0.52 but it complains about not being able to load Apache2::Const module. This is the error i get when i run make test: Can't load '/usr/local/src/mod_perl-2.0.0/blib/arch/auto/Apache2/Const/Const.so' for module Apache2::Const: /u