Verify Perl requirements on UNIX

Perl is used by the Lawson installer program. It must reside on each machine where the installer program will be run.

  1. AIX only Export the language variable to prevent locale warnings. Note that this value is case-sensitive.
    Note: This variable is for AIX systems with the en_US locale ONLY. If you set this variable in other situations, the Lawson installation will fail.
    • If the en_US locale is not available on your AIX system, do not set this variable.

    • Do not set this variable on other UNIX platforms.

    export LANG=en_US

  2. Verify that the correct version of Perl is installed.

    perl -version

  3. Verify the version of Perl that your system is using

    which perl