<div dir="ltr"><div>With a new install of Fedora server, I'm having trouble building systemd documentation. It's driving me crazy. <br><br></div>I've been able to fix this problem by editing the Makefile by hand, and removing the "--no-net" flag from the XSLT build command, but that is less than ideal. Has anyone run into this problem? What is the preferred way to fix it? Below is the error message I'm getting at the end of the output from "make":<br><br><br>  XSLT     man/bootup.7<br>I/O error : Attempt to load network entity <a href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl">http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl</a><br>warning: failed to load external entity "<a href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl">http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl</a>"<br>compilation error: file ./man/custom-man.xsl line 27 element import<br>xsl:import : unable to load <a href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl">http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl</a><br>Makefile:22089: recipe for target 'man/bootup.7' failed<br><br></div>