Originally posted by: JUlmer
Just to close things out.
Thanks to YannickBergeron.
Where RPM uses two packages (openssl and openssl-devel), the AIX bundle has it all in the one bundle (fileset).
Had one wrinkle. Wanting the most recent version of OpenSSL, I used the RPM packages. I did not remove the older openssl on the machine. I hoped the RPM integration would fold the new RPM based stuff into the previous. It did not. Consequently, when I tried to build the Perl module (perl Makefile.PL), it failed, apparently confused between where openssl was and where the devel files were. I removed the RPM based openssl and everything worked.
Unfortunate, that the AIX bundles are a little dated. 'Would like to have gotten a more recent version of openssl on the machine.