Sha256: 1d86087d97df6788d516690e4751a0b421fc7b70f05b41d03649b2f844662fdf
Contents?: true
Size: 687 Bytes
Versions: 3
Compression:
Stored size: 687 Bytes
Contents
# gcc, g++ and Oracle Instant Client Basic and 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
embulk-output-oracle-0.4.0 | src/main/cpp/linux/build.sh |
embulk-output-oracle-0.3.0 | src/main/cpp/linux/build.sh |
embulk-output-oracle-0.2.3 | src/main/cpp/linux/build.sh |