Questions tagged [libxml]

Questions about parsing XML documents

libxml2 is a software library for parsing XML documents. It is also the basis for the libxslt library which processes XSLT-1.0 stylesheets.

libxml2 is written in the C programming language, and provides bindings to, C++, XSH, C#, Python, Kylix/Delphi and other Pascals, Ruby, and PHP5. It can be accessed from Perl using the XML::LibXML Perl module.

It was originally developed for the GNOME project, but can be used outside it. The libXML code is highly portable, since it depends on standard ANSI C libraries only, and it is released under the MIT license. This library was written by Daniel Veillard and enjoys the active feedback from its users.

bib ref : From Wikipedia, the free encyclopedia

12 questions
6
votes
1 answer

pkg-config indicates libxml2 not found

I've installed libxml2-dev in my Ubuntu 20.04 terminal (under WSL), as it's a requirement for pgModeler. I used sudo apt-get install libxml2-dev and it seemed to install ok. The pgModeler instruction includes "To check if the library is correctly…
4
votes
1 answer

Downgrading libxml2 on 12.04

For some reason, on one of the servers that we have in our network running Ubuntu Server 12.04, the version of libxml2 is 2.8.0 (which is the one from Ubuntu 12.10). This creates some issues, especially since I need to install libxml2-dev and I get…
2
votes
1 answer

Unable to login after deleting the "libxml" package in Synaptic

When I deleted the libxml in Synaptic, the Synaptic removed my ubuntu system and I cannot login! so I need reinstall the ubuntu system! Can you help me find a better solution than having to reinstall Ubuntu? another issue is: my benq scanner 5560…
2
votes
1 answer

'LIBXML2_2.9.0' not found (run PHP-file with shell_exec)

I wrote a PHP-script to execute another PHP-file in the terminal and got an error. If I run: $output = shell_exec("/usr/bin/php -v 2>&1"); echo "
$output
"; then I get this message: /usr/bin/php: /opt/lampp/lib/libxml2.so.2: version…
2
votes
0 answers

ubuntugis demands a partial upgrade? Is this safe?

I would like to do some GIS in ubuntu. When I use the repo: sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable Update manager asks me to do a partial upgrade. The packages it wants to install…
1
vote
1 answer

software istallation

I am trying to install the libxml2 library.during installing this error occures. make[4]: Entering directory `/home/madhuv/y/libxml2-2.9.2/python' CC libxml.lo libxml.c:14:20: fatal error: Python.h: No such file or directory #include…
1
vote
2 answers

Why do I get this error trying to compile libxml2?

Although, I installed libxml2 once and reinstalled it a few more times. I cannot compile c-source code because the compiler cannot find where the header file is. I am able to locate where it is (in the folder where I downloaded the tar.gz package)…
bfaskiplar
  • 113
  • 1
  • 4
1
vote
1 answer

undefined symbol: xmlMemSize when compiling webkitgtk-2.46.3

During compilation of the latest stable release webkitgtk-2.46.3 I'm getting this error: raphy@raohy:~/Downloads/webkitgtk-2.46.3$ cmake --build builddir/ [ 92%] Built target WebCore_CopyPrivateHeaders [ 92%] Built target WebKit-forwarding-headers […
Raphael10
  • 199
1
vote
1 answer

Difference between packages libxml2-dev and libxml2

I have simple C++ application that uses libxml2 library. For this purpose I need to install it. But which package I need to install: sudo apt-get install libxml2 System still complains regarding missing libxml header file. sudo apt-get install…
vico
  • 4,717
  • 23
  • 66
  • 89
1
vote
1 answer

configure: error: You need libxml2 >= 2.6.5 to compile theforgottenserver!

I have Ubuntu 16.04. Despite the fact that I have the latest version of libxml2 (2.9.10 + dfsg-2 + ubuntu16.04.1 + deb.sury.org + 1) I am still getting the following error configure: error: You need libxml2 >= 2.6.5 to compile theforgottenserver!
0
votes
1 answer

Install Ubuntu desktop no cddrive no internet

Innocently I was trying to install another program (python scrapy). And terminal said it could not find libxml2. So I had the bright idea of sudo apt get remove libxml2 so as to get the most recent version. As the program was running programs…
0
votes
1 answer

Header file path

I have installed libxml2 on my machine: sudo aptitude install libxml2 But I can't find header files. Where header files are located?
vico
  • 4,717
  • 23
  • 66
  • 89