Re: sed error in perl Makefile.pl

2003-01-03 Thread dom
I have to rebuild my perl and go through the Configure process to tell it to ignore `hostname`, unless you know a trick for that, too! Well, what about creating a custom shell script named hostname, turn it executable, and put it somewhere in your PATH ? #!/bin/sh echo darkstar.frop.org --

[DIGEST] mod_perl digest 2002/11/18

2003-01-03 Thread jgsmith
-- mod_perl digest November 18, 2002 - December 29, 2002 -- Recent happenings in the mod_perl world... Sorry for

Re: perl's system() w/ apache under win2k

2003-01-03 Thread Steve Hay
Terra Info wrote: 2) a probable answer anyhow- [...] Check to see if the user you run apache under is allowed to interact with the desktop. It should be in the services CPL applet under the entry for that service. Check that and restart the service. A related problem that I stumbled upon

Need help with perl and ezmlm-web

2003-01-03 Thread Margo Poolak
Hello! I have several problems that i dont know how to fix! 1) Im trying to make work the ezmlm-web but it gives me an error: [Thu Jan 02 10:38:50 2003] [error] [client 10.1.6.235] Can't locate Mail/Ezmlm.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0

Re: perl's system() w/ apache under win2k

2003-01-03 Thread Terra Info
Doh! I avoid doing system calls to external apps like the plague so I forget things like that. Thanks for catching it, Tom Stas Bekman wrote: Terra Info wrote: [...] application. If you would like to take output from that application then you should write to STDOUT all text you want the perl

Apache::MP3

2003-01-03 Thread paul . barker
Hi All This may be off topic but since it's Friday I thought I'd have a quick play and install Apache::MP3. I've built the module and followed the Apache config instructions on the web site, but every time I try to access the /music location I get a 500 error and the following line in

Re: Question on possible effects of mod_perl on mod_cgi

2003-01-03 Thread Terra Info
That was it. I redefined Sig{__WARN__} to drop all STDERR output and my script output everything it was supposed to and exited cleanly. Now there is another bug that undoubtedly came from my trying to track down the original issue... Thanks. That saved me a ton of time. Tom Terra Info wrote:

Re: Apache::MP3

2003-01-03 Thread asdf asdf
Paul I do know know that in your startup.pl file, if you put: BEGIN{ use Apache (); use lib Apache-server_root_relative('lib/site_perl/5.6.1'); } Then the path to the directory would be: /usr/local/apache/lib/site_perl/5.6.1 or Whever the server root for apache is. The directory

Re: perl's system() w/ apache under win2k

2003-01-03 Thread Randy Kobes
On Fri, 3 Jan 2003, Stas Bekman wrote: Terra Info wrote: Two things: 1) this is not the list for this question. 2) a probable answer anyhow- If that's a real pitfall and it's doomed to be a recurrent question, can we please document this under win32/? Also, Randy, it seems that there

Internal redirect to method handler bug?

2003-01-03 Thread Dave Rolsky
A user on the Mason list reported a problem when the used an internal redirect pointed at a location handled by Mason. What was happening is that the HTML::Mason::ApacheHandler module, which has a _method_ handler sub (sub handler ($$)) was being called without a package name (just $r) because of

[win32] large binary distributions

2003-01-03 Thread Randy Kobes
If you have trouble staying connected to get the (large) Win32 all-in-one binary packages, either Perl-5.8-win32-bin.exe (Perl-5.8.0/Apache-2.0.43/mod_perl-1.99) or perl-win32-bin.exe (Perl-5.6.1/Apache-1.3.27/mod_perl-1.27), from ftp://theoryx5.uwinnipeg.ca/pub/other/, there's now corresponding

RE: mod_perl make failed: cannot find -lapr

2003-01-03 Thread Steve Davis
Here is an update: But before I begin, let me say thank you for both Stan Bekman and Randy Kobes for your assistance. So far, result was both good and bad. The original issue which I was facing appears to have been resolved. Unfortunately, yet another problem has been created. Hence, this

mod_perl.c Not Compatible with Apache

2003-01-03 Thread Steve Davis
Upon successfully compiling mod_perl 2.0, and modifying httpd.conf so that it becomes invoked at the start of Apache 2.0.43, the following error message is gernerated. It is httpd failed. The error was: Starting httpd: httpd: module mod_perl.c is not compatible with this version of Apache. Please

Re: mod_perl.c Not Compatible with Apache

2003-01-03 Thread Randy Kobes
On Fri, 3 Jan 2003, Steve Davis wrote: Upon successfully compiling mod_perl 2.0, and modifying httpd.conf so that it becomes invoked at the start of Apache 2.0.43, the following error message is gernerated. It is httpd failed. The error was: Starting httpd: httpd: module mod_perl.c is not

RE: mod_perl.c Not Compatible with Apache

2003-01-03 Thread Steve Davis
Randy, All of what I've done, in the form of compiling software, has been done on the same computer and with the same release of the RH. So, there is nothing for which I'm doing to distinctly change which compiler is being used between the compilations of the packages. As best as I can recall,

RE: mod_perl.c Not Compatible with Apache

2003-01-03 Thread Steve Davis
Randy, You 'maybe' on to something here. Let me report to you what I found. In order to be as careful and consistent as possible, I've actually started to keep a log of my activities. It records which commands which I've been used to compile the packages. So I can saw with certainty the

Re: Need help with perl and ezmlm-web

2003-01-03 Thread Stas Bekman
Margo Poolak wrote: Hello! I have several problems that i dont know how to fix! 1) Im trying to make work the ezmlm-web but it gives me an error: [...] 2) Oki trying to install ezmlm: /home/listmg/pakid/Ezmlm-0.03 perl Makefile.PL make make test make install Gives me an error: Can't use an

Re: mod_perl.c Not Compatible with Apache

2003-01-03 Thread Stas Bekman
I've updated the README file to specify the minimum and maximum Apache versions required, the next mod_perl version's release will include it. As for your troubles, as Randy has suggested you probably have a bunch of various installs laying around and you've it all messed up. You don't need to

Re: Internal redirect to method handler bug?

2003-01-03 Thread Dave Rolsky
On Fri, 3 Jan 2003, Dave Rolsky wrote: A user on the Mason list reported a problem when the used an internal redirect pointed at a location handled by Mason. What was happening is that the HTML::Mason::ApacheHandler module, which has a _method_ handler sub (sub handler ($$)) was being called

RE: mod_perl.c Not Compatible with Apache

2003-01-03 Thread Randy Kobes
On Fri, 3 Jan 2003, Steve Davis wrote: [ .. ] To configure Apache: ./configure --prefix=/etc/httpd --with-mpm=prefork To configure mod_perl: perl Makefile.PL MP_AP_PREFIX=/etc/httpd MP_APXS=/etc/httpd/bin/apxs MP_INST_APACHE2=1 MP_DEBUG=1 Also, when I examine /etc/httpd/bin/httpd (the