NetworkBlockDevice / nbd

Network Block Device
GNU General Public License v2.0
450 stars 116 forks source link

autogen.sh Failure: I/O error : Attempt to load network entity #106

Closed PhysixProject closed 4 years ago

PhysixProject commented 4 years ago

I attempted to compile from release 3.20 tarball and from git repo itself. Both fail with same error. The URL it is trying to download, http://docbook2x.sf.net/latest/xslt/man/docbook.xsl does exist and can be retrieved with wget.

./autogen.sh

yoe commented 4 years ago

It probably does not attempt to download anything from the network, but instead tries to parse the DTD, which is supposed to be in the sgml catalog even if it has a web URL. You need to install the docbook DTDs to make that work. Did you do that?

PhysixProject commented 4 years ago

I did not. Thanks for your reply. :)

yoe commented 4 years ago

Assuming that fixed it, closing this bug. If not, feel free to reopen with more info.