0

Fatal error during APR-UTILS installation

During the Apache source installation, I am installing APR and APR-UTILS. and while building APR-UTILS it shows fatal error as follows

 

xml/apr_xml.c:35:19: fatal error: expat.h: No such file or directory
 #include <expat.h>
                   ^
compilation terminated.
Apache Add a comment
xavier
asked Sep 23 2018

Answer

0

If you are getting this error, then this can be resolved by installing expat-devel package.

Add a comment
gokulravichandran2
asked Sep 23 2018
edited Oct 30 2018
Post your Answer