Skip to content

Commit

Permalink
updated install_oracle_client.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Oct 12, 2024
1 parent 8bc8b79 commit 2f29fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/install_oracle_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ else
echo
if [ -f /usr/lib/x86_64-linux-gnu/libaio.so.1t64 ]; then
if ! [ -f /usr/lib/x86_64-linux-gnu/libaio.so.1 ]; then
# Ubuntu doesn't work without this
timestamp "Linking /usr/lib/x86_64-linux-gnu/libaio.so.1t64 to /usr/lib/x86_64-linux-gnu/libaio.so.1 because sqlplus looks for libaio.so.1 and fails otherwise"
ln -sv /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1
fi
Expand Down

0 comments on commit 2f29fb6

Please sign in to comment.