Return to Linux Home Page.


Crypt not working on Linux - (Setting LANG and SUPPORTED)

by Jeff Hunter, Sr. Database Administrator

If you read the article (Cannot find the "crypt" command in Linux) and installed the Crypt command, you will notice that this may not work with Red Hat 8.0 and higher.

There are two environment variables that I needed to set (actually override) to make the crypt command work:

export LANG=en_US
export SUPPORTED=en_US:en
After setting these two environment settings in your session should fix the problem.



Last modified on: Tuesday, 26-Jul-2005 13:55:56 EDT
Page Count: 3543