แก้ปัญหา Flash ใน Firefox ใน Ubuntu Dapper
In my setup, this problem was fixed with this:
# Flash also looks for /usr/lib/libesd.so.1
sudo ln -s /usr/lib/libesd.so.0 /usr/lib/libesd.so.1
# Flash expects /tmp/.esd/socket to exist.
sudo mkdir -p /tmp/.esd/
sudo touch /tmp/.esd/socket
No other changes needed.
I hope this works for other people.
Daniel Carrera
No comments:
Post a Comment