I appreciate all the suggestions, with your help I was able to resolve the issue.
It was LD_LIBRARY_PATH where the first folder in the list contained old openssl libraries. Used export LD_LIBRARY_PATH=/lib64:$LD_LIBRARY_PATH to correct the problem, after ./configure finished with all the dependencies satisfied. As for the suggestion to remove openssl-devel and go with openssl11-devel instead, both can live on the same environment. In fact, some other guacamole modules depend on openssl-devel: Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Removing: openssl-devel x86_64 1:1.0.2k-26.el7_9 @updates 3.1 M Removing for dependencies: freerdp-devel x86_64 2.1.1-5.el7_9 @updates 660 k libssh2-devel x86_64 1.8.0-4.el7 @base 284 k libwinpr-devel x86_64 2.1.1-5.el7_9 @updates 929 k Transaction Summary ================================================================================ Remove 1 Package (+3 Dependent packages) пт, 1 сент. 2023 г. в 09:29, Nick Couchman <[email protected]>: > On Fri, Sep 1, 2023 at 8:30 AM Victor Krutov <[email protected]> > wrote: > > > > I have installed openssl11 and openssl11-devel packages: > > > > # yum list installed | grep ssl > > libcurl-openssl.x86_64 4.6.0-1.el7 > @anaconda/8.8.1 > > mod_ssl.x86_64 1:2.4.6-99.el7.centos.1 @updates > > nss_compat_ossl.x86_64 0.9.6-8.el7 > @anaconda/8.8.1 > > openssl.x86_64 1:1.0.2k-26.el7_9 @updates > > openssl-devel.x86_64 1:1.0.2k-26.el7_9 @updates > > openssl-libs.x86_64 1:1.0.2k-26.el7_9 @updates > > openssl11.x86_64 1:1.1.1k-5.el7 @epel > > openssl11-devel.x86_64 1:1.1.1k-5.el7 @epel > > openssl11-libs.x86_64 1:1.1.1k-5.el7 @epel > > xmlsec1-openssl.x86_64 1.2.20-7.el7_4 > @anaconda/8.8.1 > > You didn't remove the openssl-devel package. This was necessary in my case. > > -Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
