Remove facebook HipHop (hhvm) Ubuntu and debug it -


i have installed hhvm using building , installing hhvm in ubuntu 13.10 github , want uninstall system completely. not getting documentation regarding this.

i uninstalling because not able make server using:

hhvm -m server -p 8080` nor ` hhvm -m server -vserver.type=fastcgi -vserver.port=8080 

it giving error like

warning: logging before initgooglelogging() written stderr e0321 17:09:56.491703 13532 fastcgi-session.cpp:562] fastcgi protocol: received invalid record

run

sudo /usr/share/hhvm/uninstall_fastcgi.sh 

the run

sudo apt-get remove hhvm  

then restart server(nginx/apache)


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -