[Bug 289964] [new port] net/rdp2tcp: tunneling tool on top of remote desktop protocol (RDP)
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 289964] net/rdp2tcp: add port"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Oct 2025 22:02:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289964 --- Comment #4 from Ivan Rozhuk <rozhuk.im@gmail.com> --- (In reply to Vladimir Druzenko from comment #1) You was right, FreeRDP3 at FBSD is build without rdp2tcp support: [00:44:56:783] [58860:000bce96] [ERROR][com.winpr.library] - [LoadLibraryA]: failed with Cannot open "/usr/local/lib/freerdp3/librdp2tcp-client.so" [00:44:56:783] [58860:000bce96] [WARN][com.freerdp.addin] - [freerdp_load_channel_addin_entry]: Failed to load channel rdp2tcp [(null)] [00:44:56:783] [58860:000bce96] [ERROR][com.winpr.library] - [LoadLibraryA]: failed with Cannot open "/usr/local/lib/freerdp3/librdp2tcp-client.so" [00:44:56:783] [58860:000bce96] [WARN][com.freerdp.addin] - [freerdp_load_channel_addin_entry]: Failed to load channel rdp2tcp [(null)] [00:44:56:783] [58860:000bce96] [ERROR][com.freerdp.client.common] - [freerdp_client_load_channels]: Failed to load addins [00000000] To fix it: CMAKE_ON+= CHANNEL_RDP2TCP and rebuild + reinstall freerdp3. 9411 40 Is 0:00.43 | | |-- csh 84354 40 I+ 0:00.15 | | | `-- xfreerdp3 /bpp:24 +window-drag +clipboard /size:1280x960 /sec:rdp /cert-ignore /rdp2tcp:/usr/local/bin/rdp2tcp 84489 40 S+ 0:00.02 | | | `-- /usr/local/bin/rdp2tcp Probably some other channels also disabled by default in FreeRDP CMake files. Console on win server and on FBSD shows that both sides connected via RDP channel. -- You are receiving this mail because: You are the assignee for the bug.