This document guides you through the new installation of a CallAPI for UNIX.
A CallAPI for UNIX is supplied with AE. This interface enables the execution of calls in AE from your own programs or procedures. These programs can be written in programming languages such as C, C++, and COBOL. The utility UCXB???C is also available, and can be used for command-line calls or in executable files.
The files that belong to the CallAPI are packed in TAR files. Each respective TAR file is available in the subdirectory of the appropriate UNIX version in IMAGE:AGENTS\UNIX.
1. |
Transferring the supplied files and setting up the system environment |
---|
gzip -d UCXB???C.tar.gz or gunzip UCXB???C.tar.gz
tar xvf UCXB???C.tar
(Linux: tar -zxvf UCXB???C.tar.gz)
When unpacked, the actual files are automatically created in the directories /bin, /lib and /src, if they do not yet exist. The packed file can be deleted afterwards.
AIX: export LIBPATH=Path of the installation directory
HP-UX: export SHLIB_PATH=Path of the installation directory
Solaris, Linux, zLinux: export LD_LIBRARY_PATH=Path of the installation directory
See also:
CallAPI for UNIX