La risposta di Guidouil mi ha messo sulla strada giusta. Ho dovuto aggiungere un collegamento simbolico aggiuntivo a /usr/bin/, e ho creato collegamenti simbolici diretti per tutti e 3 - vedi sotto.
Sto installando sul server Ubuntu Natty Narwhal.
Questo è esattamente quello che ho fatto.
cd /usr/local/share
sudo wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2
sudo tar xjf phantomjs-1.9.7-linux-x86_64.tar.bz2
sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/share/phantomjs
sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs
sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/bin/phantomjs
E finalmente quando lo faccio
phantomjs -v
Ottengo 1.9.7
Se qualcuno riscontra problemi con quello che ho fatto, me lo faccia sapere.
scarica dal sito web di phantomjs il pacchetto precompilato :http://phantomjs.org/download.htmlquindi apri un terminale e vai alla cartella Downloads
sudo mv phantomjs-1.8.1-linux-x86_64.tar.bz2 /usr/local/share/.
cd /usr/local/share/
sudo tar xjf phantomjs-1.8.1-linux-x86_64.tar.bz2
sudo ln -s /usr/local/share/phantomjs-1.8.1-linux-x86_64 /usr/local/share/phantomjs
sudo ln -s /usr/local/share/phantomjs/bin/phantomjs /usr/local/bin/phantomjs
poi per controllare installa phantomjs -v
dovrebbe restituire 1.8.1
PhantomJS è su npm. Puoi eseguire questo comando per installarlo globalmente:
npm install -g phantomjs-prebuilt
phantomjs -v
dovrebbe restituire 2.1.1