Terminate on instance "std::runtime_error" Hiphop-Php
Posted
by
boundless08
on Stack Overflow
See other posts from Stack Overflow
or by boundless08
Published on 2012-11-13T16:57:00Z
Indexed on
2012/11/13
17:00 UTC
Read the original article
Hit count: 327
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.
© Stack Overflow or respective owner