Settings for using an Excel file (for Linux only)

To use an Excel file in DataMagic for Linux, set the environment variable as below:

LD_LIBRARY_PATH

Set the same path as DMEXEP (directory to store executable modules).

Setting Example (when the path is /usr/local/MAGIC/bin):

When using sh:

# LD_LIBRARY_PATH=/usr/local/MAGIC/bin
# export LD_LIBRARY_PATH

When using csh:

# setenv LD_LIBRARY_PATH /usr/local/MAGIC/bin