Re: Apache::Scoreboard trouble on Mac OS X

2003-10-21 Thread Stas Bekman
Ray Zimmerman wrote: At 11:55 AM -0700 10/20/03, Stas Bekman wrote: Ray Zimmerman wrote: At 11:12 AM -0700 10/20/03, Stas Bekman wrote: Are you sure you are trying it under running mod_perl, and not mod_cgi? No ... I haven't gotten that far ... I'm just trying to run a script from the command

Re: Apache::Scoreboard trouble on Mac OS X

2003-10-21 Thread Ray Zimmerman
At 11:55 AM -0700 10/20/03, Stas Bekman wrote: Ray Zimmerman wrote: At 11:12 AM -0700 10/20/03, Stas Bekman wrote: Are you sure you are trying it under running mod_perl, and not mod_cgi? No ... I haven't gotten that far ... I'm just trying to run a script from the command line. The following wor

Re: Apache::Scoreboard trouble on Mac OS X

2003-10-20 Thread Stas Bekman
Ray Zimmerman wrote: At 12:03 PM -0700 10/20/03, Stas Bekman wrote: Stas Bekman wrote: [...] No ... I haven't gotten that far ... I'm just trying to run a script from the command line. The following works just fine on my Linux box ... Hehe, that's your problem. Apache:: modules don't work from

Re: Apache::Scoreboard trouble on Mac OS X

2003-10-20 Thread Ray Zimmerman
At 12:03 PM -0700 10/20/03, Stas Bekman wrote: Stas Bekman wrote: [...] No ... I haven't gotten that far ... I'm just trying to run a script from the command line. The following works just fine on my Linux box ... Hehe, that's your problem. Apache:: modules don't work from the command line, si

Re: Apache::Scoreboard trouble on Mac OS X

2003-10-20 Thread Stas Bekman
Stas Bekman wrote: [...] No ... I haven't gotten that far ... I'm just trying to run a script from the command line. The following works just fine on my Linux box ... Hehe, that's your problem. Apache:: modules don't work from the command line, since the modperl/apache runtime environment is no

Re: Apache::Scoreboard trouble on Mac OS X

2003-10-20 Thread Stas Bekman
Ray Zimmerman wrote: At 11:12 AM -0700 10/20/03, Stas Bekman wrote: Ray Zimmerman wrote: I have perl-5.8.0 installed on Mac OS X 10.2.8 in /usr/local with no problems. The other day I installed Apache::Scoreboard but when I try running ... #!/usr/bin/perl -w use strict; use Apache::Scoreboard;

Re: Apache::Scoreboard trouble on Mac OS X

2003-10-20 Thread Ray Zimmerman
At 11:12 AM -0700 10/20/03, Stas Bekman wrote: Ray Zimmerman wrote: I have perl-5.8.0 installed on Mac OS X 10.2.8 in /usr/local with no problems. The other day I installed Apache::Scoreboard but when I try running ... #!/usr/bin/perl -w use strict; use Apache::Scoreboard; 1; ... I get ... dyld

Re: Apache::Scoreboard trouble on Mac OS X

2003-10-20 Thread Stas Bekman
Ray Zimmerman wrote: I have perl-5.8.0 installed on Mac OS X 10.2.8 in /usr/local with no problems. The other day I installed Apache::Scoreboard but when I try running ... #!/usr/bin/perl -w use strict; use Apache::Scoreboard; 1; ... I get ... dyld: perl Undefined symbols: _ap_rwrite _ap_send_h

Apache::Scoreboard trouble on Mac OS X

2003-10-20 Thread Ray Zimmerman
I have perl-5.8.0 installed on Mac OS X 10.2.8 in /usr/local with no problems. The other day I installed Apache::Scoreboard but when I try running ... #!/usr/bin/perl -w use strict; use Apache::Scoreboard; 1; ... I get ... dyld: perl Undefined symbols: _ap_rwrite _ap_send_http_header _ap_set_con