Page 1 of 1

Cant install ./awips_install.sh --cave due to 2 problems

Posted: 2021/05/17 19:46:16
by Nimmy101
I am trying to run ./awips_install.sh --cave on CentOS8..... but I recieved error with 2 problems....its attached in this thread and highlighted in the red box for you to see easily. How can I solve this issue?

Thanks.

Re: Cant install ./awips_install.sh --cave due to 2 problems

Posted: 2021/05/17 20:37:55
by scottro
Just a note, it's usually better to post the text using the

Code: Select all

 
tags as images can't be cut and pasted.

In any case you can use dnf provides to see what packaqe might provide the missing .so file

But it looks like the program is looking for EOL CentOS-6 packages, so it may be impossible.

I have a somewhat dated but still useful page on the provides option of yum and dnf at https://srobb.net/yumprovides.html
but it does seem as if what you have was build for CentOS-6.

Re: Cant install ./awips_install.sh --cave due to 2 problems

Posted: 2021/05/18 12:14:37
by sml
Their site states requirements as
64 bit CentOS/Red Hat 7
The problem is with their install script though. awips_install.sh only checks if the system it's running on is EL7, and if not it assumes being run on EL6. So if you're running it on CentOS 8 it will try to install packages for EL6. There are no CAVE packages for EL8.

Re: Cant install ./awips_install.sh --cave due to 2 problems

Posted: 2021/05/18 13:56:08
by jlehtone
Perhaps create a CentOS 7 container or VM and run there?