Re: [ MP2] startup problem with XML::LibXML

2003-01-26 Thread pascal barbedor
hi what version of libxml2 should I use ? I tried to compile version 1.52 against versions libxml2-2.5.1 precompiled binary from xmlsoft test failed with segfault t\08findnodes.t list of failed 6-18 t\13dtd.t list of failed 11-12 if I nmake install

[ MP2] startup problem with XML::LibXML

2003-01-25 Thread pascal barbedor
st(); from startup.pl output ok BUT produces just after apache segfault thanks pascal REPORT output SERVER_SOFTWARE: Apache/2.0.43 (Win32) mod_perl/1.99_08-dev Perl/v5.8.0 WINXP windbg output (590.7b4): Access violation - code c005 (first chance) call stack perl58!P

Re: [ MP2] startup problem with XML::LibXML

2003-01-25 Thread pascal barbedor
it is version 1.54 pascal - Original Message - From: Matt Sergeant [EMAIL PROTECTED] To: pascal barbedor [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, January 25, 2003 8:00 PM Subject: Re: [ MP2] startup problem with XML::LibXML On Saturday, Jan 25, 2003, at 09:49 Europe

compiling modperl with mingw on win32

2002-11-12 Thread pascal barbedor
msvc6 *.lib files and what gcc 3.2 is expecting to find ? thanks pascal

Re: Testing mod_perl app on Windows

2002-10-11 Thread pascal barbedor
a little pascal - Original Message - From: Ken Y. Clark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 11, 2002 2:31 PM Subject: Testing mod_perl app on Windows My boss has asked me to pick up a Windows box so that I can test my application using the standard browsers

Re: Apache::Util::ht_time outputs dates in local language

2002-09-08 Thread pascal barbedor
on the interaction between the environment variables and the time output. on win XP I tried no locale in the perl script and LANG=C in ENV before starting Apache since none worked I just wrote a little function to get correct date in english thanks pascal

Apache::Util::ht_time outputs dates in local language

2002-09-06 Thread pascal barbedor
this ? thanks pascal

caching dynamic content in the reverse proxy

2002-09-05 Thread pascal barbedor
2002 12:20:01 GMT) by default is the "RFC one" ie the abbreviation point after day and month needed or not ? in any case i have tried both form without success for caching. Has any one succeeeded is caching dynamic content in this configuration thanks pascal winxp perl561/modperl126/apache1326

Re: DBI makes apache fail in perl58.dll

2002-08-25 Thread pascal barbedor
in children processes created by modperl ? pascal

Re: DBI make apache fail in perl58.dll

2002-08-17 Thread pascal barbedor
here access violation DBI! 003970b6() PERL58! 2803f289() PERL58! 2805cf4c() PERL58! 2806b821() PERL58! 2808596f() MOD_PERL! 100018b7() LIBHTTPD! 6ff012a6() pascal

Re: DBI make apache fail in perl58.dll

2002-08-17 Thread pascal barbedor
not available. Following frames may be wrong. perl58!Perl_ptr_table_fetch+0x8 DBI+0x70b6 perl58!Perl_sv_compile_2op+0x76ca perl58!Perl_runops_standard+0xc perl58!perl_clone_using+0x1eac perl58!perl_clone_host+0x6d mod_perl!modperl_interp_new+0x39 libhttpd!ap_run_post_config+0x36 pascal

Re: DBI make apache fail in perl58.dll

2002-08-17 Thread pascal barbedor
:\perld\site\lib\auto\ModPerl\Const\Const.dll ModLoad: 003c 003c5000 C:\perld\site\lib\auto\Apache\Const\Const.dll --error at this point since it is past DBI.dll , maybe this is because I copied incompatible modperl to perld site/lib tree. hope this can help pascal

[modperl-2.0] unresolved external on win32 when compiling

2002-08-17 Thread pascal barbedor
Hi when compiling modperl 1.99_05 (from today cvs) with MP_DEBUG=1 there is un unresolved external RequestIO.obj : unresolved external symbol _times RequestIO.dll fatal LNK error this is with perl 5.8.0 compiled with DEBUG flag win XP MSVC6 best regards pascal PS modperl-1.99_04

Re: [modperl-2.0] unresolved external on win32 when compiling

2002-08-17 Thread pascal barbedor
flag win XP MSVC6 Apache 2.0.40 pascal

Re: DBI make apache fail in perl58.dll

2002-08-16 Thread pascal barbedor
DBI or any module using DBI loaded in the startup.pl makes apache segfault. doesn't it sounds like a real limitation ? best regards pascal

Re: DBI make apache fail in perl58.dll

2002-08-16 Thread pascal barbedor
and tests ok, but the same error occurs on apache (in perl58.dll.) if module used in startup.pl and no error if use DBI from a registry script (PerlResponseHandler ModPerl::Registry) best regards pascal

DBI make apache fail in perl58.dll

2002-08-15 Thread pascal barbedor
a registry script use DBI();use DBD::Mysql(); does not fail from a regularly perl script outside apache thanks pascal

DBI fails to load in startup.pl

2002-07-26 Thread pascal
- Original Message - From: pascal To: [EMAIL PROTECTED] Sent: Friday, July 26, 2002 3:19 PM Subject: DBI fails to load in startup.pl Hi on windows XP professionnal 2002 with apache2/modperl/perl58 from RK /pub/other directory (apache /2.0.40-dev (win32) mod_perl/1.99_05-dev

[2.x] test fails on win32 version 1.99_02

2002-06-03 Thread pascal barbedor
() PERL56! 28053778() and t/logs/error_log is blank thanks pascal 2. Used Components and their Configuration: *** using lib/Apache/BuildConfig.pm *** Makefile.PL options: MP_AP_PREFIX= c:\ap2036 MP_GENERATE_XS = 1 MP_INST_APACHE2 = 1 MP_LIBNAME = mod_perl MP_USE_DSO = 1

Re: please help me.

2002-06-03 Thread pascal barbedor
are running modperl there should a loadmodule perlmodule... somewhere pascal - Original Message - From: Tran Van Quan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 03, 2002 10:54 AM Subject: please help me. Dear Mr/Mrs. Please help me I have trouble with perl configuration

Re: [2.x] test fails on win32 version 1.99_02

2002-06-03 Thread pascal barbedor
like XML::LibXML or XML::Parser, and that don't install on win32 with usual perl makefile.pl etc thanks pascal - Original Message - From: Randy Kobes [EMAIL PROTECTED] To: pascal barbedor [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, June 03, 2002 5:15 PM Subject: Re: [2.x] test

Re: [2.x] test fails on win32 version 1.99_02

2002-06-03 Thread pascal barbedor
win32::API. then I don't see how to test 1.99_02 with perl 580 ... cheers pascal

[modperl2] XML::LibXML crashes apache

2002-05-12 Thread pascal barbedor
Hi ! with last modperl2 passing almost all test ok on win32, i have a problem with XML:LibXLML -8-- Start Bug Report 8--1. Problem Description: [XML-LibXML 1.40 (from RK ppd) crashes apache 2.0.36 or 2.0.37-dev] this file (below) run with "perl

Re: mod_perl2: nmake test crashes apache

2002-05-10 Thread pascal barbedor
62.147.163.25] Attempt to free unreferenced scalar at C:\modperl-2.0\t\response/TestModperl/dir_config.pm line 71. best regards pascal

Re: Pb with Win32 Installation

2002-05-06 Thread pascal barbedor
\conftree doesn't occur for me with the current cvs apache-2.0.37-dev. best regards, randy kobes Hi I have the same problem : contree test fails and apache segfaults, even with the latest cvs. apache 2.0.37-dev modperl 1.99_02-dev win2k perl 561 see below the report log. pascal barbedor

Re: Pb with Win32 Installation

2002-05-06 Thread pascal barbedor
- Original Message - From: Randy Kobes [EMAIL PROTECTED] To: pascal barbedor [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, May 06, 2002 4:03 PM Subject: Re: Pb with Win32 Installation On Mon, 6 May 2002, pascal barbedor wrote: I have the same problem : contree test fails

Re: Pb with Win32 Installation

2002-05-06 Thread pascal barbedor
/conftree.t segfault at conftree if this is of any help... best regards pascal

Fw: How do I determine end of request? (mod_perl 2.0)

2002-05-06 Thread pascal barbedor
- Original Message - From: pascal barbedor [EMAIL PROTECTED] To: Douglas Younger [EMAIL PROTECTED] Sent: Monday, May 06, 2002 11:31 PM Subject: Re: How do I determine end of request? (mod_perl 2.0) hi you could maybe set the ProxyIOBufferSize or Proxyreceivebuffersize

Re: PerlRequire -mod_perl-2 - Apache 2.0.35

2002-04-16 Thread pascal barbedor
pascal

Re: Apache::ServerUtil pb in modperl2

2002-04-13 Thread pascal barbedor
) line 130 + 89 bytes main(int 1, const char * const * 0x00782760) line 569 + 22 bytes mainCRTStartup() line 338 + 17 bytes KERNEL32! 77e77903() if I drop line [4] and [5], there is the line [3] message, but apache does not seem to segfault. pascal Accédez au courrier électronique de La

Re: mod_perl 1.99 (for Apache 2.0.35) building on W2K

2002-04-13 Thread pascal barbedor
no difference as well and for cgi.pm used with modperl I don't know. i guess there is a difference, at leastin the Apache::registry setup of the location to use the cgi like script pascal - Original Message - From: Chuck Goehring To: pascal barbedor Sent

Re: Apache::ServerUtil pb in modperl2

2002-04-13 Thread pascal barbedor
dir_config through a request object and in my example I am accessing it through the server object in a use module in startup.pl best regards pascal

Apache::ServerUtil pb in modperl2

2002-04-11 Thread pascal barbedor
use Apache::ServerUtil; my $s=Apache-server; [and the incriminated line 17: ] my $base=$s-dir_config('StatPath'); pascal

Re:Apache::ServerUtil pb in modperl2

2002-04-11 Thread pascal barbedor
Apache::ServerUtil(); use Mymodule; and it is Mymodule line 17 which causes the error message best regards pascal

Apache-server in modperl2

2002-04-10 Thread pascal barbedor
? here is my httpd.conf perlrequire startup.pl and in startup.pl use Apache2; use ... a bunch of modules. in modperl1 I had use Apache () ; but it is not found anymore thanks pascal

Re: modperl 1.31 PDF pb

2001-11-18 Thread pascal barbedor
ok thanks for precision it worked with lwp download but not with winzip after that, but with winrar just to mention i normally download any archive from cpan and unzip without problem anyway... going to the guide now - Original Message - From: Sisyphus To: pascal

modperl 1.31 PDF pb

2001-11-16 Thread pascal barbedor
thanks pascal

Re: piece of code in mod_perl guide

2001-10-07 Thread pascal barbedor
- Original Message - From: Stas Bekman [EMAIL PROTECTED] To: pascal barbedor [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, October 07, 2001 2:22 PM Subject: Re: piece of code in mod_perl guide I have located that if i change $MODIFIED{$file} = -M

Re: piece of code in mod_perl guide

2001-10-07 Thread pascal barbedor
! then maybe the last line of reread_conf in mod_perl guide should be modified to $MODIFIED{$file} = -M $file; in case the do ( ) loads something which can possibily stat file. pascal barbedor sub reread_conf{ my $file=shift; return unless $file; return unless -e $file and -r _; unless

piece of code in mod_perl guide

2001-10-06 Thread pascal barbedor
hello, I am reading mod_perl guide and i had a problem with a piece of code in chapter 9.7.4.2 about reloading configuration files. this is version jan 2001 but i have checked in the last one the piece of code is the same. when running the code exactly, things don't work, even outside

RE: Embperl vs. Mason

2000-02-14 Thread Pascal Eeftinck
. It's what you want and need that matters, not what others think you should use (although I'll wholehartedly recommend Mason to anyone asking :) ... it's exactly because of people's needs that we have more than one such system around. Grtz, Pascal -- Pascal Eeftinck - arcade^planet.nl UIN: 1923806

Re: Perl and SQL, which is the most scalable SQL server to use?

2000-02-10 Thread Pascal Eeftinck
caching might be a lot faster instead. Besides, it will take some load off our database as well, which might or might not be good depending on your situation. Grtz, Pascal

Re: Mod_Perl learning track

2000-02-08 Thread Pascal Eeftinck
highly recommend all the old issues as well, it really has some marvellous stuff in there - I learned a lot from it. Now if only there were more than 4 issues a year ... Grtz, Pascal -- Pascal Eeftinck - arcade^planet.nl arcade^xs4all.nl - Perl is not a language, it's a way

Re: Using network appliance Filer with modperl

2000-02-01 Thread Pascal Eeftinck
connection won't be closed either This was a nasty one I bumped in to ... Grtz, Pascal -- Pascal Eeftinck - arcade^planet.nl arcade^xs4all.nl - Perl is not a language, it's a way of life

Re: splitting mod_perl and sql over machines

2000-01-28 Thread Pascal Eeftinck
to benchmark this I'd love to hear about your findings. :) Grtz, Pascal -- Pascal Eeftinck - arcade^planet.nl arcade^xs4all.nl - Perl is not a language, it's a way of life

Re: DBD make error

1999-11-10 Thread Pascal Eeftinck
ormat. One of the joys of IRIX. :/ Grtz, Pascal -- Pascal Eeftinck - arcade^xs4all.nl - Perl is not a language, it's a way of life

Re: Server Stats

1999-10-21 Thread Pascal Eeftinck
and leave room for the useful stuff. :) As someone else already mentioned, the MySQL people are working hard on making a distributed database possible. I'm curious to see what will come of that, although I don't think I'll use the feature myself. Grtz, Pascal -- Pascal Eeftinck - arcade^xs4all.nl - Perl