Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: help with WebService::YouTube

by saberworks (Curate)
on Nov 28, 2007 at 18:28 UTC ( [id://653620]=note: print w/replies, xml ) Need Help??


in reply to help with WebService::YouTube

Sounds like you need to install XML::LibXML::SAX. Sometimes modules you install don't have all the dependencies properly laid out and you have to do it manually.

XML::LibXML::SAX

Replies are listed 'Best First'.
Re^2: help with WebService::YouTube
by downer (Monk) on Nov 28, 2007 at 18:47 UTC
    it seems you are correct with your diagnosis. I get the following error when trying to install that package: The installed version of libxml2 not compatible with XML::LibXML.
      In the XML::LibXML documentation, in the README file, it says:
      XML::LibXML requires at least libxml2 2.6.16 to compile and pass all tests and at least 2.6.21 is required for XML::LibXML::Reader. For some older OS versions this means that an update of the pre-built packages is required.
      What version of libxml2 do you have? The documentation recommends using xmllint but I don't know what that is, so I found my version like this:
      lozier:~$ xml2-config Usage: xml2-config [OPTION] Known values for OPTION are: --prefix=DIR change libxml prefix --exec-prefix=DIR change libxml exec prefix --libs print library linking information --cflags print pre-processor and compiler flags --modules module support enabled --help display this help and exit --version output version information lozier:~$ xml2-config --version 2.6.23 lozier:~$
        2.6.19. I am having errors using yum to update xmllib2, there are conflicts. This is going to be a big problem... WebService::YouTube seems like a great way to get what i wanted too.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://653620]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-25 13:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found