Update of /cvsroot/fink/web/xml/faq
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9406/faq

Added Files:
        faq.en.xml 
Removed Files:
        faq.xml 
Log Message:
renamed english XML files to *.en.xml

--- NEW FILE: faq.en.xml ---
<?xml version = '1.0' encoding = 'iso-8859-1'?>
<!DOCTYPE document SYSTEM "../finkfaq.dtd">
<document lang="en" filename="index" >
  <title>The Fink F.A.Q.</title>
  <shorttitle>F.A.Q.</shorttitle>
  <cvsid>$Id: faq.en.xml,v 1.1 2004/02/29 22:31:41 fingolfin Exp $</cvsid>
  <preface>
    <p>This is the list of frequently asked questions about Fink. Like
in most FAQs, some questions are taken from real life and some are
made up. It's really more like a documentation written in an ad-hoc,
question and answer style.</p>
    <p>The FAQ consists of several pages, one for each section. All
questions are listed and linked in the table of contents below.</p>
  </preface>
  <chapter filename="general" >
    <title>General Questions</title>
    <shorttitle>General</shorttitle>
    <faqentry name="what" >
      <question>
[...1662 lines suppressed...]
      </answer>
    </faqentry>
    <faqentry name="apple-x11-beta-wants-xfree86" >
      <question>
        <p>I installed Apple's X11 with the 10.2-gcc3.3 version of Fink but Fink keeps 
asking to install xfree86.</p>
      </question>
      <answer>
        <p>You need to (re)install the X11SDK, which you should have downloaded when 
you downloaded your beta copy of Apple's X11.</p>
        <p>You can check your install by running <code>fink-virtual-pkgs</code> and 
checking to see that the <code>Package: system-xfree86</code> section is present and 
the <code>provides:</code> line contains <code>x11</code>
        </p>
        <p>If you don't see everything properly installed, the safest way to fix this 
error is to remove all older copies of xfree86 or system-xfree86 and reinstall Apple's 
X11 and the X11SDK. You may see warnings from the first line, which you can ignore:</p>
        <codeblock>sudo dpkg -r --force-all system-xfree86 system-xfree86-42 
system-xfree86-43 \
xfree86-base xfree86-base-shlibs; rm -rf /Library/Receipts/X11SDK.pkg \
/Library/Receipts/X11User.pkg; fink selfupdate; fink index</codeblock>
        <p>Then, reinstall X11 and the X11SDK.</p>
        <p>Note:  <code>system-xfree86</code> no longer requires the X11SDK for binary 
installs if you have <code>fink-0.17.0</code> or later.</p>
      </answer>
    </faqentry>
  </chapter>
</document>

--- faq.xml DELETED ---



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to