[Bug 244471] net/guacamole-server
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 27 14:34:06 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244471
Bug ID: 244471
Summary: net/guacamole-server
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ultima at freebsd.org
Reporter: stefan.witzel at zvw.uni-goettingen.de
Flags: maintainer-feedback?(ultima at freebsd.org)
Assignee: ultima at freebsd.org
Created attachment 211991
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211991&action=edit
The config.log
I installed guacamole-server 1.1.0_1 from the ports (FBSD 12.1 amd64).
When I try to connect using ssh I get the error message
/usr/local/lib/libguac-client-ssh.so: Undefined symbol "libssh2_init"
nm shows that (all?) libssh2 symbols are undefined.
# /var/ports/usr/ports/net/guacamole-server/work # nm
/usr/local/lib/libguac-client-ssh.so | fgrep libssh2
U libssh2_channel_close
U libssh2_channel_eof
U libssh2_channel_free
U libssh2_channel_open_ex
U libssh2_channel_process_startup
U libssh2_channel_read_ex
U libssh2_channel_request_pty_ex
U libssh2_channel_request_pty_size_ex
U libssh2_channel_send_eof
U libssh2_channel_setenv_ex
U libssh2_channel_write_ex
U libssh2_init
U libssh2_keepalive_config
U libssh2_keepalive_send
U libssh2_knownhost_checkp
U libssh2_knownhost_free
U libssh2_knownhost_init
U libssh2_knownhost_readfile
U libssh2_knownhost_readline
U libssh2_session_disconnect_ex
U libssh2_session_free
U libssh2_session_handshake
U libssh2_session_hostkey
U libssh2_session_init_ex
U libssh2_session_last_errno
U libssh2_session_last_error
U libssh2_session_set_blocking
U libssh2_sftp_close_handle
U libssh2_sftp_init
U libssh2_sftp_last_error
U libssh2_sftp_open_ex
U libssh2_sftp_read
U libssh2_sftp_readdir_ex
U libssh2_sftp_shutdown
U libssh2_sftp_stat_ex
U libssh2_sftp_write
U libssh2_userauth_keyboard_interactive_ex
U libssh2_userauth_list
U libssh2_userauth_password_ex
U libssh2_userauth_publickey
There are no problems with rdp connections (so I cannot perform further test in
the moment :-; ). I thínk there was also a problem installing the port: a
missing "/" between stage and usr in a path name.
Stefan
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list