Modification Of The User Login Script; Modifying Makefile Library - Titan TTCN-3 Installation Manual

Test executor
Table of Contents

Advertisement

Prepared (Subject resp)
ETHBAAT Jeno Balasko
Approved (Document resp)
ETHLEL Elemer Lelik
4.2
4.3
Checked
ETHGRY
To run TITAN, ensure that the $TTCN3_DIR environmental variable
has been set, for example, assuming a tcsh as login shell:
setenv TTCN3_DIR /usr/local/TTCNv3
To use the TTCN–3 keyword help feature in the GUI with a web
browser other than the default Netscape, it is necessary to set the
$TTCN3_BROWSER environmental variable, for example, to specify
Opera, type the following at the C-shell:
setenv $TTCN3_BROWSER opera
After setting the environmental variables, the TITAN TTCN–3 Test Executor
installation is complete.

Modification of the User Login Script

The following examples provide some help in modifying the login scripts.
Example modifications of login script assuming bash as login shell:
TTCN3_DIR=/usr/local/TTCNv3
PATH=$TTCN3_DIR/bin:$PATH
LD_LIBRARY_PATH=$TTCN3_DIR/lib:$LD_LIBRARY_PATH
MANPATH=$MANPATH:$TTCN3_DIR/man
TTCN3_LICENSE_FILE=/home/tmpusr/license.dat
export TTCN3_DIR PATH LD_LIBRARY_PATH MANPATH TTCN3_LICENSE_FILE
Example modifications of login script assuming tcsh as login shell:
setenv TTCN3_DIR /usr/local/TTCNv3
setenv PATH ${TTCN3_DIR}/bin:${PATH}
setenv LD_LIBRARY_PATH ${TTCN3_DIR}/lib:${LD_LIBRARY_PATH}
setenv MANPATH ${MANPATH}:${TTCN3_DIR}/man
setenv TTCN3_LICENSE_FILE /home/tmpusr/license.dat

Modifying Makefile Library

Make sure that the Makefile contains the following highlighted part:
SOLARIS8_LIBS = -lxnet -lxml2
LINUX_LIBS = -lxml2
Public
INSTRUCTION
No.
1/1531-CRL 113 200/6 Uen
Date
Rev
2018-05-16
D
-lresolv -lnsl -lsocket
-lpthread -lrt
10 (13)
Reference

Advertisement

Table of Contents
loading

Table of Contents