• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

DarkcoinD+Libboost+chroot=Runtime-Error

Figlmüller

Member
Hi,

I just wanted to report a problem which came up while trying to launch the darkcoin daemon in a chroot environment (together with an optimized kernel).
I'm currently running and compiling all instances under Debian 7 Wheezy using the libraries available on the stable tree.
Once I try to run darkcoind it immeadiately crashes with the following message:

Code:
runtime error: locale::facet::_S_create_c_locale name not valid
.

It seems that this is being caused by the boost libraries.
The only way to get around this is to set LC_ALL to C.

CSS:
LC_ALL="C"
export LC_ALL

Is there a way to address this issue in the darkcoin code?
 
Last edited by a moderator:
Back
Top