Terminate on instance "std::runtime_error" Hiphop-Php
- by boundless08
I have successfully built Hiphop-Php on an ubuntu server 12.04 LTS but when I run the command:
$HPHP_HOME/src/hphp/hphp test.php
This error occurs:
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
Aborted (core dumped)
The same error occured during the make command but I used sudo make and it dealt with that, but using sudo on the above just removes the Aborted (core dumped). This is happening on a remote server, but I have done the exact same before testing on a VM. I even got root access, as I thought that could help, but it's done nothing.
Just so you know I built with USE_HHVM=0, I need the code unreadable and the bytecode format does this, but the VM I built was as well, I'm just stumped! Thanks in advance.