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
- Use PuTTY to log in to the server as the root user.
- Run the following command to decompress the URI package:
tar -xvf URI-1.35.tar.gz
- Run the following command to switch to the directory that contains decompressed files:
cd URI-1.35
- Run the following commands to perform compilation and installation:
perl Makefile.PL
make
make install