ILMT (BESAgent) - Linux RPM dependencies

Dear Team,

Please advise if the below library is still required by ILMT (BESAgent) on RHEL7:

compat-libstdc+±33

We are planning to remove compat-libstdc++ from our dependency packages repository.

If the compat-libstdc++ is still required on RHEL7, then we need to add it as requirement to the ILMT package.

I don’t think it is required though, as I just tested it in on RHEL7 server and BESAgent seems to work. But advise whether this library is still required by ILMT (BESAgent) on RHEL7.

For RHEL8, no libraries are required as per documentation https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/considerations_in_adopting_rhel_8/index#removed-packages_changes-to-packages

Thanks,
CTSahmhosting

this is from rel7. I don’t see compat-listdc dependcies for besclient in rel5/6/7 or 8.

$ ldd /opt/BESClient/bin/BESClient
        linux-vdso.so.1 =>  (0x00007ffe7d7f3000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f7c66e63000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f7c66c47000)
        librt.so.1 => /lib64/librt.so.1 (0x00007f7c66a3f000)
        libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f7c66738000)
        libacl.so.1 => /lib64/libacl.so.1 (0x00007f7c6652f000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f7c6622d000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f7c66017000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f7c65c49000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f7c67067000)
        libattr.so.1 => /lib64/libattr.so.1 (0x00007f7c65a44000)
$ rpm -qf /lib64/libstdc++.so.6
libstdc++-4.8.5-28.el7_5.1.x86_64
$
$ rpm -qa |grep -i compat-lib
$