Ho scaricato firefox ma non riesco a farlo andare.
Mi da' questo errore:
codice:
We're sorry, this application requires a version of the GTK+ library that is not installed on your computer.
You have GTK+ 2.8.
This application requires GTK+ 2.10 or newer.
Please upgrade your GTK+ library if you wish to use this application.
Alchè ho scaricato gtk+-2.10.14, e lo installato:
codice:
tar -xvjf gtk+-2.10.14.tar.bz2
cd gtk+-2.10.24
./configure --prefix=/usr/lib
make
sudo make install
Poi ho fatto:
codice:
~/firefox3/firefox/firefox
Ma continua a darmi lo stesso errore.
Che faccio ?