Seems to be same version I use…. $openssl version OpenSSL 1.0.2k-fips 26 Jan 2017
But what I have is: # yum list installed | grep ssl openssl.x86_64 1:1.0.2k-26.el7_9 @centos-7-server-rpms openssl-devel.x86_64 1:1.0.2k-26.el7_9 @updates openssl-libs.x86_64 1:1.0.2k-26.el7_9 @centos-7-server-rpms openssl11.x86_64 1:1.1.1k-5.el7 @epel openssl11-libs.x86_64 1:1.1.1k-5.el7 @epel what you have: 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 xmlsec1-openssl.x86_64 1.2.20-7.el7_4 @anaconda/8.8.1 From: Victor Krutov <[email protected]> Sent: Thursday, August 31, 2023 9:57 PM To: [email protected] Subject: Re: Need help with libssl on CentOS 7.9 / Guacamole 1.5.3 Thank you Nick, I will check that. чт, 31 авг. 2023 г. в 20:39, Nick Couchman <[email protected]<mailto:[email protected]>>: On Thu, Aug 31, 2023 at 5:24 PM Victor Krutov <[email protected]<mailto:[email protected]>> wrote: > > Hello all, > > I am trying to fix a problem with libssl dependency: > ------------------------------------------------ > guacamole-server version 1.5.3 > ------------------------------------------------ > > Library status: > > freerdp2 ............ yes > pango ............... yes > libavcodec .......... yes > libavformat.......... yes > libavutil ........... yes > libssh2 ............. yes > libssl .............. no > libswscale .......... yes > libtelnet ........... yes > libVNCServer ........ yes > libvorbis ........... yes > libpulse ............ yes > libwebsockets ....... yes > libwebp ............. yes > wsock32 ............. no > > Protocol support: > > Kubernetes .... no > RDP ........... yes > SSH ........... no > Telnet ........ yes > VNC ........... yes > > Services / tools: > > guacd ...... yes > guacenc .... yes > guaclog .... yes > > FreeRDP plugins: /usr/lib64/freerdp2 > Init scripts: /etc/init.d > Systemd units: no > > config.log: > > configure:15368: checking for SSL_CTX_new in -lssl > configure:15391: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lssl >&5 > /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libssl.so: undefined > reference to `[email protected]' > /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libssl.so: undefined > reference to `[email protected]' > /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libssl.so: undefined > reference to `[email protected]' > /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libssl.so: undefined > reference to `[email protected]' > /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libssl.so: undefined > reference to `[email protected]' > collect2: error: ld returned 1 exit status > > configure:15401: result: no > configure:15413: WARNING: > -------------------------------------------- > Unable to find libssl. > guacd will not support SSL connections. > -------------------------------------------- > > I got all required packages installed: > > 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 > xmlsec1-openssl.x86_64 1.2.20-7.el7_4 @anaconda/8.8.1 I think the last time I did an updated to 1.5.2 or 1.5.3 I had to do the following: * Remove openssl-devel * Install openssl11 and openssl11-devel -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected]<mailto:[email protected]> For additional commands, e-mail: [email protected]<mailto:[email protected]>
