Using lbwebaccess.pl with Exec mapping rule on HPUX
 Technote (troubleshooting)
 
Problem(Abstract)
The lbwebaccess.pl script fails to execute if the location of Perl is not updated in the script.
 
Resolving the problem
On HPUX platforms, lbwebaccess.pl assumes the Perl binary is located in /usr/bin/. The first line of the script contains #!/usr/bin/perl. Update this path to wherever the Perl application is located.

Another option is to create a symbolic link. For example, if Perl is installed at /opt/perl/bin/perl, execute the command:

ln -s /opt/perl/bin/perl /usr/bin/perl

 
 
Cross Reference information
Segment Product Component Platform Version Edition
Application Servers Runtimes for Java Technology Java SDK
 
Historical Number
84534
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > Edge Component
Operating system(s): HP-UX
Software version: 5.0
Software edition:
Reference #: 1110703
IBM Group: Software Group
Modified date: May 23, 2003