Update: How Install OCI CLI on Oracle Solaris 11.4
We've just announced an update to our previous blog on How to Install OCI CLI on Oracle Solaris. If you intend to install OCI CLI on the Oracle Solaris 11.4.51 or the latest SRU updates, please follow the updated instructions below. The only change from the previous instructions is to “Install rustc and cargo” without performing the step (5) “export CRYPTOGRAPHY_DONT_BUILD_RUST=1”.
- Ensure developer components are installed: pkg change-facet facet.devel=true
- Install the compiler, system headers, pkg-config tool: pkg install gcc system/header developer/build/pkg-config
- Set the correct pkgconfig path in your environment: export PKG_CONFIG_PATH=/usr/openssl/1.1/pkgconfig/64/:/usr/lib/64/pkgconfig