On 29/08/10 05:22, James Richard Tyrer wrote: > On 08/28/10 03:43, Andrew Benton wrote: >> Try: >> >> xmlcatalog --noout --add "delegateSystem" \ >> "http://docbook.sourceforge.net/release/xsl/current/" \ >> "/usr/share/xml/docbook/docbook-xsl-1.75.2/catalog.xml" /etc/xml/catalog >> xmlcatalog --noout --add "delegateURI" \ >> "http://docbook.sourceforge.net/release/xsl/current/" \ >> "/usr/share/xml/docbook/docbook-xsl-1.75.2/catalog.xml" /etc/xml/catalog >>
Sorry, those paths were wrong (or rather, they are right for my system but wrong for yours), try this instead: xmlcatalog --noout --add "delegateSystem" \ "http://docbook.sourceforge.net/release/xsl/current/" \ "/usr/share/xml/docbook/xsl-stylesheets-1.75.2/catalog.xml" /etc/xml/catalog xmlcatalog --noout --add "delegateURI" \ "http://docbook.sourceforge.net/release/xsl/current/" \ "/usr/share/xml/docbook/xsl-stylesheets-1.75.2/catalog.xml" /etc/xml/catalog I can't see anything obviously wrong with your catalog. If all else fails, can you live without polkit's man pages? Try configuring it with --disable-man-pages Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
