To compile bluez
on the raspberry
that got the following message when to install libreadline-dev
.
1 | Setting up install-info (4.13a.dfsg.1-5ubuntu1) ... |
It’s a locale problem. You can modify the /etc/environment
to correct locale. My solution modify /etc/environment
to en_US.UTF-8
and use raspi-config
to install en_US.UTF-8
. One more thing, don’t forget to run locale-gen
to generate locale profile. Reboot your system. All problem solved.