I recently installed oacs5b on a box that somebody installed RH8.0 in German. He probably did some kind of minimal install as not even gcc was installed.
I changed /etc/sysconfig/i18n to:
LANG="en_US"
SUPPORTED="en_US:en"
SYSFONT="latarcyrheb-sun16"
I took out the UTF-8 stuff, as I did with the other machines I administer.
Now I encouter a problem that I don't encounter with any of my other machines. Whenever I do "psql mydb" and get the psql prompt, I cannot auto-complete the sql with tab. Or I get the following stuff, whenever I push the arrow right, left, up or down button:
mydb=# ^[[C^[[B^[[D^[[A
Must be something charset related?!
Any hints?