Re: [Question] OS X 10.4

2005-06-04 Thread Anonymous Lion
Hey Perrin, Forgive my ignorance, I thought you had to have mod-perl installed and running to run perl cgi scripts. Can you point me in the direction of a comparison of the two? (I am very much a newbie to Apache, Perl, and programming in general. At this point, I'm really just trying to learn per

Re: [Question] OS X 10.4

2005-06-04 Thread Perrin Harkins
Stas Bekman wrote: Anonymous Lion wrote: Newbie I'm trying to set up the existing Apache 1.3 on my OS X 10.4 to run perl scripts. I believe I have made all of the necessary httpd.conf changes. When I try to run a perl script from the command line, all goes well. But when I try to run it from m

Re: Migration to mod_perl 2.0: Problems with CGI.pm

2005-06-04 Thread Johannes Kilian
Hi solved it by updating CGI from version 3.01 to version 3.10 (from cpan.org). Foo Ji-Haw schrieb: > What do you mean by manipulating the core perl modules? There was an > earlier discussion on how to migrate from the Apache to Apache2 > namespace. Most of the work can be done in a simple searc

Re: Apache Error Log Format

2005-06-04 Thread Stas Bekman
[guys, please trim the followups to quote only parts you reply to. Otherwise the threads are impossible to read later on. Thank you] Daniel B. Hemmerich wrote: Hello all... When a misconfiguration occurs, we receive a new line in the apache error logs that is not in the standard error log for

Re: calling methods from other modules

2005-06-04 Thread Stas Bekman
Marc Lambrichs wrote: I want to call mod_transform_set_XSLT (from mod_transform) in my PerlResponseHandler. Is this possible? Generally speaking, can I use methods from other apache modules in my handlers? Marc, you mean C functions? Sure, write an XS wrapper that you can than call from Per

Re: [Question] OS X 10.4

2005-06-04 Thread Stas Bekman
Anonymous Lion wrote: Newbie I'm trying to set up the existing Apache 1.3 on my OS X 10.4 to run perl scripts. I believe I have made all of the necessary httpd.conf changes. When I try to run a perl script from the command line, all goes well. But when I try to run it from my relocated CGI-Execu

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

2005-06-04 Thread Stas Bekman
William McKee wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: While trying to track down a segfault that is occurring with Image::Magick, I went to build a version of mod_perl with debugging flags. Unfortunately this does not build for me under