On Wed, Oct 8, 2025 at 2:08 PM Dan Mahoney (ports) <[email protected]> wrote:
>
> I feel like at this point I've explained this more than a couple times. It's
> not dynamically linked against the ssl libs because that would make it way
> harder for dell to deliver a closed-source binary, and for I suspect
> legal/liability reasons, Dell isn't shipping an SSL library.
>
> Try the following:
>
> # /compat/linux/opt/dell/srvadmin/bin/idracadm7 -r localhost -u root -p xxx
> getsysinfo
Great, thanks for the reproducer. Now it indeed fails.
All right, I did some research and your solution looks correct to me.
The RLN issue can easily be worked around by creating an empty
${STAGEDIR}${PREFIX}/lib64/libssl.so.3, then running RLN, then
removing the stub file.
I can provide a thorough review and guide your port into the tree if
you open a pull request on GitHub.