简体   繁体   中英

Remove facebook HipHop (hhvm) Ubuntu and debug it

I have installed hhvm by using the building and installing hhvm in Ubuntu 13.10 from GitHub and now I want to uninstall it from my system completely. I am not getting any documentation regarding this.

I am uninstalling because I am not able to make a server using:

hhvm -m server -p 8080` nor ` hhvm -m server -vServer.Type=fastcgi -vServer.Port=8080

It is giving error like

WARNING: Logging before InitGoogleLogging() is written to STDERR E0321 17:09:56.491703 13532 fastcgi-session.cpp:562] FastCGI protocol: received an invalid record

Run

sudo /usr/share/hhvm/uninstall_fastcgi.sh

the run

sudo apt-get remove hhvm 

then restart your server(nginx/apache)

Hopefully (not tested) hhvm supports the make uninstall action assuming you have built from souce (you mention github so its a safe bet)

In the directory you ran make try running make uninstall

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM