]> andersk Git - gssapi-openssh.git/commitdiff
o Update output to suggest using LD_LIBRARY_PATH after installation.
authorcphillip <cphillip>
Wed, 20 Mar 2002 16:35:17 +0000 (16:35 +0000)
committercphillip <cphillip>
Wed, 20 Mar 2002 16:35:17 +0000 (16:35 +0000)
setup/setup-openssh.pl

index a36fb773a4edf8e4127759705cab179a8bd8b83c..05d393635e1c9e76800f57578bb657902e71e6f1 100644 (file)
@@ -1,8 +1,10 @@
+#!/usr/bin/perl
 #
-# setup-openssh.pl:
-#   Adapts the installed gsi-ssh environment to the current machine,
-#   performing actions that originally occurred during the package's
-#   'make install' phase.
+# setup-openssh.pl
+#
+# Adapts the installed gsi-ssh environment to the current machine,
+# performing actions that originally occurred during the package's
+# 'make install' phase.
 #
 # Parts adapted from 'fixpath', a tool found in openssh-3.0.2p1.
 #
@@ -376,6 +378,12 @@ print "  $gpath\n";
 print "\n";
 print "Remember to keep this variable set (correctly) when you want\n";
 print "to use the executables that came with this package.\n";
+print "\n";
+print "Additionally, you may need to set LD_LIBRARY_PATH to point to\n";
+print "the location in which your globus libraries reside.  For example:\n";
+print "\n";
+print "  export LD_LIBRARY_PATH=\"$gpath/lib\"\n";
+print "\n";
 print "---------------------------------------------------------------\n";
 
 #
This page took 0.040499 seconds and 5 git commands to generate.