Can't install DESeq2 because of libxml
2
0
Entering edit mode
Fátima • 0
@cde63321
Last seen 2.9 years ago
United Kingdom

I need to use DESeq2 in R so I tried installing it and it does not work. I looked online and it seemed to be a problem with XML so i tried to install it, but the same error arieses. Can you, please help? thank you.


Using libxml2.*
checking for gzopen in -lz... yes
checking for xmlParseFile in -lxml2... yes
You are trying to use a version 2.* edition of libxml
but an incompatible library. The header files and library seem to be
mismatched. If you have specified LIBXML_INCDIR, make certain to also
specify an appropriate LIBXML_LIBDIR if the libxml2 library is not in the default
directories.
ERROR: configuration failed for package ‘XML’
deseq2 libxml xml • 1.4k views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen just now
United States

The problem appears to be the install of libxml on your Linux box. In other words, when it says

You are trying to use a version 2.* edition of libxml
but an incompatible library. The header files and library seem to be
mismatched.

It is talking about the libxml install on your Linux box, not something from the XML package. So you or your sysadmin need to ensure that your libxml and libxml-dev are the same version.

ADD COMMENT
0
Entering edit mode
ATpoint ★ 4.0k
@atpoint-13662
Last seen 40 minutes ago
Germany

You need libxml2-dev.

ADD COMMENT

Login before adding your answer.

Traffic: 961 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6