Re: RDP Installation Issue

2024-04-29 Thread Michael Grattan
Thank you!!

Today I learned…..

Regards,

Michael Grattan/IS
P Please don't print this e-mail unless absolutely necessary.


From: Nick Couchman 
Sent: Monday, April 29, 2024 13:26
To: user@guacamole.apache.org
Subject: CAUTION: External Email - Subj: Re: RDP Installation Issue

You don't often get email from vn...@apache.org<mailto:vn...@apache.org>. Learn 
why this is important<https://aka.ms/LearnAboutSenderIdentification>
On Mon, Apr 29, 2024 at 11:47 AM Michael Grattan 
mailto:mgrat...@keysso.net.invalid>> wrote:
Hello,

Thanks for the reply.

I have tried dnf install freerdp-devel but it says no match.

A dnf search freerdp turns up only the following:

# dnf search freerdp
Updating Subscription Management repositories.
Last metadata expiration check: 0:30:11 ago on Mon 29 Apr 2024 11:03:34 AM EDT.
== Name Exactly 
Matched: freerdp ==
freerdp.x86_64 : Free implementation of the Remote Desktop Protocol (RDP)
== Name Matched: 
freerdp ==
freerdp-libs.x86_64 : Core libraries implementing the RDP protocol
freerdp-libs.i686 : Core libraries implementing the RDP protocol

Is there somewhere else I need to go to download the developer libraries?


Yeah, if you're using one of the later EL-based distros (Rocky 9, CentOS 9 
Stream, or RHEL 9) you might need to enable additional repos. For example, in 
Rocky 9, it's the "crb" repo:

$ sudo dnf list freerdp-devel
Last metadata expiration check: 0:00:13 ago on Mon 29 Apr 2024 01:25:03 PM EDT.
Available Packages
freerdp-devel.i686  
 2:2.4.1-5.el9  
   crb
freerdp-devel.x86_64
 2:2.4.1-5.el9  
   crb

-Nick
CAUTION: This email originated from outside of the M.C.S.O. Whether you know 
the sender or not, do not click links or open attachments you were not 
expecting.


Re: RDP Installation Issue

2024-04-29 Thread Nick Couchman
On Mon, Apr 29, 2024 at 11:47 AM Michael Grattan
 wrote:

> Hello,
>
>
>
> Thanks for the reply.
>
>
>
> I have tried dnf install freerdp-devel but it says no match.
>
>
>
> A dnf search freerdp turns up only the following:
>
>
>
> # dnf search freerdp
>
> Updating Subscription Management repositories.
>
> Last metadata expiration check: 0:30:11 ago on Mon 29 Apr 2024 11:03:34 AM
> EDT.
>
> == Name Exactly
> Matched: freerdp ==
>
> freerdp.x86_64 : Free implementation of the Remote Desktop Protocol (RDP)
>
> == Name
> Matched: freerdp
> ==
>
> freerdp-libs.x86_64 : Core libraries implementing the RDP protocol
>
> freerdp-libs.i686 : Core libraries implementing the RDP protocol
>
>
>
> Is there somewhere else I need to go to download the developer libraries?
>
>
>

Yeah, if you're using one of the later EL-based distros (Rocky 9, CentOS 9
Stream, or RHEL 9) you might need to enable additional repos. For example,
in Rocky 9, it's the "crb" repo:

$ sudo dnf list freerdp-devel
Last metadata expiration check: 0:00:13 ago on Mon 29 Apr 2024 01:25:03 PM
EDT.
Available Packages
freerdp-devel.i686
  2:2.4.1-5.el9
crb
freerdp-devel.x86_64
  2:2.4.1-5.el9
crb

-Nick

>


Re: RDP Installation Issue

2024-04-29 Thread Michael Grattan
Hello,

Thanks for the reply.

I have tried dnf install freerdp-devel but it says no match.

A dnf search freerdp turns up only the following:

# dnf search freerdp
Updating Subscription Management repositories.
Last metadata expiration check: 0:30:11 ago on Mon 29 Apr 2024 11:03:34 AM EDT.
== Name Exactly 
Matched: freerdp ==
freerdp.x86_64 : Free implementation of the Remote Desktop Protocol (RDP)
== Name Matched: 
freerdp ==
freerdp-libs.x86_64 : Core libraries implementing the RDP protocol
freerdp-libs.i686 : Core libraries implementing the RDP protocol

Is there somewhere else I need to go to download the developer libraries?



Regards,

Michael Grattan/IS
P Please don't print this e-mail unless absolutely necessary.


From: Nick Couchman 
Sent: Monday, April 29, 2024 11:07
To: user@guacamole.apache.org
Subject: CAUTION: External Email - Subj: Re: RDP Installation Issue

You don't often get email from vn...@apache.org. Learn why this is 
important<https://aka.ms/LearnAboutSenderIdentification>


On Mon, Apr 29, 2024 at 10:51 AM Michael Grattan  
wrote:
Hello,

I am trying to install Guacamole 1.5.5 on a new Red Hat version 9.3.

When I run the configuration, it does not seem to find RDP as follows:

checking for vorbis/vorbisenc.h... no
checking for ogg_stream_init in -logg... no
checking for vorbis_block_init in -lvorbis... no
checking for vorbis_encode_init in -lvorbisenc... no
configure: WARNING:
  
   Unable to find libogg / libvorbis / libvorbisenc.
   Sound will not be encoded with Ogg Vorbis.
  
checking for pa_context_new in -lpulse... yes
checking for pango... yes
checking for pangocairo... yes
checking for rfbInitClient in -lvncclient... no
checking for freerdp2 freerdp-client2 winpr2... no
configure: WARNING:
  
   Unable to find FreeRDP (libfreerdp2 / libfreerdp-client2 / libwinpr2)
   RDP will be disabled.
  
checking for libssh2_userauth_publickey_frommemory in -lssh2... no
checking for telnet_init in -ltelnet... no
checking for webp/encode.h... yes
checking for WebPEncode in -lwebp... yes
checking for lws_create_context in -lwebsockets... no
configure: WARNING:
  
   Unable to find libwebsockets.
   Support for Kubernetes will be disabled.
  
checking whether LWS_CALLBACK_CLIENT_CLOSED is declared... no
checking whether LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT is declared... no
checking whether LCCSCF_USE_SSL is declared... no

However, I have checked the linked libraries and I think FreeRDP is already 
installed as shown here:

Make sure you have the development libraries installed - depending on the Linux 
distribution you're running, it may be something like "freerdp-devel", 
"freerdp2-devel", or the like. The following page lists dependency requirements 
for Debian and EL-based systems:

https://guacamole.apache.org/doc/gug/installing-guacamole.html#building-guacamole-server

-Nick
CAUTION: This email originated from outside of the M.C.S.O. Whether you know 
the sender or not, do not click links or open attachments you were not 
expecting.


Re: RDP Installation Issue

2024-04-29 Thread Nick Couchman
On Mon, Apr 29, 2024 at 10:51 AM Michael Grattan
 wrote:

> Hello,
>
>
>
> I am trying to install Guacamole 1.5.5 on a new Red Hat version 9.3.
>
>
>
> When I run the configuration, it does not seem to find RDP as follows:
>
>
>
> checking for vorbis/vorbisenc.h... no
>
> checking for ogg_stream_init in -logg... no
>
> checking for vorbis_block_init in -lvorbis... no
>
> checking for vorbis_encode_init in -lvorbisenc... no
>
> configure: WARNING:
>
>   
>
>Unable to find libogg / libvorbis / libvorbisenc.
>
>Sound will not be encoded with Ogg Vorbis.
>
>   
>
> checking for pa_context_new in -lpulse... yes
>
> checking for pango... yes
>
> checking for pangocairo... yes
>
> checking for rfbInitClient in -lvncclient... no
>
> checking for freerdp2 freerdp-client2 winpr2... no
>
> configure: WARNING:
>
>   
>
>Unable to find FreeRDP (libfreerdp2 / libfreerdp-client2 / libwinpr2)
>
>RDP will be disabled.
>
>   
>
> checking for libssh2_userauth_publickey_frommemory in -lssh2... no
>
> checking for telnet_init in -ltelnet... no
>
> checking for webp/encode.h... yes
>
> checking for WebPEncode in -lwebp... yes
>
> checking for lws_create_context in -lwebsockets... no
>
> configure: WARNING:
>
>   
>
>Unable to find libwebsockets.
>
>Support for Kubernetes will be disabled.
>
>   
>
> checking whether LWS_CALLBACK_CLIENT_CLOSED is declared... no
>
> checking whether LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT is declared... no
>
> checking whether LCCSCF_USE_SSL is declared... no
>
>
>
> However, I have checked the linked libraries and I think FreeRDP is
> already installed as shown here:
>

Make sure you have the development libraries installed - depending on the
Linux distribution you're running, it may be something like
"freerdp-devel", "freerdp2-devel", or the like. The following page lists
dependency requirements for Debian and EL-based systems:

https://guacamole.apache.org/doc/gug/installing-guacamole.html#building-guacamole-server

-Nick

>