Hyrax-Rocky9

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽

Configuring Rocky 9 For Hyrax Development

Install (some) dependencies from yum/dnf

Updated 06/17/2025

Update

 yum -y update

To get the commands ps, which, etc.

 yum install -y procps

C++ environment plus build tools

 yum install -y git gcc-c++ flex bison cmake autoconf automake libtool emacs bzip2 vim bc

Development library versions

 yum install -y openssl-devel libuuid-devel readline-devel zlib-devel bzip2-devel libjpeg-devel libxml2-devel curl-devel libicu-devel 

WARNING

 No match for argument: libtirpc-devel

Java

 yum install -y java-21-openjdk java-21-openjdk-devel ant 

EPEL

 yum install dnf-plugins-core
 yum install epel-release
 yum config-manager --set-enabled powertools


Install CppUnit and some more development libraries

 dnf install -y cppunit cppunit-devel openjpeg2-devel jasper-devel

WARNING

 No match for argument: cppunit
 No match for argument: cppunit-devel
 No match for argument: openjpeg2-devel
 No match for argument: jasper-devel


Install the RPM tools

 dnf install -y rpm-devel rpm-build redhat-rpm-config

Install the AWS CLI

 dnf install -y awscli2