Monday, March 1, 2010

Unable to find installed locale for en_US.UTF-8, en_US.utf8 .. While installing BO XI R2, BOXI 3.1(Linux)

Solution: Add following 2 lines to your bash profile

$ vi .bash_profile
LANG="en_US.utf8"
export LANG

logoff and login or type following command:

$ source .bash_profile





No comments:

Post a Comment

Sonarqube Upgrade from 9.4.4 to 9.9.4 LTS

 Issue:  1) Java hasbeen upgraded from 11 to Open JDK 17. And Sonarqube is upgraded from 9.4 to 9.9.4. 2) After the upgrade sonarqube servic...