From: Daniel M. <dm...@ne...> - 2005-01-24 03:32:31
|
FAQ 9.11 (apple-x11-wants-xfree86) layout cleanup in EN FR RU. I didn't touch ES because its FAQ item is very out-of-date and in need of translation anyway. I didn't touch JA ZH because I can't read them well enough to know what's going on. Update of /cvsroot/fink/web/xml/faq Modified Files: faq.en.xml faq.fr.xml faq.ru.xml Index: faq.en.xml =================================================================== RCS file: /cvsroot/fink/web/xml/faq/faq.en.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- faq.en.xml 2 Dec 2004 16:41:59 -0000 1.40 +++ faq.en.xml 24 Jan 2005 03:17:56 -0000 1.41 @@ -1981,17 +1981,17 @@ <ul> <li> <em>You are installing from binaries:</em> - <p>If you have a current version of <code>fink</code> (>=0.18.3-1), typically what you need to do is reinstall the X11User package, since the installer application occasionally misses installing a file. You may need to do this multiple times.</p>Running -<codeblock>fink list -i system-xfree86</codeblock>should show that the <code>system-xfree86</code> and <code>system-xfree86-shlibs</code> packages are installed.<p>If reinstalling the X11User package doesn't work, then consult the <xref section="special-x11-debug">special debug</xref> instructions, below.</p> - <p>If you are running an earlier version of the <code>fink</code> package, then - updating <code>fink</code> may solve your problem immediately, e.g. - via</p> + <p>If you have a current version of <code>fink</code> (>=0.18.3-1), typically what you need to do is reinstall the X11User package, since the installer application occasionally misses installing a file. You may need to do this multiple times. Running</p> + <codeblock>fink list -i system-xfree86</codeblock> + <p>should show that the <code>system-xfree86</code> and <code>system-xfree86-shlibs</code> packages are installed. If reinstalling the X11User package doesn't work, then consult the <xref section="special-x11-debug">special debug</xref> instructions, below.</p> + <p>If you are running an earlier version of the <code>fink</code> package, then updating <code>fink</code> may solve your problem immediately, e.g. via</p> <codeblock>sudo apt-get update sudo apt-get install fink</codeblock> </li> <li> - <em>You are installing from source: </em>If you have a current version of <code>fink</code>, then typically this error means that you need to (re)install the X11SDK, which is <em>mandatory</em> if you want to build packages from source. It is on the Xcode CD, and is <em>not</em> installed by default. Even if you install XCode, the X11SDK is <em>not</em> installed by default. It has to be installed either with a custom Xcode install, or by clicking on the X11SDK pkg in the <filename>Packages</filename> folder of the XCode CD. -<p>If you are still having problems, run </p> + <em>You are installing from source:</em> + <p>If you have a current version of <code>fink</code>, then typically this error means that you need to (re)install the X11SDK, which is <em>mandatory</em> if you want to build packages from source. It is on the Xcode CD, and is <em>not</em> installed by default. Even if you install XCode, the X11SDK is <em>not</em> installed by default. It has to be installed either with a custom Xcode install, or by clicking on the X11SDK pkg in the <filename>Packages</filename> folder of the XCode CD.</p> + <p>If you are still having problems, run </p> <codeblock>fink list -i system-xfree86 </codeblock> <p>It should show the <code>system-xfree86</code>, <code>system-xfree86-shlibs</code>, and <code>system-xfree86-dev</code> packages as installed. If the <code>-dev</code> package is missing, reinstall the X11SDK, since sometimes the Apple Installer misses a file. You may need to keep doing this. If either of the other two are missing, then reinstall the X11User package (same reason).</p> <p> |