-
Quick script to dump info about OpenSSL in ruby
Ruby can be built with OpenSSL by default or built with an alternate OpenSSL library (for example, if you had Ruby 3.0 and wanted an OpenSSL >= 3.0.0). There are a few constants and methods to check the version and capabilities of you OpenSSL library connected to Ruby, all from the module OpenSSL documentation available…
-
Solaris dependency issues: No version matching ‘require’ dependency can be installed and pkgmogrify
Errors with installing a Solaris p5p package Say you’re packaging a package for Solaris yourself and you need to install it on a slightly older machine than where it was built. When running a sudo pkg install -g myinstall.p5p myinstall , you run into the following errors: pkgdepend resolve Per the documentation above, this command…