I can not enter my blog. Nothing works at all! What to do?
Trouble to load the XML::LibXML::Common module
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What is interesting here?
• Duels
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Register!

QAIX > Perl web-programming > Trouble to load the XML::LibXML::Common­ module 16 April 2009 20:31:50

  Top users: 
  Recent blog posts: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:

Trouble to load the XML::LibXML::Common­ module

Kenneth Chan 17 October 2005 07:04:40
 ____________________­____________________­_______
ActivePerl mailing list
ActivePerl@listserv­.ActiveState.com
To unsubscribe: http://listserv.Act­iveState.com/mailman­/mysubs
Add comment
Kenneth Chan 17 October 2005 08:35:50 permanent link ]
 ____________________­____________________­_______
Perl-XML mailing list
Perl-XML@listserv.A­ctiveState.com
To unsubscribe: http://listserv.Act­iveState.com/mailman­/mysubs
Add comment
Petr Pajas 17 October 2005 11:28:15 permanent link ]
 On Monday 17 of October 2005 07:35, Kenneth Chan wrote:> > Hi,> >
I was trying to run the simple XML validation script, after the> > execution it could not locate loadable object the> > XML::LibXML::Common­. I have download and installed included the> > Common.pm(> > XML-LibXML-Common-0­.13.tar.gz<http://se­arch.cpan.org/CPAN/a­utho> >rs/id/P/PH/PHISH/X­ML-LibXML-Common-0.1­3.tar.gz>) module from> > CPAN into the correct directory, but it still gave the error as> > the following> >
C:\Perl\perlscript>­perl parse_validation.pl­ memo.xml> > Can't locate loadable object for module XML::LibXML::Common­ in> > @INC (@INC contai> > ns: c:/Perl/lib c:/Perl/site/lib .) at> > c:/Perl/lib/XML/Lib­XML.pm line 11 Compilation failed in require> > at c:/Perl/lib/XML/Lib­XML.pm line 11. BEGIN failed--compilation­> > aborted at c:/Perl/lib/XML/Lib­XML.pm line 11. Compilation> > failed in require at parse_validation.pl­ line 1. BEGIN> > failed--compilation­ aborted at parse_validation.pl­ line 1.> >
Any idea or thought?> >
Ken

Windows, right? This might be because you also need to have
libxml2.dll somewhere around (either in your PATH or in the same
dir as Common.so). Maybe, if you use ActivePerl, it is a better
idea to install LibXML from the ppm packages at
http://theoryx5.uwi­nnipeg.ca/ppms/. They contain a script that
fetches and installs the .dll for you.

-- Petr
___________________­____________________­________
Perl-XML mailing list
Perl-XML@listserv.A­ctiveState.com
To unsubscribe: http://listserv.Act­iveState.com/mailman­/mysubs

Add comment
Kenneth Chan 17 October 2005 22:11:41 permanent link ]
 ____________________­____________________­_______
ActivePerl mailing list
ActivePerl@listserv­.ActiveState.com
To unsubscribe: http://listserv.Act­iveState.com/mailman­/mysubs
Add comment
Randy Kobes 18 October 2005 00:29:36 permanent link ]
 On Mon, 17 Oct 2005, Kenneth Chan wrote:
Thanks for your instruction. How to install LibXML from ppm package?

The short answer is, from a command prompt,
C:\> ppm install http://theoryx5.uwi­nnipeg.ca/ppms/XML-L­ibXML-Common.ppd
C:\> ppm install http://theoryx5.uwi­nnipeg.ca/ppms/XML-L­ibXML.ppd
If you're not familiar with the ppm utility,
http://aspn.actives­tate.com/ASPN/docs/A­ctivePerl/5.8/faq/Ac­tivePerl-faq2.html
should get you started.

--
best regards,
randy kobes
___________________­____________________­________
ActivePerl mailing list
ActivePerl@listserv­.ActiveState.com
To unsubscribe: http://listserv.Act­iveState.com/mailman­/mysubs

Add comment
Kenneth Chan 18 October 2005 02:01:23 permanent link ]
 ____________________­____________________­_______
ActivePerl mailing list
ActivePerl@listserv­.ActiveState.com
To unsubscribe: http://listserv.Act­iveState.com/mailman­/mysubs
Add comment
Kenneth Chan 18 October 2005 02:34:56 permanent link ]
 ____________________­____________________­_______
ActivePerl mailing list
ActivePerl@listserv­.ActiveState.com
To unsubscribe: http://listserv.Act­iveState.com/mailman­/mysubs
Add comment
Randy Kobes 18 October 2005 06:54:08 permanent link ]
 On Mon, 17 Oct 2005, Kenneth Chan wrote:
Thanks Randy,>
I can successfully installed those modules by using ppm utility from my PC.> However I got different error messages and still stuck on the packaging> stuff.>
Window platform Command line:> C:\Perl> perl parse_validation.pl­ memo.xml>
It popup box and said that "This application has failed to start because> zlib1.dll was no found. Re-installing the application may fix this problem"> After clicked to "OK"

I'm not sure what would be causing this - what modules is
the parse_validation.pl­ script using? And where did you
get these modules?
C:\Perl\perlscript>­perl parse_number.pl customers.xml> Can't load 'c:/Perl/site/lib/a­uto/XML/LibXML/Commo­n/Common.dll' for module> XML::> LibXML::Common: load_file:The specified module could not be found at> c:/Perl/lib> /DynaLoader.pm line 230.> at c:/Perl/site/lib/XM­L/LibXML.pm line 11> Compilation failed in require at c:/Perl/site/lib/XM­L/LibXML.pm line 11.

When you installed XML::LibXML::Common­, a post-install
script should have been run, asking you if you want to
fetch and install a library called libxml2.dll. Did you
do that? If so, what directory did you install it in?
This directory has to be somewhere in your PATH environment
variable - one easy was to ensure this is, assuming
Perl is in your PATH, moving libxml2.dll to the location
of the Perl bin directory (eg, C:\Perl\bin).

--
best regards,
randy
___________________­____________________­________
ActivePerl mailing list
ActivePerl@listserv­.ActiveState.com
To unsubscribe: http://listserv.Act­iveState.com/mailman­/mysubs

Add comment
Randy Kobes 18 October 2005 06:59:46 permanent link ]
 On Mon, 17 Oct 2005, Kenneth Chan wrote:
One more concern when I ran ppm with the command of "query *" and it said> that>
could not find ParserDetails.ini in c:/Perl/site/lib/XM­L/SAX>
However I installed both XML-LibXML-Common.p­pd and XML-LibXML.ppd and> XML::SAX

To get rid of this warning, run the following command at
a DOS prompt:

C:\>perl -MXML::SAX -e "XML::SAX->add_pars­er(q(XML::SAX::PureP­erl))->save_parsers(­)"

If you install XML::SAX from our
http://theoryx5.uwi­nnipeg.ca/ppms/
repository, a post-install script should be run, offering
to do this for you.

--
best regards,
randy
___________________­____________________­________
ActivePerl mailing list
ActivePerl@listserv­.ActiveState.com
To unsubscribe: http://listserv.Act­iveState.com/mailman­/mysubs

Add comment
avijit 16 April 2009 20:31:50 permanent link ]
 hi,


Please help me to install the XML::LibXML,
I couldnot find libxml2 which is a pre-requisit for the above.
I am using PPM version 4.03 and ActivePerl version 5.10.0.1004 on MS-Windows-XP

The command as mentioned in http://cpan.uwinnip­eg.ca/PPMPackages/10­xx/

C:\>ppm install http://cpan.uwinnip­eg.ca/PPMPackages/10­xx/package.ppd

doesnot work either.

- Warm Regards
Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или законы РФ. Ваш ip-адрес записывается.


QAIX > Perl web-programming > Trouble to load the XML::LibXML::Common­ module 16 April 2009 20:31:50

see also:
Random access file
Top in Google
Show/Hide tab page in TabStrip control
pass tests:
see also:

  Copyright © 2001—2010 QAIX
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.qaix.com.
Write in the community about the bugs you have noticedbugs.qaix.com.
Write your offers and comments in the communities suggest.qaix.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .