[mp2] mod_perl2 + XML::LibXML = OK ?

2003-02-24 Thread Kurt George Gjerde
Hi, Are there any problems using XML::LibXML and XML::LibXSLT with mod_perl 2 (perl 5.8)? (everything is the latest versions as grabbed from Randy's site ;) win32). My primary concern is thread-safety (is XML::LibXML thread-safe?), but anything I should be aware about would be nice to

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

2003-01-31 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Hi ! 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. I tested it with libxml2-2.4.23 and XML::LibXML 1.52 and it still segfaults. I can't

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

2003-01-31 Thread [EMAIL PROTECTED]
Hi ! > 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. I tested it with libxml2-2.4.23 and XML::LibXML 1.52 and it still segfau

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 --- he

[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 -

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

2003-01-26 Thread Randy Kobes
; > t\08findnodes.t list of failed 6-18 > t\13dtd.tlist of failed 11-12 > > if I nmake install nevertheless , apache startup problem remains. I also found XML::LibXML had problems on Win32 against libxml2-2.5.1. > ---

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

2003-01-26 Thread pascal barbedor
  if I nmake install nevertheless , apache startup problem remains.   before that I tried to compile XML::LibXML 1.52 against a slightly prior version of libxml2 all test successful but the problem with apache startup remains

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

[ MP2] startup problem with XML::LibXML

2003-01-25 Thread pascal barbedor
  PROBLEM  : APACHE SEGFAULT WITH XML::LibXML on WIN32   I use all in one perl + apache + modperl2 RK binaries but I replace c:\perl\bin\perl58.dll with perl58.dll obtained after separately(and succesfully) compiling perl with vc6 DEBUG so that I get symbols in perl58.dll so the call stack

Re:[MP2] pb with modperl and XML::LibXML

2003-01-23 Thread [EMAIL PROTECTED]
> Hi > > on > SERVER_SOFTWARE: Apache/2.0.43 (Win32) mod_perl/1.99_08-dev > Perl/v5.8.0 PHP/4.3.0 > > > having installed the latest XML::LibXML from > http://theoryx5.uwinnipeg.ca/ppms > > and having Loadfile c:/perl/bin/libxml2.dll in httpd.c

[MP2] pb with modperl and XML::LibXML

2003-01-23 Thread [EMAIL PROTECTED]
Hi on SERVER_SOFTWARE: Apache/2.0.43 (Win32) mod_perl/1.99_08-dev Perl/v5.8.0 PHP/4.3.0 having installed the latest XML::LibXML from http://theoryx5.uwinnipeg.ca/ppms and having Loadfile c:/perl/bin/libxml2.dll in httpd.conf I still have the error : - a USED testxml from

Re: XML-LibXML-Common in perl 58 repository at theoryx5.

2002-12-02 Thread Randy Kobes
On Mon, 2 Dec 2002, [iso-8859-1] [EMAIL PROTECTED] wrote: > Hi > > when trying to ppm install XML::LibXML::Common > from http://theoryx5.uwinnipeg.ca/ppms, the new perl58 > repository, I have this error : > > error, read a ppd but it is not intended for this build of perl

XML-LibXML-Common in perl 58 repository at theoryx5.

2002-12-02 Thread [EMAIL PROTECTED]
Hi when trying to ppm install XML::LibXML::Common from http://theoryx5.uwinnipeg.ca/ppms, the new perl58 repository, I have this error : error, read a ppd but it is not intended for this build of perl (mswin32-x86-multi-thread) I have active state perl58 installed and successfully

[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)  ru

Re: [OT] Re: XML::LibXML

2001-12-28 Thread clayton
try perldoc XML::LibXML i got this perl module working fine http://drfrog.fdns.net/x3d/ Per Einar wrote: > At 16:58 28/12/01, Fred wrote: > >> I know (guess?) my answer in somwhere linked with Dynaloader. >> But I do not find the link between XML::LibXML and libxml2. Do not

[OT] Re: XML::LibXML

2001-12-28 Thread Per Einar
At 16:58 28/12/01, Fred wrote: >I know (guess?) my answer in somwhere linked with Dynaloader. >But I do not find the link between XML::LibXML and libxml2. Do not man have >to specify it somewhere? Where is the link between C libs and Perl? >How come can calls to undefined method

XML::LibXML

2001-12-28 Thread Fred
Hi, sorry for this question that is not directly related to mod_perl, rather to perl itself. I use XML::LibXML, that I found on http://www.xml.com, and it matches my needs. Because it might (surely!) be good code structure examples, I had a look at the module. There comes my question : I do