Rate This Document
Findability
Accuracy
Completeness
Readability

Error Reported When PASA Is Run

Symptom

An error message similar to "Can't locate URI/Escape.pm in @INC" is displayed when PASA is run.

Key Process and Cause Analysis

perl does not have the URI module.

Conclusion and Solution

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to decompress the URI package:

    tar -xvf URI-1.35.tar.gz

  3. Run the following command to switch to the directory that contains decompressed files:

    cd URI-1.35

  4. Run the following commands to perform compilation and installation:

    perl Makefile.PL

    make

    make install