Verifying the Perl Executable

Make sure that the path name of the perl executable is correct. This can be done by comparing the perl executable path name with the path name mentioned in the perl scripts.

To ensure that the perl script mentions the correct path for the perl executable

  1. Use 'which perl' command to verify the perl path.

  2. Change the first line of the perl scripts (login.pl, logout.pl, securid.pl) to make it point to the correct location. For example, replace it with MW_HOME/perl/bin/perl.

    If the webgate is installed at MW_HOME/webgate, the perl scripts for DCC-based login can be located at MW_HOME/webgate/ohs/oamsso-bin.