[ANNOUNCE] Apache-Scoreboard 2.04

2005-01-21 Thread Stas Bekman
The uploaded file Apache-Scoreboard-2.04.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-Scoreboard-2.04.tar.gz size: 17332 bytes md5: 116ca1ea63613dd56b353e5a616870e5 Changes since 2.03: s/sv_setpvf/Perl_sv_setpvf/ to support perls that don't have this macro [Markus W

Re: restart apache for mod perl development

2005-01-21 Thread mi cuenta
On Fri, 21 Jan 2005 16:12:01 -0600, Ian Joyce <[EMAIL PROTECTED]> wrote: > Give Apache::Reload a try. > > > On Sat, 22 Jan 2005 14:59:53 +1700, mi cuenta <[EMAIL PROTECTED]> wrote: > > Hello > > I'm using modperl 1.26 and apache 1.3.26 on Debian Woody > > > > I'm programming with mod_perl and h

Re: help with mod_perl: undefined symbol: Perl_sv_2pv_flags [SOLVED]

2005-01-21 Thread Stas Bekman
peter pilsl wrote: Ok - I finally solved the mystery. I had only one single libperl.so on my system in /usr/local/lib and even this one was too much. Using ldd I discovered that my new failing mod_perl.so was linked against this libperl.so while my old working mod_perl.so wasnt linked against a

[ANNOUNCE] Apache-Scoreboard 0.13

2005-01-21 Thread Stas Bekman
The uploaded file Apache-Scoreboard-0.13.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-Scoreboard-0.13.tar.gz size: 9491 bytes md5: 3dd3b119306cb718d71d9ea527a6565e Fixing a segfault introduced by 0.12, reported by Todd Finney -- _

Re: unexpected Apache::VMonitor output

2005-01-21 Thread Stas Bekman
Todd Finney wrote: At 08:37 PM 1/21/2005 -0500, Stas Bekman wrote: Todd Finney wrote: Unlikely. The errant processes all seem to be daemontools programs like supervise and svcscanboot. Those processes are started long before apache starts, and they exist until after it goes away. Understood. I

Re: help with mod_perl: undefined symbol: Perl_sv_2pv_flags [SOLVED]

2005-01-21 Thread peter pilsl
Stas Bekman wrote: that normally means that you have libperl.so in /usr/lib and it's not the one used by the perl you've built mod_perl with. Please post the output of ldd /usr/local/apache2/modules/mod_perl.so and if you have libperl.so in /usr/local/lib and /usr/lib. if you have both, that's

Re: unexpected Apache::VMonitor output

2005-01-21 Thread Stas Bekman
Todd Finney wrote: At 05:30 PM 1/21/2005 -0500, Stas Bekman wrote: Any chance you could compare the logic of mod_status and Apache::VMonitor and see why there is a difference? Let me get my stick and turn off the lights. I'd suspect that what you see is some process IDs that used to be use by Ap

Re: How to limit CPU time ap2+mp2

2005-01-21 Thread Stas Bekman
Stefan Cars wrote: Hi! I'm running ap2 and mp2 and would like to ask if there is any way to limit the mximum CPU time used for a script / child process ? Stefan, in the future please don't forget to give us more details, preferrably as explained here: http://perl.apache.org/docs/2.0/user/help/hel

Re: make test failed on solaris 8

2005-01-21 Thread Stas Bekman
[EMAIL PROTECTED] wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: I have tried the httpd-2.0.49 with mod_perl 1.9913 dev version and the make test ran ok. However, the httpd-2.0.52 with the current mod_perl RC3 cannot start when I did "make

How to limit CPU time ap2+mp2

2005-01-21 Thread Stefan Cars
Hi! I'm running ap2 and mp2 and would like to ask if there is any way to limit the mximum CPU time used for a script / child process ? Kind Regards, Stefan Cars

Re: Compile fails *** The httpd binary was not found

2005-01-21 Thread Stas Bekman
Ken Gillett wrote: [EMAIL PROTECTED] mod_perl]# make cd "src/modules/perl" && make make[1]: Entering directory `/usr/src/mod_perl-2.0.0-RC3/src/modules/perl' gcc -I/usr/src/mod_perl-2.0.0-RC3/src/modules/perl [...] -D_SVID_SOURCE -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -fPIC \ -c mod_perl.c

Re: Problems with mod_perl.2.0.0 make test

2005-01-21 Thread Stas Bekman
Dimitrios Perperidis wrote: Hi, I have installed mod_perl-2.0.0-RC3 using: 1) perl Makefile.PL MP_INST_APACHE2=1 MP_APXS=/usr/local/apache2/bin/apxs and then, 2) make. I get not errors in these two first steps. Then, when I try make test I get the following error: [...] waiting 120 seconds for serv

Compile fails *** The httpd binary was not found

2005-01-21 Thread Ken Gillett
[EMAIL PROTECTED] mod_perl]# make cd "src/modules/perl" && make make[1]: Entering directory `/usr/src/mod_perl-2.0.0-RC3/src/modules/perl' gcc -I/usr/src/mod_perl-2.0.0-RC3/src/modules/perl -I/usr/src/mod_perl-2.0.0-RC3/xs -I/usr/local/include/apache -I/usr/local/include/apache -I/usr/local/incl

Re: [TEST FAILURE] Apache 2 SEGVs during test run

2005-01-21 Thread Stas Bekman
Dominique Quatravaux wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 1. Problem Description: Apache 2 SEGVs during the test run (see core dump at the end), then tests fail randomly (Failed 23/221 test scripts, [...] 77/2272 subtests). t/logs/error_log is absolutely helpless (the only unexpecte

[Fwd: OSCON Call For Proposals Now Open]

2005-01-21 Thread Stas Bekman
It looks like were are going to have the mod_perl track again this summer! So let those proposals come in multitudes! Original Message Subject: OSCON Call For Proposals Now Open Date: Thu, 20 Jan 2005 15:08:03 -0800 From: O'Reilly Conferences <[EMAIL PROTECTED]> To: [EMAIL PROTE

Re: PerLDAP (Mozilla::LDAP::Conn / Mozilla::LDAP::API)

2005-01-21 Thread Stas Bekman
David J Radunz wrote: [...] b) Does anyone know how I can debug the C module under mod_perl to find out what is happening? What seems to be the problem? e.g. take a look at: http://perl.apache.org/docs/2.0/devel/debug/c.html#Debug_notes -- ___

Re: help with mod_perl: undefined symbol: Perl_sv_2pv_flags

2005-01-21 Thread Stas Bekman
peter pilsl wrote: I use mod_perl for a very long time already. Now I installed apache2.0.52 and took the chance to install a new mod_perl as well. First I tried the new 2.0RC3, then I tried 1.99.17, then 1.99.16 und finally 1.99.14 and all failed with the very same problem. Apache could not st

Re: unexpected Apache::VMonitor output

2005-01-21 Thread Stas Bekman
Todd Finney wrote: [...] Allow me to rephrase the question. Looking at contemporaneous VMonitor and ExtendedStatus reports (below), I don't know where to being interpreting the differences between the two, or the fact that the spurious processes show up in the former, but not the latter. In th

[ANNOUNCE] GTop 0.14

2005-01-21 Thread Stas Bekman
The uploaded file GTop-0.14.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/GTop-0.14.tar.gz size: 26759 bytes md5: 1dfd7acceaac0b1342f5731b9e1ff95b Please notice that the module itself hasn't changed. Changes since 0.13: added examples/perlbloat.pl Recent Test::Builder versi

[ANNOUNCE] Apache-VMonitor 2.02

2005-01-21 Thread Stas Bekman
The uploaded file Apache-VMonitor-2.02.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-VMonitor-2.02.tar.gz size: 22346 bytes md5: 169789b8f06874f346690d12feef3bc6 Please notice this release affects only the mod_perl 1 generation. Changes since 2.01: Apache::Scoreboard

[ANNOUNCE] Apache-Scoreboard 0.12

2005-01-21 Thread Stas Bekman
The uploaded file Apache-Scoreboard-0.12.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-Scoreboard-0.12.tar.gz size: 9440 bytes md5: 38e62e9e77480beb6e7303e5bbc2e10d Please notice that this is a mod_perl 1 generation. Changes since 0.11: add glue for the $s->vhost acc

Re: restart apache for mod perl development

2005-01-21 Thread Ian Joyce
Give Apache::Reload a try. On Sat, 22 Jan 2005 14:59:53 +1700, mi cuenta <[EMAIL PROTECTED]> wrote: > Hello > I'm using modperl 1.26 and apache 1.3.26 on Debian Woody > > I'm programming with mod_perl and have to restart apache every time > to see the changes made on my code > > is there a w

restart apache for mod perl development

2005-01-21 Thread mi cuenta
Hello I'm using modperl 1.26 and apache 1.3.26 on Debian Woody I'm programming with mod_perl and have to restart apache every time to see the changes made on my code is there a way to avoid restarting apache Just to make a modification to my perl handler and see the results without apach

[TEST FAILURE] Apache 2 SEGVs during test run

2005-01-21 Thread Dominique Quatravaux
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 1. Problem Description: Apache 2 SEGVs during the test run (see core dump at the end), then tests fail randomly (Failed 23/221 test scripts, [...] 77/2272 subtests). t/logs/error_log is absolutely helpless (the only unexpected message is the usual "chil

Slightly OT: best alternative to mod_perl when perl can't be used

2005-01-21 Thread snacktime
I'm working on what will for the most part be an open source project, but one layer of the application needs to be closed source (but still free). This layer implements an api that is covered under a contract which limits distribution to object code only. The application is an open source payment

Re: help with mod_perl: undefined symbol: Perl_sv_2pv_flags (full system report this time)

2005-01-21 Thread Geoffrey Young
Geoffrey Young wrote: >>I nuked everything I had that smelled like mod_perl and mod_perl fails >>at the make test: > > >>/usr/src/mod_perl-1.99_16/t/conf/httpd.conf: >>Cannot load /usr/src/mod_perl-1.99_16/src/modules/perl/mod_perl.so into >>server: /usr/src/mod_perl-1.99_16/src/modules/perl/mo

Re: help with mod_perl: undefined symbol: Perl_sv_2pv_flags (full system report this time)

2005-01-21 Thread Geoffrey Young
> I nuked everything I had that smelled like mod_perl and mod_perl fails > at the make test: > /usr/src/mod_perl-1.99_16/t/conf/httpd.conf: > Cannot load /usr/src/mod_perl-1.99_16/src/modules/perl/mod_perl.so into > server: /usr/src/mod_perl-1.99_16/src/modules/perl/mod_perl.so: > undefined symbo

Re: help with mod_perl: undefined symbol: Perl_sv_2pv_flags (full system report this time)

2005-01-21 Thread peter pilsl
Geoffrey Young wrote: if you can (like there is no mod_perl 1.0 installation you care about) I would remove all Apache related things in your site_lib, including mod_perl.pm ModPerl/* Apache/* Apache2/* as well as /usr/local/apache2/modules/mod_perl.so. then 'make realclean' in your mod_per

Re: Problems with mod_perl.2.0.0 make test

2005-01-21 Thread Geoffrey Young
Dimitrios Perperidis wrote: > Hi, > > I have installed mod_perl-2.0.0-RC3 using: > 1) perl Makefile.PL MP_INST_APACHE2=1 > MP_APXS=/usr/local/apache2/bin/apxs and then, > 2) make. > > I get not errors in these two first steps. Then, when I try > make test I get the following error: > [warning]

Problems with mod_perl.2.0.0 make test

2005-01-21 Thread Dimitrios Perperidis
Hi, I have installed mod_perl-2.0.0-RC3 using: 1) perl Makefile.PL MP_INST_APACHE2=1 MP_APXS=/usr/local/apache2/bin/apxs and then, 2) make. I get not errors in these two first steps. Then, when I try make test I get the following error: /usr/bin/perl5.8.0 -Iblib/arch/Apache2 -Iblib/lib/Apache2 \ t/

Re: [mp2] reliable methods to prevent handlers from repeating

2005-01-21 Thread Dorian Taylor
aha. $r->lookup_uri doesn't set the calling request object into $subr->prev, according to the apache source. i can't see any way to refer to the calling request from a subrequest, unless the calling request is the main request. how frustrating. .d

ANNOUNCE: Krang 1.101

2005-01-21 Thread Peter Leonard
We're very pleased to announce that Krang v1.101 is now available. Notable changes in this release: * Fixes to the session caching improvements that were added in the 1.100 release - bulk-edit now works again, as does search-form clearing. * bin/krang_publish now has a --not_on_desk op