- My VPS is live and already serving a few sites and users
- When i yum remove glibc-common, there are a lot other packages that set to remove for deps
- If so, i did these:
Just remove glibc-common from rpm db
[root@localhost ~]# rpm -e --justdb --nodeps glibc-common
So reinstall stock glibc-common;
Perhaps, this yum will just add those additional locales which stripped away in original template.
Now test again:
[root@localhost ~]# ls /usr/lib/locale/en_US.utf8/
LC_ADDRESS LC_IDENTIFICATION LC_MONETARY LC_PAPER
LC_COLLATE LC_MEASUREMENT LC_NAME LC_TELEPHONE
LC_CTYPE LC_MESSAGES LC_NUMERIC LC_TIME
Now as normal:
yum install postgresql postgresql-*
Start service:
/usr/sbin/service postgresql start
Woop!
p.s.. is this might applicable to other RHEL flavour VEs?
[Updated on: Thu, 26 October 2006 08:00]
Report message to a moderator