Error building libxslt

Kinkz

Verified User
Joined
Dec 1, 2017
Messages
5
Hi,

I'm trying to update my server as I do every month, but out of the blue I'm getting an error on building libxslt. I'm using the command '/usr/local/directadmin/custombuild/build update_versions'.

Making libxslt-1.1.32...
Trying to make libxslt...
make all-recursive
make[1]: Entering directory `/usr/local/directadmin/custombuild/libxslt-1.1.32'
Making all in libxslt
make[2]: Entering directory `/usr/local/directadmin/custombuild/libxslt-1.1.32/libxslt'
CC attrvt.lo
In file included from attrvt.c:17:0:
libxslt.h:20:31: fatal error: libxml/xmlversion.h: No such file or directory
#include <libxml/xmlversion.h>

Any advice on how to proceed?

Thanks in advance.
 
I've never seen this error myself, so I have no either instructions on how to fix or other ideas... so I could suggest that you contact me for a private help (and I will connect as root to your server and fix it) or open a ticket with directadmin support https://tickets.directadmin.com/
 
The solution is to delete the libxslt folder in the custom folder.
And maybe you also have to delete the libxml2 folder in the custom folder.

/usr/local/directadmin/custombuild/custom/
 
Back
Top