Pearl Local Error
Pernah nemu error seperti gini gak?
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LANG = βen_USβ
are supported and installed on your system.
perl: warning: Falling back to the standard locale (βCβ).
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
ok kalo pernah ternyata penyelesaian nya gak sesusah yang dibayangkan π
untuk linux ketik command ini di startup script atau di shell script terserah
LC_ALL=en_US.ISO8859-1
export LC_ALL
Kalo males dan cuman buat sementara ketik ini aja
export LC_ALL=en_US.ISO8859-1
Kalo untuk BSD silahkan ketik command ini
setenv LC_ALL en_US.ISO8859-1
atau silahkan masukan ke make.conf
silahkan coba lagi execute perl command nya.
About this entry
You’re currently reading an entry written by Admin
- Published:
- 02.12.08 / 3pm
- Category:
- Aplikasi
- Tags:
- perl
- Post Navigation:
- « Installasi FreeBSD
Installasi VPN Server dengan Open VPN »
Comments are closed
Comments are currently closed on this entry.