File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -509,11 +509,13 @@ jobs:
509509 detached : true
510510 timeout-minutes : 60
511511 - name : Install Oracle Client
512+ # https://askubuntu.com/questions/1512196/libaio1-on-noble
512513 run : |
513514 curl --output oracle-client.rpm https://download.oracle.com/otn_software/linux/instantclient/2116000/oracle-instantclient-basiclite-21.16.0.0.0-1.el8.x86_64.rpm
514- sudo apt install alien
515+ sudo apt install alien libaio1t64
515516 sudo alien -i oracle-client.rpm
516- sudo sh -c 'echo /usr/lib/oracle/21/client64/lib/ > /etc/ld.so.conf.d/oracle.conf'
517+ sudo echo /usr/lib/oracle/21/client64/lib/ > /etc/ld.so.conf.d/oracle.conf
518+ sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1
517519 sudo ldconfig
518520 - name : Install Dependencies
519521 run : |
You can’t perform that action at this time.
0 commit comments