Only .llong should be used for relocatable expressions - mod_perl 2.0.4 on AIX5.3 64bit

2010-12-22 Thread Stas, Kamil
hello, I am facing the following problem with compiling mod_perl 2.0.4 on AIX5.3 64bit the problem I got this error after make: Assembler: /tmp//ccA7B415.s: line 8: Only .llong should be used for relocatable expressions. /tmp//ccA7B415.s: line 9: Only .llong should be used for relocatable

mod_perl-2.0.4 for Apache httpd-2.2.17 on Solaris10 64bit - ld: wrong ELF class: ELFCLASS64 - CC=gcc -m64

2010-12-08 Thread Stas, Kamil
Hello, I am trying to compile mod_perl-2.0.4 for Apache httpd-2.2.17 on Solaris10 SunOS 5.10 Generic_141414-10 sun4v sparc SUNW,SPARC-Enterprise-T5120 I am facing ld: wrong ELF class: ELFCLASS64 problem. Everyting was compiled in m -64 mode, generated .so 64bit, with export CC=gcc -m64 When

svn commit: r690793 - /perl/modperl/branches/1.x/mod_perl.pod

2008-08-31 Thread stas
Author: stas Date: Sun Aug 31 15:06:42 2008 New Revision: 690793 URL: http://svn.apache.org/viewvc?rev=690793view=rev Log: Indicate that http://perl.apache.org/faq/ is no more and merged into the docs Reported by: Lars Noodén [EMAIL PROTECTED] Modified: perl/modperl/branches/1.x/mod_perl.pod

Re: Apache::TestMB quitting too early

2007-10-11 Thread Stas Bekman
-- _ Stas Bekmanmailto:[EMAIL PROTECTED] http://stason.org/ http://www.linkedin.com/in/stasbekman http://stasosphere.com/ http://stason.org/photos/gallery/ http://healingcloud.com http://chestofbooks.com/ http://modperlbook.org

Re: The mod_perl2 User's Guide book is out

2007-09-11 Thread Stas Bekman
Stas Bekman wrote: Hi everybody, Jim Brandt, Allison Randal and I are happy to announce that the first book about mod_perl2: The mod_perl2 User's Guide has been published and available for purchase. See the book's site: http://modperl2book.org/ for details. 50% of this book's proceeds

The mod_perl2 User's Guide book is out

2007-09-10 Thread Stas Bekman
://socialposter.com/generator.php?c=alltip=linksurl=http%3A%2F%2Fmodperl2book.org%2Ftitle=mod_perl2%20User's%20Guidetext= Thank you and enjoy the book! -- _ Stas Bekmanmailto:[EMAIL PROTECTED] http://stason.org/ http://www.linkedin.com

Re: Fw: Re: mod_perl closes apache's stdin and/or stdout

2007-04-03 Thread Stas Bekman
Stephane Chazelas wrote: On Mon, Apr 02, 2007 at 03:52:50PM -0700, Stas Bekman wrote: Stephane, you are correct in your observations that original STDIN and STDOUT filehandles are not preserved when perlio CGI mode is used. This is because how Perl works. Consider the following perl program

Re: Fw: Re: mod_perl closes apache's stdin and/or stdout

2007-04-02 Thread Stas Bekman
); } -- _ Stas Bekmanmailto:[EMAIL PROTECTED] http://stason.org/ http://www.linkedin.com/in/stasbekman http://stasosphere.com/ The Practical mod_perl book http://modperlbook.org/ http://stason.org/photos/gallery/ http://healingcloud.com Index: src/modules/perl

Re: Fw: Re: mod_perl closes apache's stdin and/or stdout

2007-04-02 Thread Stas Bekman
William A. Rowe, Jr. wrote: Stas Bekman wrote: But which file to open as a place holder? In this example I use /dev/null and it works as you wish. AFAIK, windows doesn't have /dev/null, unless you run on cygwin. Of course, it does, but it has the classic MS-DOS name of NUL present

Re: Fw: Re: mod_perl closes apache's stdin and/or stdout

2007-04-02 Thread Stas Bekman
William A. Rowe, Jr. wrote: Stas Bekman wrote: William A. Rowe, Jr. wrote: Stas Bekman wrote: But which file to open as a place holder? In this example I use /dev/null and it works as you wish. AFAIK, windows doesn't have /dev/null, unless you run on cygwin. Of course, it does, but it has

svn commit: r503974 - /perl/modperl/trunk/src/modules/perl/modperl_handler.c

2007-02-05 Thread stas
Author: stas Date: Mon Feb 5 20:14:28 2007 New Revision: 503974 URL: http://svn.apache.org/viewvc?view=revrev=503974 Log: make the compiler happy (missing the 'default' case in the switch statement) Modified: perl/modperl/trunk/src/modules/perl/modperl_handler.c Modified: perl/modperl

svn commit: r503976 - in /perl/modperl/trunk: Changes ModPerl-Registry/lib/ModPerl/RegistryCooker.pm

2007-02-05 Thread stas
Author: stas Date: Mon Feb 5 20:31:48 2007 New Revision: 503976 URL: http://svn.apache.org/viewvc?view=revrev=503976 Log: fix ModPerl::RegistryCooker::read_script to handle all possible errors, previously there was a case where Apache2::Const::OK was returned on an error. Contributed by: Eivind

svn commit: r483625 - in /perl/modperl/trunk: Changes src/modules/perl/modperl_gtop.c

2006-12-07 Thread stas
Author: stas Date: Thu Dec 7 11:27:58 2006 New Revision: 483625 URL: http://svn.apache.org/viewvc?view=revrev=483625 Log: a minor compilation warning resolved in modperl_gtop_size_string Modified: perl/modperl/trunk/Changes perl/modperl/trunk/src/modules/perl/modperl_gtop.c Modified

Re: SubRequest in Handler vs SubRequest in Filter - and Segmentation Fault

2006-07-07 Thread Stas Bekman
(modperl_wbucket_flush(rcfg-wbucket, FALSE), Apache2::SubRequest::run); -- _ Stas Bekmanmailto:[EMAIL PROTECTED] http://stason.org/ MailChannels: Reliable Email Delivery http://mailchannels.com The Practical mod_perl book

Re: SubRequest in Handler vs SubRequest in Filter - and Segmentation Fault

2006-07-05 Thread Stas Bekman
Scott Penrose wrote: On 05/07/2006, at 5:47, Stas Bekman wrote: http://perl.apache.org/docs/2.0/user/handlers/ filters.html#HTTP_Request_vs__Connection_Filters OK Some very weird and interesting problems here. I think they are bugs, but I am not certain. Firstly - if you write the code

Re: SubRequest in Handler vs SubRequest in Filter - and Segmentation Fault

2006-07-04 Thread Stas Bekman
the expansion (more Subrequests). I have found this has not really worked the way I want, but it did allow me to move forward on my project a little. cool -- _ Stas Bekmanmailto:[EMAIL PROTECTED] http://stason.org/ MailChannels

Re: SubRequest in Handler vs SubRequest in Filter - and Segmentation Fault

2006-07-04 Thread Stas Bekman
Scott Penrose wrote: On 04/07/2006, at 20:53, Scott Penrose wrote: On 04/07/2006, at 17:30, Stas Bekman wrote: Scott Penrose wrote: Is this a request or a connection filter? It won't work as a connection filter (r is not available there). It is an ouptut filter. But what output

Re: SubRequest in Handler vs SubRequest in Filter - and Segmentation Fault

2006-07-02 Thread Stas Bekman
is not available there). What's the core's backtrace? -- _ Stas Bekmanmailto:[EMAIL PROTECTED] http://stason.org/ MailChannels: Reliable Email Delivery http://mailchannels.com The Practical mod_perl book http://modperlbook.org/ http

Re: AppArmor - makes mod_perl/mod_php safer on linux

2006-04-10 Thread Stas Bekman
perl scripts running under mod-perl. according to the presenter -- it does. -- _ Stas Bekman mailto:[EMAIL PROTECTED] http://stason.org/ MailChannels: Assured Messaging(TM) http://mailchannels.com/ The Practical mod_perl book http

FYI: AppArmor - makes mod_perl/mod_php safer on linux

2006-04-07 Thread Stas Bekman
-- _ Stas Bekman mailto:[EMAIL PROTECTED] http://stason.org/ MailChannels: Assured Messaging(TM) http://mailchannels.com/ The Practical mod_perl book http://modperlbook.org/ http://perl.apache.org/ http://perl.org/ http://logilune.com/

svn commit: r386498 - in /perl/modperl/trunk: Changes lib/ModPerl/BuildMM.pm xs/APR/APR/Makefile.PL

2006-03-16 Thread stas
Author: stas Date: Thu Mar 16 16:40:43 2006 New Revision: 386498 URL: http://svn.apache.org/viewcvs?rev=386498view=rev Log: Make sure that LIBS and other MakeMaker command line flags are not ignored by the top level Makefile.PL and xs/APR/APR/Makefile.PL Modified: perl/modperl/trunk/Changes

svn commit: r381784 - /perl/modperl/trunk/build/svn.remerge

2006-02-28 Thread stas
Author: stas Date: Tue Feb 28 13:16:27 2006 New Revision: 381784 URL: http://svn.apache.org/viewcvs?rev=381784view=rev Log: make the script more portable: sed parts didn't work on Solaris 9, use perl instead Modified: perl/modperl/trunk/build/svn.remerge Modified: perl/modperl/trunk/build

Re: Syntax issue in Apache/TestConfig.pm TestUtil.pm

2006-02-23 Thread Stas Bekman
a clean patch against head I'll post it. I'll also look at the state of MakeMaker to see if this issue -was- addressed there. -- _ Stas Bekman mailto:[EMAIL PROTECTED] http://stason.org/ MailChannels: Assured Messaging(TM) http

Re: Syntax issue in Apache/TestConfig.pm TestUtil.pm

2006-02-22 Thread Stas Bekman
:) -- _ Stas Bekman mailto:[EMAIL PROTECTED] http://stason.org/ MailChannels: Assured Messaging(TM) http://mailchannels.com/ The Practical mod_perl book http://modperlbook.org/ http://perl.apache.org/ http://perl.org/ http://logilune.com/

Re: [mp2] make test errors (failed to start server) with mp 2.0.2

2006-02-01 Thread Stas Bekman
you've mentioned telnet. Usually when you type at the local keyboard you generate the entropy for the random device, when you connect from a different machine, there is no physical input to accomplish that. -- _ Stas Bekman mailto:[EMAIL

svn commit: r370270 - in /perl/modperl/trunk: Changes t/response/TestApache/daemon.pm xs/Apache2/ServerUtil/Apache2__ServerUtil.h xs/maps/modperl_functions.map

2006-01-18 Thread stas
Author: stas Date: Wed Jan 18 13:47:36 2006 New Revision: 370270 URL: http://svn.apache.org/viewcvs?rev=370270view=rev Log: Add perl API corresponding to User and Group directives in httpd.conf: Apache2::ServerUtil-user_id and Apache2::ServerUtil-group_id Added: perl/modperl/trunk/t

Re: Bug report: ModPerl 2.0.2 make test Insecure directory under -T

2005-12-23 Thread Stas Bekman
Kent, Mr. John (Contractor) wrote: Hello Stas, No, my path does not contain . or .. anywhere. Here is what I get: [EMAIL PROTECTED] ~]$ perl -le 'print $ENV{PATH}' /users/webuser/perl/bin:/users/webuser/apache-ant/bin:users/webuser/netscape:/users/webuser/mysql/bin:/users/webuser/jdev/bin

Re: Apache2::Status memory usage fails

2005-12-23 Thread Stas Bekman
52316 You also need to be aware that shared memory reporting on linux 2.6 kernel is invalid. I don't know if it was fixed in the most recent kernel releases. -- _ Stas Bekman mailto:[EMAIL PROTECTED] http://stason.org/ MailChannels

Re: mp2 Apache won't start under ssh

2005-12-23 Thread Stas Bekman
on the local keyboard: http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#Server_Hanging_at_the_Startup -- _ Stas Bekman mailto:[EMAIL PROTECTED] http://stason.org/ MailChannels: Assured Messaging(TM) http

Re: Bug report: ModPerl 2.0.2 make test Insecure directory under -T

2005-12-22 Thread Stas Bekman
.5.8.7/bin/perl /users/webuser/src/mod_perl-2.0.2/t/TEST -bugreport -verbose=0 make: *** [run_tests] Error 143 Check your PATH env var, John. perl -le 'print $ENV{PATH}' does it contain .., . or similar? -- _ Stas Bekman mailto:[EMAIL

Re: go crazy with me

2005-12-19 Thread Stas Bekman
perl/C/XS expert and who is resolving any problems with Event::Lib almost as soon as we are posting the bug reports. I wish more CPAN authors were as responsive as Tassilo is :) -- _ Stas Bekman mailto:[EMAIL PROTECTED] http

Re: go crazy with me

2005-12-19 Thread Stas Bekman
the bug reports. I wish more CPAN authors were as responsive as Tassilo is :) -- _ Stas Bekman mailto:[EMAIL PROTECTED] http://stason.org/ MailChannels: Assured Messaging(TM) http://mailchannels.com/ The Practical mod_perl book http

svn commit: r348394 - in /perl/modperl/trunk: Changes src/modules/perl/modperl_io.c

2005-11-22 Thread stas
Author: stas Date: Tue Nov 22 23:35:34 2005 New Revision: 348394 URL: http://svn.apache.org/viewcvs?rev=348394view=rev Log: Perl_do_open/close fixes to make mod_perl 2.0 compile with [EMAIL PROTECTED] Modified: perl/modperl/trunk/Changes perl/modperl/trunk/src/modules/perl/modperl_io.c

Re: Testing problem

2005-11-13 Thread Stas Bekman
/bin t/TEST adjust PATH to include what you need. if you run under bash shell you don't need the 'env' part. -- _ Stas Bekman mailto:[EMAIL PROTECTED] http://stason.org/ MailChannels: Assured Messaging(TM) http://mailchannels.com

Re: TZ variable and mod_perl

2005-10-31 Thread Stas Bekman
that this variable is deleted? http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#C_Libraries_Don_t_See_C__ENV__Entries_Set_by_Perl_Code -- _ Stas Bekman mailto:[EMAIL PROTECTED] http://stason.org/ MailChannels

Re: [RELEASE CANDIDATE] mod_perl-2.0.2 RC1

2005-10-12 Thread Stas Bekman
Christopher H. Laco wrote: Stas Bekman wrote: Philip M. Gollucci wrote: A release candidate for mod_perl 2.0.2 is now available for testing. Please grab the candidate from http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.2-dev.tar.gz +1, tested with 43 different apaches/perls

Re: [RELEASE CANDIDATE] mod_perl-2.0.2 RC1

2005-10-12 Thread Stas Bekman
, Include); target is the name of the httpd executable and it can be changed from the command line: t/TEST -target=http2005d in which case the hardcoded test will break :) -- _ Stas Bekman mailto:[EMAIL PROTECTED] http://stason.org

Re: [RELEASE CANDIDATE] mod_perl-2.0.2 RC1

2005-10-12 Thread Stas Bekman
Stas Bekman wrote: Christopher H. Laco wrote: Stas Bekman wrote: Philip M. Gollucci wrote: A release candidate for mod_perl 2.0.2 is now available for testing. Please grab the candidate from http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.2-dev.tar.gz +1, tested with 43

svn commit: r293474 - /perl/modperl/trunk/Makefile.PL

2005-10-03 Thread stas
Author: stas Date: Mon Oct 3 17:20:13 2005 New Revision: 293474 URL: http://svn.apache.org/viewcvs?rev=293474view=rev Log: style Modified: perl/modperl/trunk/Makefile.PL Modified: perl/modperl/trunk/Makefile.PL URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/Makefile.PL?rev=293474r1

svn commit: r293476 - /perl/modperl/trunk/Makefile.PL

2005-10-03 Thread stas
Author: stas Date: Mon Oct 3 17:30:04 2005 New Revision: 293476 URL: http://svn.apache.org/viewcvs?rev=293476view=rev Log: untabify Modified: perl/modperl/trunk/Makefile.PL Modified: perl/modperl/trunk/Makefile.PL URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/Makefile.PL?rev

svn commit: r291801 - /perl/modperl/trunk/t/lib/TestCommon/LogDiff.pm

2005-09-26 Thread stas
Author: stas Date: Mon Sep 26 17:41:42 2005 New Revision: 291801 URL: http://svn.apache.org/viewcvs?rev=291801view=rev Log: add strict, fix bug Modified: perl/modperl/trunk/t/lib/TestCommon/LogDiff.pm Modified: perl/modperl/trunk/t/lib/TestCommon/LogDiff.pm URL: http://svn.apache.org

svn commit: r291058 - /perl/modperl/branches/apache2-rename-unstable/

2005-09-22 Thread stas
Author: stas Date: Thu Sep 22 19:07:52 2005 New Revision: 291058 URL: http://svn.apache.org/viewcvs?rev=291058view=rev Log: Merged successfully to trunk/ Removed: perl/modperl/branches/apache2-rename-unstable/

svn commit: r290331 - /perl/modperl/trunk/lib/Apache2/PerlSections/Dump.pm

2005-09-19 Thread stas
Author: stas Date: Mon Sep 19 19:18:54 2005 New Revision: 290331 URL: http://svn.apache.org/viewcvs?rev=290331view=rev Log: tidy up Modified: perl/modperl/trunk/lib/Apache2/PerlSections/Dump.pm Modified: perl/modperl/trunk/lib/Apache2/PerlSections/Dump.pm URL: http://svn.apache.org/viewcvs

svn commit: r267275 - /perl/modperl/trunk/lib/Apache2/Build.pm

2005-09-02 Thread stas
Author: stas Date: Fri Sep 2 12:09:13 2005 New Revision: 267275 URL: http://svn.apache.org/viewcvs?rev=267275view=rev Log: - remove whitespace - wrap long lines Modified: perl/modperl/trunk/lib/Apache2/Build.pm Modified: perl/modperl/trunk/lib/Apache2/Build.pm URL: http://svn.apache.org

svn commit: r267276 - in /perl/modperl/trunk: Changes lib/Apache2/Build.pm

2005-09-02 Thread stas
Author: stas Date: Fri Sep 2 12:11:43 2005 New Revision: 267276 URL: http://svn.apache.org/viewcvs?rev=267276view=rev Log: On cygwin some dlls might happen to be with identical base addresses and if you try to load both of them you'll get an error and you'll have to use the rebase utility to fix

svn commit: r264897 - /perl/modperl/trunk/t/protocol/TestProtocol/eliza.pm

2005-08-30 Thread stas
Author: stas Date: Tue Aug 30 17:01:47 2005 New Revision: 264897 URL: http://svn.apache.org/viewcvs?rev=264897view=rev Log: missing constant Modified: perl/modperl/trunk/t/protocol/TestProtocol/eliza.pm Modified: perl/modperl/trunk/t/protocol/TestProtocol/eliza.pm URL: http

Re: Apache, Mod_Perl Upgrade

2005-08-19 Thread Stas Bekman
wasn't of a release quality (I think it was still beta or something) -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED

Re: ModPerl 2.0.1 AIX4.3.3 - Make Test Fails to run

2005-08-17 Thread Stas Bekman
on) -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

svn commit: r233275 - in /perl/modperl/trunk: Changes src/modules/perl/modperl_filter.c t/filter/TestFilter/in_str_declined_read.pm t/filter/in_str_declined_read.t

2005-08-17 Thread stas
Author: stas Date: Wed Aug 17 17:37:06 2005 New Revision: 233275 URL: http://svn.apache.org/viewcvs?rev=233275view=rev Log: croak in case a filter returns DECLINED after calling $f-read (as it is not supposed to happen) Added: perl/modperl/trunk/t/filter/TestFilter/in_str_declined_read.pm

Re: Mod_perl Apache to encapsulate legacy protocol

2005-08-16 Thread Stas Bekman
the HTTP if your protocol is somewhat similar to it. e.g. send email over HTTP: http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlHeaderParserHandler -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http

Re: [mp2] make test failure in t/api/access2

2005-08-16 Thread Stas Bekman
Michael G Schwern wrote: On Mon, Aug 15, 2005 at 05:54:53PM -0700, Stas Bekman wrote: Where does it go then? Are you sure you've applied the patch and the warn statement is there? Grepping the source tree the only instance of myip is in t/response/TestAPI/access2.pm which I put

Re: mod_perl2 bug report

2005-08-16 Thread Stas Bekman
get this during the mod_perl2 compile as thats where I usually get it and smack myself. I'm tempted to add a note to the mp2 build page about this, but don't know exactly how to word it. -- __ Stas BekmanJAm_pH

Re: mod_perl touted in company press release

2005-08-16 Thread Stas Bekman
:) -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org

svn commit: r233075 - /perl/modperl/trunk/t/response/TestAPI/access2.pm

2005-08-16 Thread stas
Author: stas Date: Tue Aug 16 16:03:56 2005 New Revision: 233075 URL: http://svn.apache.org/viewcvs?rev=233075view=rev Log: adjust the test not to rely on @servername@ which for some reason mismatches on the some setups (making mod_auth fail). so instead use the 'allow from all' test, which

Re: [mp2] make test failure in t/api/access2

2005-08-15 Thread Stas Bekman
Michael G Schwern wrote: On Fri, Aug 12, 2005 at 09:19:13PM -0700, Stas Bekman wrote: On Fri, Aug 12, 2005 at 08:47:30PM -0700, Stas Bekman wrote: e.g. inside a handler t/response/TestAPI/access2.pm Put it in there and didn't see any extra output in STDERR or error.log. what test

Re: [MP2] having trouble obtaining $r

2005-08-11 Thread Stas Bekman
if you chance that config to: Directory /web/ssldocs/foobar/auth AllowOverride None Options +ExecCGI SetHandler perl-script PerlResponseHandler ModPerl::Registry /Directory -- __ Stas BekmanJAm_pH -- Just

Re: [Fwd: ApacheCon US 2005 CFP slightly extended]

2005-08-10 Thread Stas Bekman
). -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

Re: [Fwd: ApacheCon US 2005 CFP slightly extended]

2005-08-10 Thread Stas Bekman
! -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: [Fwd: ApacheCon US 2005 CFP slightly extended]

2005-08-10 Thread Stas Bekman
Dan Brian wrote: By the way, Stas deserves some severe kudos for these materials. They were the best tutorial materials at OSCON, reading like a well- written book. You could stand up and read the whole thing without any preparation. Thanks for the kind words, Dan. The pseudo-pod source

svn commit: r231356 - in /perl/modperl/trunk/ModPerl-Registry/t: 206.t 304.t 404.t cgi.t closure.t flush.t perlrun_extload.t redirect.t special_blocks.t

2005-08-10 Thread stas
Author: stas Date: Wed Aug 10 16:56:57 2005 New Revision: 231356 URL: http://svn.apache.org/viewcvs?rev=231356view=rev Log: skip tests if HTML::HeadParser is not available Modified: perl/modperl/trunk/ModPerl-Registry/t/206.t perl/modperl/trunk/ModPerl-Registry/t/304.t perl/modperl

Re: failing tests in mod_perl-2.0.1/ModPerl-Registry/t

2005-08-07 Thread Stas Bekman
Philip M. Gollucci wrote: Jim Martinez wrote: While compiling mod perl 2.0.1 on a box that did not have HTML::HeadParser installed, several tests failed. What modules did you have installed ? Stas Bekman, at a Portland Perl Monks meeting, suggested that, since HTML::HeadParser

Re: [PATCH] Apache2::SizeLimit on Linux

2005-08-07 Thread Stas Bekman
? -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http

Re: [mp2] CGI.pm porting/co-existence questions

2005-08-07 Thread Stas Bekman
. -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

Re: Apache2 filters questions

2005-08-03 Thread Stas Bekman
and the content handler can still get the body (this is only available in libapreq2) -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: win32, mod_perl/2.0.1, Apache/2.0.54 - ithreads problem

2005-08-03 Thread Stas Bekman
I'm not an expert on ithreads (Stas is the resident guru on this), but from messages such as http://marc.theaimsgroup.com/?l=apache-modperlw=2r=1s=threads%3A%3Asharedq=b there's still issues with these, especially in a mod_perl environment. Try using this modperl2 branch and perl 5.8.7

Re: writing to file with mp2

2005-07-27 Thread Stas Bekman
://perl.apache.org/docs/2.0/api/APR/PerlIO.html#Description Just open the file and write it out like you always do in Perl. -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: set the UIDs and GIDs in Mod_Perl 2

2005-07-22 Thread Stas Bekman
to 'suexec' to). -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

Re: set the UIDs and GIDs in Mod_Perl 2

2005-07-22 Thread Stas Bekman
. -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http

Re: Request-local storage?

2005-07-22 Thread Stas Bekman
-- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Re: Request-local storage?

2005-07-22 Thread Stas Bekman
Simon Perreault wrote: On Friday 22 July 2005 10:27, Stas Bekman wrote: $r-notes for strings $r-pnotes for perl scalars Thank you very much for your quick reply. I didn't know about those methods. I should have mentioned that I am running under ModPerl::Registry and am trying to keep my

Re: Request-local storage?

2005-07-22 Thread Stas Bekman
Simon Perreault wrote: On Friday 22 July 2005 11:00, Stas Bekman wrote: But you need this functionality only under mod_perl, right? Well, not really. I would still need to cache stuff during the request when running under mod_cgi but then the cache would be automatically reset at the end

Re: mod_perl2 and Attribute::Handlers?

2005-07-21 Thread Stas Bekman
it here. Thanks. -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

Re: The mod_perl protocol handler sample code have some problem!

2005-07-21 Thread Stas Bekman
, can you write a test that can emulate such a situation? -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: Strange error in log when trying to implement PerlTypeHandler

2005-07-20 Thread Stas Bekman
sources for 'Invalid type' string? -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com

Re: Modification of read only value attempted

2005-07-20 Thread Stas Bekman
in? -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http

Re: memory leak with perl5.8/freebsd/mod_perl 1.29

2005-07-20 Thread Stas Bekman
#httpd_keeps_on_growing_after_each_restart -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http

svn commit: r219899 - in /perl/modperl/trunk: Changes lib/Apache2/Build.pm lib/ModPerl/BuildMM.pm t/filter/out_str_subreq_default.t xs/APR/APR/Makefile.PL

2005-07-20 Thread stas
Author: stas Date: Wed Jul 20 06:38:16 2005 New Revision: 219899 URL: http://svn.apache.org/viewcvs?rev=219899view=rev Log: another round of cygwin fixes Submitted by Nick *** [EMAIL PROTECTED] Modified: perl/modperl/trunk/Changes perl/modperl/trunk/lib/Apache2/Build.pm perl/modperl

Re: vhosts and mod_perl

2005-07-12 Thread Stas Bekman
. Project1::Config) and make sure that what they export doesn't overlap. Also documented in deal at: http://perl.apache.org/docs/1.0/guide/porting.html#Name_collisions_with_Modules_and_libs :) -- __ Stas BekmanJAm_pH

Re: make test fails under HP-UX 11.11 - working!

2005-07-12 Thread Stas Bekman
! -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org

Re: Apache XML Content Production Name Space

2005-07-11 Thread Stas Bekman
first? Currently I call them Apache::XML::iCal etc. BTW, once you've passed the ApacheX part usually it's module-authors /on/ perl.org list where the namespaces are best polished. -- __ Stas BekmanJAm_pH -- Just

Re: [mp2] make test fails under HP-UX 11.11

2005-07-11 Thread Stas Bekman
descriptors limit? run either: csh: limit bash: ulimit Thanks. -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: make test fails under HP-UX 11.11 (fwd)

2005-07-11 Thread Stas Bekman
Hugh Williams wrote: Stas Bekman wrote: [Hugh, in the future please inline the bug report, including it after your signature makes it impossible to reply to it, while quoting it] Sorry... I've re-inserted above the sig below for ongoing completness. Hugh Williams wrote: Hi; My first

Re: Failure calling BOOT: code

2005-07-08 Thread Stas Bekman
:) -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http

Re: MP2 books (was Re: Lost my ?xml version=1.0 encoding=iso-8859-1?)

2005-07-08 Thread Stas Bekman
will get more than one book. They should be good enough to teach you how to write pure MP2 code. -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org

Re: I need to unsub

2005-07-08 Thread Stas Bekman
: mailto:modperl@perl.apache.org List-Id: modperl.perl.apache.org -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

svn commit: r209855 - /perl/modperl/trunk/src/modules/perl/modperl_common_util.c

2005-07-08 Thread stas
Author: stas Date: Fri Jul 8 12:04:13 2005 New Revision: 209855 URL: http://svn.apache.org/viewcvs?rev=209855view=rev Log: fix the magic type logging Modified: perl/modperl/trunk/src/modules/perl/modperl_common_util.c Modified: perl/modperl/trunk/src/modules/perl/modperl_common_util.c URL

svn commit: r209856 - /perl/modperl/trunk/src/modules/perl/modperl_io.c

2005-07-08 Thread stas
Author: stas Date: Fri Jul 8 12:05:01 2005 New Revision: 209856 URL: http://svn.apache.org/viewcvs?rev=209856view=rev Log: blead fix: %_ = % SVf Modified: perl/modperl/trunk/src/modules/perl/modperl_io.c Modified: perl/modperl/trunk/src/modules/perl/modperl_io.c URL: http://svn.apache.org

svn commit: r209857 - /perl/modperl/trunk/src/modules/perl/mod_perl.c

2005-07-08 Thread stas
Author: stas Date: Fri Jul 8 12:05:32 2005 New Revision: 209857 URL: http://svn.apache.org/viewcvs?rev=209857view=rev Log: perl blead fix: %vd doesn't work anymore Modified: perl/modperl/trunk/src/modules/perl/mod_perl.c Modified: perl/modperl/trunk/src/modules/perl/mod_perl.c URL: http

svn commit: r209858 - /perl/modperl/trunk/src/modules/perl/modperl_mgv.c

2005-07-08 Thread stas
Author: stas Date: Fri Jul 8 12:06:22 2005 New Revision: 209858 URL: http://svn.apache.org/viewcvs?rev=209858view=rev Log: perl blead fix: HvNAME() may return 0 (fixing a warning for a potential strlen(0)) Modified: perl/modperl/trunk/src/modules/perl/modperl_mgv.c Modified: perl/modperl

svn commit: r209859 - /perl/modperl/trunk/src/modules/perl/modperl_interp.h

2005-07-08 Thread stas
Author: stas Date: Fri Jul 8 12:07:46 2005 New Revision: 209859 URL: http://svn.apache.org/viewcvs?rev=209859view=rev Log: perl blead fix: in 5.9.3 HvPMROOT was completely removed, temporary using Perl_Imodglobal_ptr(thx)))-xmg_magic (which fails on perl_clone from ithreads, but otherwise

svn commit: r209860 - /perl/modperl/trunk/src/modules/perl/modperl_util.c

2005-07-08 Thread stas
Author: stas Date: Fri Jul 8 12:08:53 2005 New Revision: 209860 URL: http://svn.apache.org/viewcvs?rev=209860view=rev Log: perl blead fixes: - xhv-xhv_array doesn't exist anymore, using the wrapper HvARRAY(hv) - types casting Modified: perl/modperl/trunk/src/modules/perl/modperl_util.c

svn commit: r209861 - /perl/modperl/trunk/src/modules/perl/modperl_cmd.c

2005-07-08 Thread stas
Author: stas Date: Fri Jul 8 12:09:49 2005 New Revision: 209861 URL: http://svn.apache.org/viewcvs?rev=209861view=rev Log: blead perl temp fix: some recent change introduced tainting problems, will remove the workaround once blead perl is fixed Modified: perl/modperl/trunk/src/modules

svn commit: r209862 - /perl/modperl/trunk/xs/ModPerl/Util/ModPerl__Util.h

2005-07-08 Thread stas
Author: stas Date: Fri Jul 8 12:10:18 2005 New Revision: 209862 URL: http://svn.apache.org/viewcvs?rev=209862view=rev Log: blead perl fix: casting warning Modified: perl/modperl/trunk/xs/ModPerl/Util/ModPerl__Util.h Modified: perl/modperl/trunk/xs/ModPerl/Util/ModPerl__Util.h URL: http

svn commit: r209864 - /perl/modperl/trunk/Changes

2005-07-08 Thread stas
Author: stas Date: Fri Jul 8 12:14:59 2005 New Revision: 209864 URL: http://svn.apache.org/viewcvs?rev=209864view=rev Log: recent changes Modified: perl/modperl/trunk/Changes Modified: perl/modperl/trunk/Changes URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/Changes?rev=209864r1

svn commit: r209871 - /perl/modperl/trunk/todo/release

2005-07-08 Thread stas
Author: stas Date: Fri Jul 8 12:36:08 2005 New Revision: 209871 URL: http://svn.apache.org/viewcvs?rev=209871view=rev Log: things we need not forget to fix better Modified: perl/modperl/trunk/todo/release Modified: perl/modperl/trunk/todo/release URL: http://svn.apache.org/viewcvs/perl

Re: Broken pipe Connection reset by peer

2005-07-07 Thread Stas Bekman
by peer: mod_perl: rwrite returned -1 (fd=5, B_EOUT=8)\n -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http

Re: Modification of read only value attempted

2005-07-07 Thread Stas Bekman
.? -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http

Re: Modification of read only value attempted

2005-07-07 Thread Stas Bekman
/the practical mod_perl book for more information. -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org

[JOB SEARCH] Looking for a new job

2005-07-06 Thread Stas Bekman
you. [1] http://stason.org/schedule.html -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http

Re: Problems with DBI modperl on Irix 6.5

2005-07-06 Thread Stas Bekman
with). Please take a look at: http://perl.apache.org/docs/1.0/guide/troubleshooting.html#_relocation_errors__or__undefined_symbol_ -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

  1   2   3   4   5   6   7   8   9   10   >