James Muehlner created GUACAMOLE-1614:
-----------------------------------------
Summary: Phantomjs build issues on ubuntu 22.04
Key: GUACAMOLE-1614
URL: https://issues.apache.org/jira/browse/GUACAMOLE-1614
Project: Guacamole
Issue Type: Bug
Components: guacamole-client
Environment: Ubuntu 22.04 x86_64
Reporter: James Muehlner
When attempting to build the guacamole-client project for source, the following
errors are encountered during unit tests, when Selenium attempts to invoke
PhantomJS:
{code:java}
139889159763904:error:25066067:DSO support routines:DLFCN_LOAD:could not load
the shared library:dso_dlfcn.c:185:filename(libproviders.so): libproviders.so:
cannot open shared object file: No such file or directory
139889159763904:error:25070067:DSO support routines:DSO_load:could not load the
shared library:dso_lib.c:244:
139889159763904:error:0E07506E:configuration file
routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=providers,
path=providers
139889159763904:error:0E076071:configuration file routines:MODULE_RUN:unknown
module name:conf_mod.c:222:module=providers
May 24, 2022 8:11:29 PM org.openqa.selenium.os.UnixProcess checkForError
{code}
which causes
{code:java}
[ERROR] org.openqa.selenium.remote.UnreachableBrowserException: Could not start
a new session. Possible causes are invalid address of the remote server or
browser start-up failure.
{code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)