Sha256: 5f34b3b8d96dee9f173e4d734d724dc06f262a146b27882ca17e257aaebdf783

Contents?: true

Size: 677 Bytes

Versions: 1

Compression:

Stored size: 677 Bytes

Contents

# gcc, g++ and Oracle Instant Client SDK are requred.
#
# ln libocci.so.x.x libocci.so
# ln libclntsh.so.x.x libclntsh.so
#

if [ "$JAVA_HOME" = "" ]
then
    echo "You should set the environment variable 'JAVA_HOME'."
    exit 1
fi

if [ "$OCI_PATH" = "" ]
then
    echo "You should set the environment variable 'OCI_PATH'."
    exit 1
fi

mkdir -p ../../../../lib/embulk/linux_x64

gcc -fPIC -I. -I"$JAVA_HOME/include" -I"$OCI_PATH/sdk/include" -I../../../main/cpp/common -L"$OCI_PATH" -shared ../../../main/cpp/common/embulk-output-oracle.cpp ../../../main/cpp/common/dir-path-load.cpp -locci -lclntsh -lstdc++ -o ../../../../lib/embulk/linux_x64/libembulk-output-oracle.so

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
embulk-output-oracle-0.2.2 src/main/cpp/linux/build.sh