List Info

Thread: After intalling with ppm, problem with Common.dll of XML-LibXML-Common]




After intalling with ppm, problem with Common.dll of XML-LibXML-Common]
country flaguser name
France
2007-02-10 05:36:34
Hi again,

Sorry for my previous post in HTML (it's the first time I'm
posting to 
the ActiveState Forums).

I'm experiencing problems with the Common.dll file which is
part of the 
XML-LibXML-Common package.

It was initially installed in a cascade of dependencies
starting with 
Template-TAL -> XML-LibXML ->  XML-LibXML-Common. It
has never worked 
since I installed it (I'm having to rebuild my devlopment PC
after a 
hard disk crash).

In Komodo 4.01, when I execute without debugging I get the
following 
message:

Can't load 'C:/Program 
Files/xampp/perl/site/lib/auto/XML/LibXML/Common/Common.dll'
for module 
XML::LibXML::Common: load_file:The specified module could
not be found 
at C:/Program Files/xampp/perl/lib/DynaLoader.pm line 230.
at C:/Program Files/xampp/perl/site/lib/XML/LibXML.pm line
12
Compilation failed in require at C:/Program 
Files/xampp/perl/site/lib/XML/LibXML.pm line 12.
BEGIN failed--compilation aborted at C:/Program 
Files/xampp/perl/site/lib/XML/LibXML.pm line 12.
Compilation failed in require at C:/Program 
Files/xampp/perl/site/lib/Template/TAL/Template.pm line 23.
BEGIN failed--compilation aborted at C:/Program 
Files/xampp/perl/site/lib/Template/TAL/Template.pm line 23.
Compilation failed in require at C:/Program 
Files/xampp/perl/site/lib/Template/TAL.pm line 79.
BEGIN failed--compilation aborted at C:/Program 
Files/xampp/perl/site/lib/Template/TAL.pm line 79.
Compilation failed in require at C:wswsperlposting.pl
line 17.
BEGIN failed--compilation aborted at C:wswsperlposting.pl
line 17.

I did a: ppm> remove -force XML-LibXML-Common

And reloaded the package as follows:

ppm> s XML-LibXML-Common
Using cached search result set 1.
 1. XML-LibXML-Common [0.13] trouchelle.com 
[http://trouchelle.com/ppm/
]   Routines and Constants common for XML::Lib~
 2. XML-LibXML-Common [0.13] uwinipeg 
[http://theoryx5.uw
innipeg.ca/ppms/] Routines and Constants common for 
XML::Lib~
ppm> install 1
Package 1:
====================
Install 'XML-LibXML-Common' version 0.13 in TEMP.
====================
Downloaded 43384 bytes.
Extracting 35/35: blib/script/.exists
Installing C:Program 
FilesxamppperlsitelibautoXMLLibXMLCommonCommon.bs
Installing C:Program 
FilesxamppperlsitelibautoXMLLibXMLCommonCommon.dll
Installing C:Program 
FilesxamppperlsitelibautoXMLLibXMLCommonCommon.exp
Installing C:Program 
FilesxamppperlsitelibautoXMLLibXMLCommonCommon.lib
Installing C:Program 
FilesxamppperlsitelibautoXMLLibXMLCommonCommon.pdb
Files found in blibarch: installing files in bliblib into
architecture 
dependent library tree
Installing C:Program
FilesxamppperlsitelibXMLLibXMLCommon.pm
Successfully installed XML-LibXML-Common version 0.13 in
TEMP.
ppm>

C:Program
FilesxamppperlsitelibautoXMLLibXMLCommon>dir
Volume in drive C has no label.
Volume Serial Number is 446F-0F1C

Directory of C:Program
FilesxamppperlsitelibautoXMLLibXMLCommon

10/02/2007  10:19    <DIR>          .
10/02/2007  10:19    <DIR>          ..
10/02/2007  10:19               418 .packlist
17/11/2006  20:28                 0 Common.bs
17/11/2006  20:28             8 192 Common.dll
17/11/2006  20:28               867 Common.exp
17/11/2006  20:28             2 026 Common.lib
17/11/2006  20:28           109 568 Common.pdb
              6 File(s)        121 071 bytes
              2 Dir(s)   1 419 112 448 bytes free

C:Program
FilesxamppperlsitelibautoXMLLibXMLCommon>

The only conclusion I can come to is that the Common.dll
file is not 
correct and the Dynamic loader can't find the corresponding
APIs.

Please perhaps one of the guys that runs the Trouchelle
repository could 
check if it's getting generated properly? (I tried the
University of 
Winipeg repository but there are some errors in their
distribution of 
this package.)

Any help would be welcome. If you think that this would be
better 
handled in another list don't hesitate to tell me.

Cheers,

Steve

_______________________________________________
PPM mailing list
PPMlistserv.ActiveState.com

http://listserv.ActiveState.com/mailman/listinfo/ppm

Re: After intalling with ppm, problem with Common.dll of XML-LibXML-Common]
country flaguser name
Canada
2007-02-10 12:53:15
On Sat, 10 Feb 2007, Stephen Huggins wrote:

> Hi again,
>
> Sorry for my previous post in HTML (it's the first time
I'm posting to
> the ActiveState Forums).
>
> I'm experiencing problems with the Common.dll file
which is part of the
> XML-LibXML-Common package.
>
> It was initially installed in a cascade of dependencies
starting with
> Template-TAL -> XML-LibXML ->  XML-LibXML-Common.
It has never worked
> since I installed it (I'm having to rebuild my
devlopment PC after a
> hard disk crash).
>
> In Komodo 4.01, when I execute without debugging I get
the following
> message:
>
> Can't load 'C:/Program
>
Files/xampp/perl/site/lib/auto/XML/LibXML/Common/Common.dll'
for module
> XML::LibXML::Common: load_file:The specified module
could not be found
> at C:/Program Files/xampp/perl/lib/DynaLoader.pm line
230.

I'm not sure how this package was compiled, but I get a
similar error - it looks like it needs a libxml2.dll,
which should be the same one that XML-LibXML-Common
was compiled against.

> Please perhaps one of the guys that runs the Trouchelle
repository could
> check if it's getting generated properly? (I tried the
University of
> Winipeg repository but there are some errors in their
distribution of
> this package.)

What errors were there with the UWinnipeg repository?
This one should offer to fetch and install the required
libxml2.dll needed.

-- 
best regards,
Randy Kobes
_______________________________________________
PPM mailing list
PPMlistserv.ActiveState.com

http://listserv.ActiveState.com/mailman/listinfo/ppm

Re: After intalling with ppm, problem with Common.dll of XML-LibXML-Common]
country flaguser name
France
2007-02-10 17:00:31
Hi Randy,

Here is the error I get from the Winipeg repository:

  1. XML-LibXML-Common [0.13] trouchelle.com
[http://trouchelle.com/ppm/
]   Routines and Constants common for XML::Lib~
  2. XML-LibXML-Common [0.13] uwinipeg
[http://theoryx5.uw
innipeg.ca/ppms/] Routines and Constants common for
XML::Lib~
ppm> install 2
Package 2:
====================
Install 'XML-LibXML-Common' version 0.13 in TEMP.
====================
Downloaded 40159 bytes.
Extracting 33/33: blib
could not find ParserDetails.ini in C:/Program
Files/xampp/perl/site/lib/XML/SAX
Installing C:Program
FilesxamppperlsitelibautoXMLLibXMLCommonCommon.bs
Installing C:Program
FilesxamppperlsitelibautoXMLLibXMLCommonCommon.dll
Installing C:Program
FilesxamppperlsitelibautoXMLLibXMLCommonCommon.exp
Installing C:Program
FilesxamppperlsitelibautoXMLLibXMLCommonCommon.lib
Installing C:Program
FilesxamppperlsitelibautoXMLLibXMLCommonCommon.pdb
Files found in blibarch: installing files in bliblib into
architecture
dependent library tree
Installing C:Program
FilesxamppperlsitelibXMLLibXMLCommon.pm
'C:Program' is not recognized as an internal or external
command,
operable program or batch file.
unlink C:Program
FilesxamppperlsitelibXMLLibXMLCommon.pm
unlink C:Program
FilesxamppperlsitelibautoXMLLibXMLCommonCommon.bs
unlink C:Program
FilesxamppperlsitelibautoXMLLibXMLCommonCommon.dll
unlink C:Program
FilesxamppperlsitelibautoXMLLibXMLCommonCommon.exp
unlink C:Program
FilesxamppperlsitelibautoXMLLibXMLCommonCommon.lib
unlink C:Program
FilesxamppperlsitelibautoXMLLibXMLCommonCommon.pdb
unlink C:Program
FilesxamppperlsitelibautoXMLLibXMLCommon.packlist
Can't remove directory C:Program
Filesxampptmp/XML-LibXML-Common-2472-1171147914
(Permission denied) at
C:/Program Fil
es/xampp/perl/site/lib/PPM/Repository.pm line 247
Error: (un)install script failed: 'C:Program
Filesxamppperlbinperl.exe install_script'
ppm>


_______________________________________________
PPM mailing list
PPMlistserv.ActiveState.com

http://listserv.ActiveState.com/mailman/listinfo/ppm

Re: After intalling with ppm, problem with Common.dll of XML-LibXML-Common]
country flaguser name
France
2007-02-11 13:39:07
Hi Randy,

I downloaded libxml2.dll and put it in the common directory
- 
everythings working fine now.

Thanks,

Steve
_______________________________________________
PPM mailing list
PPMlistserv.ActiveState.com

http://listserv.ActiveState.com/mailman/listinfo/ppm

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )