Re: theading woes [FW from [email protected]]

2005-04-06 Thread Philip M. Gollucci
Original Message Subject: Re: HTTP2 w/ threads on FBSD Date: Wed, 06 Apr 2005 11:31:45 -0700 From: Paul Querna <[EMAIL PROTECTED]> To: Philip M. Gollucci <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Paul Querna wrote: Phil

Re: svn/modperl2

2005-04-06 Thread Philip M. Gollucci
https is required for developers to have commit access, but users just interested in following along should just use http. the problem is with the use of externals. Yes. The difference in the modperl page unlink other apache pages don't mention this. Modperl only says https I've rebuilt my svn wi

Re: rcfg has changed size in 2.1

2005-04-06 Thread Stas Bekman
Geoffrey Young wrote: for the record, I just got this from a coredump when trying to use a module with 2.1: #0 0x00348a40 in mpxs_Apache2__RequestRec_content_type (my_perl=0x9d953d8, r=0x9dfa310, type=0xa7c9c10) at Apache2__RequestRec.h:27 27 MP_CGI_HEADER_PARSER_OFF(rcfg); I thin

Re: Version numbers in CPAN shell

2005-04-06 Thread Stas Bekman
Markus Wichitill wrote: Randy Kobes wrote: a recent change (rename branch) in ModPerl::BuildMM trips the CPAN shell's reinstall-recommendations command: Does the following help? -my $pm_to_blib = ($ExtUtils::MakeMaker::VERSION >= 6.22 && - $ExtUtils::MakeMaker::VERSION <=

Re: svn commit: r160302 - perl/modperl/trunk/lib/Apache2/Reload.pm

2005-04-06 Thread Geoffrey Young
[EMAIL PROTECTED] wrote: > Author: stas > Date: Wed Apr 6 08:24:29 2005 > New Revision: 160302 > > URL: http://svn.apache.org/viewcvs?view=rev&rev=160302 > Log: > restore change 159313 lost in merge sorry, I really tried to get it all right :) > +return Apache::OK unless $touch_mtime

rcfg has changed size in 2.1

2005-04-06 Thread Geoffrey Young
for the record, I just got this from a coredump when trying to use a module with 2.1: #0 0x00348a40 in mpxs_Apache2__RequestRec_content_type (my_perl=0x9d953d8, r=0x9dfa310, type=0xa7c9c10) at Apache2__RequestRec.h:27 27 MP_CGI_HEADER_PARSER_OFF(rcfg); I think the "problem" is t

Re: theading woes

2005-04-06 Thread Stas Bekman
Philip M. Gollucci wrote: waiting 300 seconds for server to start: .Fatal error 'Spinlock called when not threaded.' at line 87 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) I've eliminated httpd2/apr with --enable-threads as the cause here by recompiling them both without it

Re: [mp2] more adjustements need to be done

2005-04-06 Thread Geoffrey Young
Stas Bekman wrote: > Geoffrey Young wrote: > >> >> Stas Bekman wrote: >> >>> The following entries in the error_log don't seem to be right: >> >> >> >> in what respect? that it's Apache instead of Apache2? I'll need to >> look if >> these are virtual methods or not, and add them to the list in

Re: svn/modperl2

2005-04-06 Thread Geoffrey Young
Philip M. Gollucci wrote: > Hi, > > I was having some issues having different versions for apr installed for > subversion via the ports and compiling httpd2/modperl2 so I rebuilt > subversion from the source tarball 1.1.4 ... apparently there is a > switch to get https support (neon only gi

Apache::Status errors

2005-04-06 Thread Philip M. Gollucci
Hi, with MP_TRACE=1 and Perlin logs/error_log Trace all in httpd.conf In logs/error_log modperl_mgv_resolve: Apache2::Status's stash is not found startup.pl is attached. SetHandler perl-script PerlResponseHandler Apache2::Status PerlSetVar StatusOptionsAll On PerlSetVar StatusDeparseOption

Re: theading woes

2005-04-06 Thread Philip M. Gollucci
waiting 300 seconds for server to start: .Fatal error 'Spinlock called when not threaded.' at line 87 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) I've eliminated httpd2/apr with --enable-threads as the cause here by recompiling them both without it. The only thing with thr

[PATCH] lib/ModPerl/BuildOptions.pm

2005-04-06 Thread Philip M. Gollucci
Hi, perl Makefile.PL MP_APXS=apx MP_COMPAT_1X=0 Reading Makefile.PL args from @ARGV MP_APXS = /home/pgollucci/dev/inst/httpd/2.1.5-dev/worker/bin/apxs MP_COMPAT_1X = MP_MAINTAINER = 1 That should be: Note the 0 Reading Makefile.PL args from @ARGV MP_APXS = /home/pgollucci/dev/inst/httpd

theading woes

2005-04-06 Thread Philip M. Gollucci
Hi, [This is probably FreeBSD specific but since I'm -current after the SMPng I thought this might work now.] This happens with both mpm and prefok. on FBSD-current/i386 perl5.9.3 -V:useithreads -V:usemultiplicity useithreads='define'; usemultiplicity='define'; ./configure --prefix=/home/pgollucc

svn/modperl2

2005-04-06 Thread Philip M. Gollucci
Hi, I was having some issues having different versions for apr installed for subversion via the ports and compiling httpd2/modperl2 so I rebuilt subversion from the source tarball 1.1.4 ... apparently there is a switch to get https support (neon only gives you http) It annoyed me... but I