summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-05-01 12:42:26 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-05-01 12:42:26 +0000
commitc654d6036492e1ccfde8eb74db577ef29dac2a5c (patch)
tree1cf7c0db8e67c29f062e72f3c94976e322809d16
parentc8f620ba7f95b3ceb687699e140eeaa33343e41a (diff)
downloadlibxml2-c654d6036492e1ccfde8eb74db577ef29dac2a5c.tar.gz
Added an entry to the FAQ, Daniel
-rw-r--r--doc/FAQ.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/FAQ.html b/doc/FAQ.html
index f7d3fff4..682bc4c9 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Libxml Frequently Asked Questions</title>
@@ -87,6 +89,16 @@ href="http://xmlsoft.org/messages/">http://xmlsoft.org/messages/</a></p>
href="ftp://rpmfind.net/pub/libxml/">rpmfind.net</a> provides
libxml.so.0</p>
</li>
+ <li><em>I can't install the libxml(2) RPM package due to failed
+ dependancies</em>
+ <p>The most generic solution is to refetch the latest src.rpm , and
+ rebuild it locally with</p>
+ <p><code>rpm --rebuild libxml(2)-xxx.src.rpm</code></p>
+ <p>if everything goes well it will generate two binary rpm (one providing
+ the shared libs and xmllint, and the other one, the -devel package
+ providing includes, static libraries and scripts needed to build
+ applications with libxml(2)) that you can install locally.</p>
+ </li>
</ol>
<h2><a name="Compilatio">Compilation</a></h2>