Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: XML::LibXML installation woes (or, whence that library file?)

by AidanLee (Chaplain)
on Dec 19, 2001 at 23:06 UTC ( [id://133217]=note: print w/replies, xml ) Need Help??


in reply to Re: XML::LibXML installation woes (or, whence that library file?)
in thread XML::LibXML installation woes (or, whence that library file?)

I just installed the most recent version of libxml myself. As to needing to fix things in the source, my C is incredibly rusty and I wouldn't know where to look to fix the above mentioned problem (seemingly absent library)
  • Comment on Re: Re: XML::LibXML installation woes (or, whence that library file?)

Replies are listed 'Best First'.
Re: Re: Re: XML::LibXML installation woes (or, whence that library file?)
by lestrrat (Deacon) on Dec 19, 2001 at 23:55 UTC

    Well, not much I can do without having access to your machine, but have you tried using "find" ? I forget off hand what the library name was, but your could do something like find / -name <libraryname> to see if the library files were properly installed.

    As for the C fix, if libxml still needed it, then the installation wouldn't have worked... if it did work for you, then I guess the problem was fixed.

    Sorry for not being too helpful. It was a while back that I installed libxml, and I don't have my machine handy with me at this point

    UPDATE: I think these are the files... you might just want to add wherever these files are installed in your LD_LIBRARY_PATH environment variable when you try to install XML::LibXML

    me@myhost me> ls /usr/local/lib
    libexslt.a         libxml2.a         libxslt.a         perl5
    libexslt.la        libxml2.la        libxslt.la        pkgconfig
    libexslt.so        libxml2.so        libxslt.so        xml2Conf.sh
    libexslt.so.0      libxml2.so.2      libxslt.so.1      xsltConf.sh
    libexslt.so.0.6.0  libxml2.so.2.4.7  libxslt.so.1.0.6
    me@myhost me>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-19 21:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found