libasound.so.2 losted and then I can't enter to my Gnome
Wednesday, September 26, 2007 | Label: Linux | |This afternon, I tried to uninstall my alsa-driver. Then, I don't know why suddenly I was uninstalled alsa-lib too. And a big affect is, I can't entered to my Gnome. Oh goss...
From error code, I was lost my libasound.so.2. What it's? After digged around, I was found it in alsa-lib. It has got me panic. Damn! I don't remember how can I losted my libasound.so.2.
Then, I was recognized that I must recompiled alsa-lib again,
and then a problem is solved. =) Huraayyy...
*I was panic at that time
From error code, I was lost my libasound.so.2. What it's? After digged around, I was found it in alsa-lib. It has got me panic. Damn! I don't remember how can I losted my libasound.so.2.
Then, I was recognized that I must recompiled alsa-lib again,
and then a problem is solved. =) Huraayyy...
*I was panic at that time


hy
i have the same problem
yesterday i installed an alsa sounddriver and on the next reboot i was unable to start gnome.
how do i rekopile alsa-lib
We Are Gear
Try to login as single user when your linux start (there is asumed you already connect to internet).
download alsa lib from command line
wget http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/lib/alsa-lib-1.0.6.tar.bz2
Extract,
tar -xjf alsa-lib-1.0.6.tar.bz2
Came to inside alsa folder,
cd alsa-lib-1.0.6/
Configure,
./configure
Compile,
sudo make
sudo make install
Reboot,
sudo reboot