Hello everyone,

Thanks for the update Mike!

Something I don't have clear, probably because mi lack of experience with the git:

If I download the server from the "official" Guacamole site:

https://guacamole.apache.org/releases/1.4.0/

Thats the version that has the mentioned problems, so instead I should download from the git:

https://github.com/apache/guacamole-server

Why the download link isn't updated on the main site? The git still a work in progress / beta version that may have some other issues???

THANKS!!!!

El 2022-04-26 20:24, Michael Jumper escribió:

On Tue, Apr 26, 2022, 10:22 Gerd Hoerst <g...@hoerst.net> wrote:

Hi !

i tried to compile the 1.4.0 package for Ubuntu 22.04 but i get some of
this errors...

make[3]: Verzeichnis
„/root/develop/guacamole-server-1.4.0/src/common-ssh" wird betreten
CC       libguac_common_ssh_la-key.lo
key.c: In function 'guac_common_ssh_key_alloc':
key.c:63:9: error: 'PEM_read_bio_RSAPrivateKey' is deprecated: Since
OpenSSL 3.0 [-Werror=deprecated-declarations]
63 |         rsa_key = PEM_read_bio_RSAPrivateKey(key_bio, NULL,
NULL, passphrase);
|         ^~~~~~~
In file included from key.c:33:

I believe this has already been addressed on the latest git via the support for OpenSSH-format keys. We no longer invoke the function in question, and instead use the key reading functions provided by libssh2.

- Mike

Reply via email to