Re: Re: [MP2] pb with startup.pl and LibXML

2003-01-22 Thread Randy Kobes
On Wed, 22 Jan 2003, [iso-8859-1] [EMAIL PROTECTED] wrote: > > Does adding a > > LoadFile "/Path/to/libxml2.dll" > > directive, before pulling in the startup script, help? > > (in the distribution from our site, libxml2.dll is in > > the Perl/bin/ directory). > I have no libxml2.dll file from t

Re: [MP2] pb with startup.pl and LibXML

2003-01-22 Thread [EMAIL PROTECTED]
Does adding a LoadFile "/Path/to/libxml2.dll" directive, before pulling in the startup script, help? (in the distribution from our site, libxml2.dll is in the Perl/bin/ directory). -- best regards, randy I have no libxml2.dll file from the all-in-one 30 or so MB archive donwl

Re: [MP2] pb with startup.pl and LibXML

2003-01-22 Thread Randy Kobes
On Wed, 22 Jan 2003, [iso-8859-1] [EMAIL PROTECTED] wrote: > Hi I have > > SERVER_SOFTWARE: Apache/2.0.43 (Win32) mod_perl/1.99_08-dev > Perl/v5.8.0 PHP/4.3.0 > > installed from theoryx5 all-in-one archive > > > here is the problem I have : > - > pack

[MP2] pb with startup.pl and LibXML

2003-01-22 Thread [EMAIL PROTECTED]
Hi I have SERVER_SOFTWARE: Apache/2.0.43 (Win32) mod_perl/1.99_08-dev Perl/v5.8.0 PHP/4.3.0 installed from theoryx5 all-in-one archive here is the problem I have : - package testxml; use strict; use warnings; use XML::LibXML(); use XML: