This page is translated by TAKIGUCHI, Masao <masao@cadence.com>. Thank you.
[Back to Contents] [Back to Top Page]
% cd% ./Configure -d
!vi config.sh
e.g.: d_dosuid='define'
e.g.: dynamic_ext='' static_ext='DB_File Fcntl IO NDBM_File Opcode POSIX SDBM_File Socket'
If locale suitable for the content of environment variable LANG is not found, Perl outputs warning. For example, when environment variable LANG is set "japanese" on BSD/OS3.0, Perl output warning as follows:
warning: setlocale(LC_CTYPE, "") failed. warning: LC_ALL = "(null)", LC_CTYPE = "(null)", LANG = "japanese", warning: falling back to the "C" locale.
Warning from Perl occasionally causes wrong behavior of Mew because it picks up output messages of Perl. This problem will be solved by making the link from locale which really exists. In above case of BSD/OS, you only have to make the link to japanese set in environment variable LANG because there is locale of /usr/share/locale/Japanese-EUC:
% su # cd /usr/share/locale # ln -s Japanese-EUC japanese
Also, such warnings come not to appear if environment variable PERL_BADLANG is set to 0.
[Back to Contents] [Back to Top Page]
[Back to Contents] [Back to Top Page]
[Back to Contents] [Back to Top Page]