I was trying to install mongo driver for hhvm.
At some time, I have to install hhvm-dev so I can use hphpize later. This thing is that when I try to run hphpize, it returns "hphpize: command not found", even after install hhvm-dev.
Did anyone have the same problem?
Driver documentation here: https://github.com/mongodb/mongo-hhvm-driver
Thanks.
Use your package manager to determine the set of files that
hhvm-devinstalled. Ifhphpizeis included, add the directory where it is located toPATH. If not included, you may need to install some other package.