]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Add a note on FC3
authorTakashi Iwai <tiwai@suse.de>
Thu, 24 Feb 2005 10:20:44 +0000 (10:20 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Feb 2005 10:20:44 +0000 (10:20 +0000)
Added a note on installation on FC3.

INSTALL

diff --git a/INSTALL b/INSTALL
index 32e089da30771fbd916fe828b622c329f89282b4..3d0964a79be016e77354b3d8d14b068c9522b29a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -79,3 +79,17 @@ Jack plugin
 -----------
 
 JACK plugin is moved to alsa-plugins package.
+
+Trouble Shooting
+----------------
+
+* Install path on Fedora Core 3
+
+  FC3 installs its system ALSA library to /lib instead of /usr/lib.
+  Specify --libdir=/lib to configure to overwrite it with the new library,
+  or run like
+
+       # ln -sf /usr/lib/libasound.so.2.0.0 /lib/libasound.so.2.0.0
+
+  to make symlink to the new path.
+  Note that /lib might be /lib64 on 64bit architecture.