Skip to content

Commit

Permalink
fix(oracle): add libaio1t64
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Peschke <[email protected]>
  • Loading branch information
lukapeschke committed Dec 19, 2024
1 parent ee1647c commit 9fb65c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toucan_connectors/install_scripts/oracle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ -e ~/oracle-installed ]]; then
fi

apt-get update
apt-get install -fyq curl unzip
apt-get install -fyq curl unzip libaio1t64
mkdir -p /opt/oracle
curl -sSL 'https://public-package.toucantoco.com/connectors_sources/oracle/oracle_client_lib/instantclient-basiclite-linux.x64-12.2.0.1.0.zip' -o '/tmp/oracle_client_lib.zip'
unzip /tmp/oracle_client_lib.zip -d /opt/oracle
Expand Down

0 comments on commit 9fb65c7

Please sign in to comment.