Sun N1 System Manager 1.1 Site Preparation Guide

ProcedureTo Download, Make, and Install the Simplified Chinese Perl Module

This procedure is required only if you are installing the N1 System Manager in the Chinese locale

Steps
  1. Log in as root on the N1 System Manager management server.

  2. Ensure your locale is set to Simplified Chinese.

    In a terminal window, type echo $LANG to display the system locale setting. For example:


    # echo $LANG
    zh_CN.gb18030

    If the language locale is not zh_CN.gb18030, set the locale by typing export LANG=zh_CN.gb18030.

  3. Open a web browser and go to http://search.cpan.org/~autrijus/Encode-HanExtra-0.10.

    The browser displays the Encode-HanExtra-0.10 download page.

  4. Click Download and save the Encode-HanExtra-0.10.tar.gz file to a directory on the management server.

  5. In a terminal window, change directory to the location where you saved the Encode-HanExtra-0.10.tar.gz file.

  6. Unpack the Encode-HanExtra-0.10.tar.gz file.

    1. To unpack the tar file, type gunzip Encode-HanExtra-0.10.tar.gz.

    2. To unpack the modules, type tar -xvf Encode-HanExtra-0.10.tar.

  7. Change directory to Encode-HanExtra-0.10.

  8. To update the system Encode.pm database with the Simplified Chinese encoding, type the following commands in sequence.

    Wait for each command to complete before typing the next command in the sequence.


    # perl Makefile.PL
    # make
    # make test
    # make install
    
Next Steps