Thank you for your help! пт, 1 сент. 2023 г. в 17:16, Nick Couchman <[email protected]>:
> On Fri, Sep 1, 2023 at 6:05 PM Victor Krutov <[email protected]> > wrote: > >> 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: >> > > Glad you were able to resolve the issue. I'm running guacd on CentOS 7.9, > and openssl-devel is not required to build or run guacd in my environment. > Odd that you need both of them. > > -Nick >
