Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX -
Contents Index PreviousNext

Part 1 The Basic for Developing Application> Chapter 2 Environment Setup> 2.3 Setting Environment Variables

2.3.2 Setting Environment Variables (C APIs)

Set the environment variables required for using the Shunsaku C APIs.

Add '/opt/FJSVshnsk/lib' to the LD_LIBRARY_PATH environment variable.

Examples of how to set these environment variables are shown below.

Example 1

For bash, Bourne and Korn shells:
LD_LIBRARY_PATH=/opt/FJSVshnsk/lib:$LD_LIBRARY_PATH ; export LD_LIBRARY_PATH

Example 2

For C shell:
setenv LD_LIBRARY_PATH /opt/FJSVshnsk/lib:$LD_LIBRARY_PATH

Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006