Questions tagged [libxml]

8 questions
9
votes
2 answers

Make XML Tools plugin work with Notepad++

I downloaded the latest Notepad++ from the official website, then tried different libxml.dll files to make XML Tools plugin work. Last one I tried was from here (should be official rep): ftp://ftp.zlatkovic.com/libxml/64bit/ So when I unpack a DLL…
2
votes
1 answer

How to upgrade libxml on CentOS

I have a following version of CentOS: $ cat /etc/issue CentOS release 5.5 (Final) Kernel \r on an \m and following version of libxml: $ php -i | grep libxml libxml Version => 2.6.26 libxml libxml2 Version => 2.6.26 libxslt compiled against libxml…
2
votes
1 answer

Ruby Gem "mechanize" missing libxml2 on Mac OS X 10.7.2 (Lion)

I'm trying to run a Ruby script, so I installed Ruby together with Ruby gems on my Mac OS X 10.7 system. The script requires the Rubygem "mechanize" so I tried to install it by using: sudo gem install mechanize However this fails with an…
asdrubael
  • 707
2
votes
0 answers

How can I install lxml into inkscape in windows?

I have inkscape v0.92.2 in Windows 10. and I want to use the Measure Path function. When I do it, I see this error: If I go to the suggested path, http://cheeseshop.python.org/pypi/lxml/, and I click "Download files", I can see this: Questions: a)…
1
vote
1 answer

Upgrade libxml and libxml2 in linux server

Currently, I already have libxml version 2.6.16 in the server. We have a new project to be deployed which uses Symfony Framework and uses a higher version of libxml and it is at least 2.6.21. In addition, we are using Red Hat Enterprise Linux AS…
Errorhere
  • 111
1
vote
0 answers

Installing php 5.5.4 on Debian 6.0.1 - "Undefined reference to gzopen64@ZLIB_1.2.3.3"

I'm trying to install/upgrade the version of PHP we're using on our internal server at work. Doing it from the tarball from php.net and when it comes time to run ./configure I get this error: checking whether libxml build works... no configure:…
1
vote
1 answer

How to repair / restore clobbered libxml2 on Mac OS X

I started playing with a Mac just a couple of days ago, and it seems, without warning I've caused some major damage. The system is running OS X version 10.5.8, and without paying much attention, I replaced the system supplied libxml2…
suvrit
  • 113
1
vote
0 answers

pkg-config windows installation, not able to find libxml-2.0

I am trying to install github.com/terminalstatic/go-xsd-validate for xsd validation and have followed the steps mentioned in the link - https://medium.com/@kumarharsh/using-libxml2-headers-in-windows-5d548077cde5 My pkg-config.exe is in…
simi
  • 11