rtinit.sh
initialize UNIX Bourne shell (sh), Korn Shell (ksh), or GNU Born Again Shell (bash) to run SmartSockets
None
None
The rtinit.sh
script sets up Bourne shell (sh), Korn shell (ksh), and GNU Born Again shell (bash) to run SmartSockets. This should be done in the startup script $HOME/.profile
for each user account that is using SmartSockets. It is difficult to automate the process of adding rtinit.sh
to $HOME/.profile
, as $HOME/.profile
is often very complicated. Add this line to $HOME/.profile
.
Add this line toward the end of a user’s $HOME/.profile
file, so that the settings in rtinit.sh
are applied last.
The rtinit.sh
script sets or modifies these environment variables:
RTHOME
is set to the name of the directory where SmartSockets is installed (the install_dir/ss68
mentioned above).RTARCH
is set to the SmartSockets architecture; for example, sun4_solaris
.PATH
has $RTHOME/bin
added to the end.XUSERFILESEARCHPATH
has $RTHOME/app-defaults/$RTARCH
and $RTHOME/app-defaults
added to the end.XKEYSYMDB
is set to $RTHOME/lib/$RTARCH/XKeysymDB
. This is needed for Motif 1.2 and X11R5.XNLSPATH
is set to $RTHOME/lib/$RTARCH/nls
. This is needed for Motif 1.2 and X11R5.LD_LIBRARY_PATH
(UNIX platforms other then HP-UX/AIX) has $RTHOME/lib/$RTARCH
added to the front. On platforms that support both 32-bit and 64-bit, $RTHOME/lib/$RTARCH/
64dir
is added before $RTHOME/lib/$RTARCH
, where 64dir
is the directory containing 64-bit libraries.SHLIB_PATH
(HP-UX only) has $RTHOME/lib/$RTARCH:$RTHOME/lib/$RTARCH/
64Dir
added to the end, where 64Dir
is the directory containing 64-bit libraries.LIBPATH
(AIX only) has $RTHOME/lib/$RTARCH
added to the front.None
TIBCO SmartSockets™ Utilities Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |