cvs commit: modperl-2.0 Makefile.PL

2003-01-30 Thread stas
stas2003/01/30 16:52:22 Modified:.Makefile.PL Log: use a portable $(MAKE) instead of just 'make' Revision ChangesPath 1.91 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL ===

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2003-01-30 Thread stas
stas2003/01/30 20:20:20 Modified:src/modules/perl modperl_global.c modperl_global.h xs/Apache/RequestUtil Apache__RequestUtil.h xs/tables/current/ModPerl FunctionTable.pm Log: expose modperl_global_request (needed in external apps written in XS )

[MP2] bug report startup and XML::LibXML

2003-01-30 Thread [EMAIL PROTECTED]
Hi here is a revised complete report bug Hi on SERVER_SOFTWARE: Apache/2.0.44 (Win32) mod_perl/1.99_08-dev Perl/v5.8.0 and as suggested : LIBXML2.DLL VERSION 2.4.26 XML::LibXML version 1.52 everything rebuild debug test code --- use

Randy Kobe's mod_perl2 all-in-one binary

2003-01-30 Thread Lee Goddard
-BEGIN PGP SIGNED MESSAGE- Hash: MD5 Here's a copy of a message I just sent to Randy: is there anyone here who can help me? Thanks in anticipation. lee Hi Randy, I've just downloaded and installed your godsend of an all-in-one Apache2/mod_perl2 package - thanks very much

RE: DBM ties within Apache under Mod Perl

2003-01-30 Thread Jim Morrison [Mailinglists]
Perrin You can only do that for read-only dbms. For read/write, use MLDBM::Sync. Ok.. Will have a look at that .. Thanks. PS. Do people think this is a bad idea from the start? Yes. For one thing, there is no way to know when people leave your site. Hmmm... Bizare.. I don't

[mp2]

2003-01-30 Thread Lee Goddard
-BEGIN PGP SIGNED MESSAGE- Hash: MD5 I do not understand this, please help: isn't this a message generated by something other than me? Error message: Can't locate object method server_root_relative via package Apache at C:/Perl/site/lib/Apache/compat.pm line

Re: mod_perl and mod_cgi problems

2003-01-30 Thread Magnar Stav Johanssen
Sending you a piece of my httpd.conf file: LoadModule perl_module /local/lib/apache/libperl.so AddHandlercgi-script.cgi IfModule mod_perl.c Location /tools/admin/perl-status SetHandlerperl-script PerlHandlerApache::Status PerlSetVar

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Matt Sergeant
On 28 Jan 2003, Joe Schaefer wrote: libapreq-1.1 is now available on CPAN, and also through the Apache website at http://www.apache.org/dist/httpd/libapreq/libapreq-1.1.tar.gz Failed badly to install for me. First of all it won't install via the CPAN shell as root because the test harness

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Joe Schaefer
Matt Sergeant [EMAIL PROTECTED] writes: On 28 Jan 2003, Joe Schaefer wrote: libapreq-1.1 is now available on CPAN, and also through the Apache website at http://www.apache.org/dist/httpd/libapreq/libapreq-1.1.tar.gz Failed badly to install for me. First of all it won't install

Re: Randy Kobe's mod_perl2 all-in-one binary

2003-01-30 Thread Randy Kobes
On Thu, 30 Jan 2003, Lee Goddard wrote: I've just downloaded and installed your godsend of an all-in-one Apache2/mod_perl2 package - thanks very much for it! Server runs nicely. But is there a simple explanation of why I get the following message? Can't locate

Re: [mp2]

2003-01-30 Thread Randy Kobes
On Thu, 30 Jan 2003, Lee Goddard wrote: I do not understand this, please help: isn't this a message generated by something other than me? Error message: Can't locate object method server_root_relative via package Apache at C:/Perl/site/lib/Apache/compat.pm line

Re[2]: Randy Kobe's mod_perl2 all-in-one binary

2003-01-30 Thread Lee Goddard
-BEGIN PGP SIGNED MESSAGE- Hash: MD5 Hi Randy, On Thursday, January 30, 2003 at 6:18:48 PM, you wrote: RK On Thu, 30 Jan 2003, Lee Goddard wrote: I've just downloaded and installed your godsend of an all-in-one Apache2/mod_perl2 package - thanks very much for it! Server

Re[2]: [mp2]

2003-01-30 Thread Lee Goddard
-BEGIN PGP SIGNED MESSAGE- Hash: MD5 Hi Randy, On Thursday, January 30, 2003 at 6:26:09 PM, you wrote: RK On Thu, 30 Jan 2003, Lee Goddard wrote: I do not understand this, please help: isn't this a message generated by something other than me? Error message:

[mp2] POD

2003-01-30 Thread Lee Goddard
-BEGIN PGP SIGNED MESSAGE- Hash: MD5 Is the pod missing from the mp2 beta, or is it just mine? I've looked on perdoc.org, but nothing there for Apache::Const. I'm trying to find a replacement for Apache::Request::params() on mp2, and struggling furiously since Apache::compat doesn't

Re: [mp2] POD

2003-01-30 Thread Randy Kobes
On Thu, 30 Jan 2003, Lee Goddard wrote: -BEGIN PGP SIGNED MESSAGE- Hash: MD5 Is the pod missing from the mp2 beta, or is it just mine? I've looked on perdoc.org, but nothing there for Apache::Const. I'm trying to find a replacement for Apache::Request::params() on mp2, and

Re[2]: [mp2] POD

2003-01-30 Thread Lee Goddard
-BEGIN PGP SIGNED MESSAGE- Hash: MD5 Hi Randy, On Thursday, January 30, 2003 at 7:06:12 PM, you wrote: RK On Thu, 30 Jan 2003, Lee Goddard wrote: -BEGIN PGP SIGNED MESSAGE- Hash: MD5 Is the pod missing from the mp2 beta, or is it just mine? I've looked on perdoc.org, but

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Dave Rolsky
On Tue, 28 Jan 2003, Joe Schaefer wrote: libapreq-1.1 is now available on CPAN, and also through the Apache website at http://www.apache.org/dist/httpd/libapreq/libapreq-1.1.tar.gz What are the difference between this version and 1.05? The changelog ends at 1.05. -dave

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Joe Schaefer
Dave Rolsky [EMAIL PROTECTED] writes: On Tue, 28 Jan 2003, Joe Schaefer wrote: libapreq-1.1 is now available on CPAN, and also through the Apache website at http://www.apache.org/dist/httpd/libapreq/libapreq-1.1.tar.gz What are the difference between this version and 1.05? The

Re: libgtop gone?

2003-01-30 Thread Stas Bekman
--- Stas Bekman [EMAIL PROTECTED] wrote: Mithun Bhattacharya wrote: Tried compilling libgtop on a server without X and got the following. The error message seems to be self explanatory. So give the configure the --without-gnome parameter, what's the big deal? My sincere apologies to

Re: Randy Kobe's mod_perl2 all-in-one binary

2003-01-30 Thread Stas Bekman
[...] Yes, I understand that, which is what confused me. Funny thing is that it (my startup.pl) works from Apache, just not from the command line -- I presume there's something going into @INC I don't know about. It's normal that code loading Apache::* modules doesn't work from the command

Re: [mp2]

2003-01-30 Thread Stas Bekman
Lee Goddard wrote: Can't locate object method server_root_relative via package Apache at C:/Perl/site/lib/Apache/compat.pm line 68. Also it may mean that you haven't loaded Apache::ServerUtil, in which this method resides.

Re: mod_perl and mod_cgi problems

2003-01-30 Thread Stas Bekman
Magnar Stav Johanssen wrote: Sending you a piece of my httpd.conf file: [...] looks fine to me. Have you tried looking in the archives? I have found: http://marc.theaimsgroup.com/?l=apache-modperlw=2r=1s=libthread+panicq=b Well, I've used google.com alot, but maybe I didn't push the magic

Re: [mp2]

2003-01-30 Thread Stas Bekman
Stas Bekman wrote: Lee Goddard wrote: Can't locate object method server_root_relative via package Apache at C:/Perl/site/lib/Apache/compat.pm line 68. Also it may mean that you haven't loaded Apache::ServerUtil, in which this method resides. no, no, Apache::compat loads it,

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Stas Bekman
Joe Schaefer wrote: Matt Sergeant [EMAIL PROTECTED] writes: On 28 Jan 2003, Joe Schaefer wrote: libapreq-1.1 is now available on CPAN, and also through the Apache website at http://www.apache.org/dist/httpd/libapreq/libapreq-1.1.tar.gz Failed badly to install for me. First of all it

Re: [mp2] POD

2003-01-30 Thread Stas Bekman
Thanks again, Randy. I did see those docs, but was confused by the prose. If you find things unclear, please post a patch to improve them. Thanks. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Matt Sergeant
On Thursday, Jan 30, 2003, at 14:46 Europe/London, Joe Schaefer wrote: Matt Sergeant [EMAIL PROTECTED] writes: On 28 Jan 2003, Joe Schaefer wrote: libapreq-1.1 is now available on CPAN, and also through the Apache website at http://www.apache.org/dist/httpd/libapreq/libapreq-1.1.tar.gz

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Stas Bekman
Matt Sergeant wrote: [...] It would help to know your platform details. We tried to eliminate all segfaults related to perl-5.8.0, but in the process we may have introduced new ones. perl 5.00503 on RH 6.2 and mod_perl 1.26 IIRC. The segfault was during the file upload tests. And the

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Joe Schaefer
Matt Sergeant [EMAIL PROTECTED] writes: [...] It would help to know your platform details. We tried to eliminate all segfaults related to perl-5.8.0, but in the process we may have introduced new ones. perl 5.00503 on RH 6.2 and mod_perl 1.26 IIRC. The segfault was during the file

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Joe Schaefer
Stas Bekman [EMAIL PROTECTED] writes: Joe, I thought you've reverted to use the old test suite? I did, sorry for the confusion. The test suite in 1.1 is based on Apache::test, not Apache::Test. -- Joe Schaefer

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Stas Bekman
Joe Schaefer wrote: Stas Bekman [EMAIL PROTECTED] writes: Joe, I thought you've reverted to use the old test suite? I did, sorry for the confusion. The test suite in 1.1 is based on Apache::test, not Apache::Test. In any case we need to solve this problem for Apache::Test. I'll take care

cgi and mod_perl-1.26, Apache-1.27, perl-5.8.0, FreeBSD fail with 'The document contained no data'

2003-01-30 Thread George Savvides
Hi all, I am having problems running cgi scripts under mod_perl. I realise that this question has been asked before but I have not been able to find a reference to this particular behaviour in the manuals or newsgroups. Problem summary --- Scripts running under mod_perl fail.

Help installing mod_perl-1.99_08

2003-01-30 Thread Casey Songer
This is probably a stupid question, but I've been searching the documentation for 3 or 4 hours now and I still can't get mod_perl to install. I have mod_perl installed under apache 1.3.26 and have been running that with great success for a couple years, but I am trying to upgrade to apache

Re: cgi and mod_perl-1.26, Apache-1.27, perl-5.8.0, FreeBSD failwith 'The document contained no data'

2003-01-30 Thread Stas Bekman
George Savvides wrote: Hi all, I am having problems running cgi scripts under mod_perl. I realise that this question has been asked before but I have not been able to find a reference to this particular behaviour in the manuals or newsgroups. Problem summary --- Scripts running

Re: Help installing mod_perl-1.99_08

2003-01-30 Thread Christopher Warren
On Thu, 30 Jan 2003 17:57:05 -0700, Casey Songer wrote: When I do httpd -l mod_perl isn't listed, should it be? I also get errors for things in my apache configuration scripts like PerlHandler and PerlRequire, which I assume means that mod_perl isn't installed. I have read through

Re: Help installing mod_perl-1.99_08

2003-01-30 Thread Stas Bekman
Casey Songer wrote: This is probably a stupid question, but I've been searching the documentation for 3 or 4 hours now and I still can't get mod_perl to install. I have mod_perl installed under apache 1.3.26 and have been running that with great success for a couple years, but I am trying to

Re: mod_perl and mod_cgi problems

2003-01-30 Thread Stas Bekman
@(none) @genuity.no wrote: Thanks! I've actually made some kind of progress on this case... I've found a workaround... I don't fully like it, so if anyone got a sugestion for aprovement, please tell me! This was the problem area in my old httpd.conf: (...) AddHandler cgi-script .cgi

Re: [MP2] bug report startup and XML::LibXML

2003-01-30 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Hi here is a revised complete report bug and as suggested : LIBXML2.DLL VERSION 2.4.26 XML::LibXML version 1.52 I've tested with libxml2-2.4.23 and XML::LibXML 1.53 on linux and it works just fine. [...] output ok but apache segfault --- here is

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Nathan Byrd
On Thu, 2003-01-30 at 16:36, Stas Bekman wrote: Joe Schaefer wrote: Matt Sergeant [EMAIL PROTECTED] writes: On 28 Jan 2003, Joe Schaefer wrote: libapreq-1.1 is now available on CPAN, and also through the Apache website at

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Stas Bekman
Nathan Byrd wrote: [...] Matt, Apache::Test may not work when run under root, because Apache won't let you start the server as 'User root' so it tries to use 'nobody' or something else as the username the server runs under, which of course has no perms to access files created by root and hence