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:
509
509
detached : true
510
510
timeout-minutes : 60
511
511
- name : Install Oracle Client
512
+ # https://askubuntu.com/questions/1512196/libaio1-on-noble
512
513
run : |
513
514
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
515
516
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
517
519
sudo ldconfig
518
520
- name : Install Dependencies
519
521
run : |
You can’t perform that action at this time.
0 commit comments