summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-02-24 10:20:44 +0000
committerTakashi Iwai <tiwai@suse.de>2005-02-24 10:20:44 +0000
commit6f918dfac4fa428195bd7595338b5a81af564629 (patch)
tree5fe6614dd574b4a5ea677106a1f11cc2f4077cdf /INSTALL
parentacc032b63f9fbd54a2ff3f7d45f3eabef4c6706d (diff)
Add a note on FC3
Added a note on installation on FC3.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 14 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 32e089da..3d0964a7 100644
--- 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.