Re: [Question] OS X 10.4

2005-06-05 Thread Jonathan Tweed
On 4 Jun 2005, at 22:45, Anonymous Lion wrote: 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

Re: Apache2::Reload problem (ModPerl::Util bug)

2005-06-05 Thread Mark
Philippe M. Chiasson wrote: Mark wrote: Mark wrote: In 2.0.0, if there are heirarchical packages, and Apache2::Reload is configured to reload the 'parent', it blows away the 'children' package namespaces (and doesn't reload the children.) For example, if @INC has: Fubar.pm Fubar/Child.pm

Re: [Question] OS X 10.4

2005-06-05 Thread Perrin Harkins
Anonymous Lion wrote: Forgive my ignorance, I thought you had to have mod-perl installed and running to run perl cgi scripts. No, they are totally separate things. CGI is a language-independent way of running dynamic programs from a web server that nearly all servers support. The apache

Re: Apache Error Log Format

2005-06-05 Thread Daniel B. Hemmerich
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 its own -e check prior to

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

2005-06-05 Thread William McKee
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: