[ https://issues.apache.org/jira/browse/RANGER-4791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17906975#comment-17906975 ]
Mugdha Varadkar commented on RANGER-4791: ----------------------------------------- Fix merged into master branch - https://github.com/apache/ranger/commit/de2fa77e6b30d89dd7fb3e0b6445fe03664421a5 Verified ranger code build locally with fix without -DskipTests {code} [INFO] Unix Native Authenticator .......................... SUCCESS [ 7.025 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:55 h [INFO] Finished at: 2024-12-19T12:52:20+05:30 [INFO] ------------------------------------------------------------------------ ~/Workspace/apache/ranger(master) $ git log commit de2fa77e6b30d89dd7fb3e0b6445fe03664421a5 (HEAD -> master) Author: Mugdha Varadkar <mug...@apache.org> Date: Thu Dec 19 10:56:26 2024 +0530 RANGER-4791 : Fixing build issue for Phantomjs Auto configuration failed due to OPEN_SSL {code} > Fixing build issue for Phantomjs Auto configuration failed due to OPEN_SSL > -------------------------------------------------------------------------- > > Key: RANGER-4791 > URL: https://issues.apache.org/jira/browse/RANGER-4791 > Project: Ranger > Issue Type: Bug > Components: admin > Reporter: Mugdha Varadkar > Assignee: Mugdha Varadkar > Priority: Major > Attachments: 0001-RANGER-4791.patch > > > Ranger build for redhat9 is failing for security-admin module for phantomjs > auto configuration failed. > Below is the log trace, > {code} > 10:53:58 2024/05/08 05:23:58 INFO : [INFO] 08 05 2024 05:23:58.533:INFO > [launcher]: Starting browser PhantomJS > 10:53:58 2024/05/08 05:23:58 INFO : [INFO] 08 05 2024 05:23:58.565:ERROR > [phantomjs.launcher]: Auto configuration failed > 10:53:58 2024/05/08 05:23:58 INFO : [INFO] > 139820265396032: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 > 10:53:58 2024/05/08 05:23:58 INFO : [INFO] > 139820265396032:error:25070067:DSO support routines:DSO_load:could not load > the shared library:dso_lib.c:244: > 10:53:58 2024/05/08 05:23:58 INFO : [INFO] > 139820265396032:error:0E07506E:configuration file > routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=providers, > path=providers > 10:53:58 2024/05/08 05:23:58 INFO : [INFO] > 139820265396032:error:0E076071:configuration file routines:MODULE_RUN:unknown > module name:conf_mod.c:222:module=providers > 10:53:58 2024/05/08 05:23:58 INFO : [INFO] > 10:53:58 2024/05/08 05:23:58 INFO : [INFO] 08 05 2024 05:23:58.571:ERROR > [launcher]: Cannot start PhantomJS > 10:53:58 2024/05/08 05:23:58 INFO : [INFO] Auto configuration > failed > 10:53:58 2024/05/08 05:23:58 INFO : [INFO] > 139820265396032: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 > 10:53:58 2024/05/08 05:23:58 INFO : [INFO] > 139820265396032:error:25070067:DSO support routines:DSO_load:could not load > the shared library:dso_lib.c:244: > 10:53:58 2024/05/08 05:23:58 INFO : [INFO] > 139820265396032:error:0E07506E:configuration file > routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=providers, > path=providers > 10:53:58 2024/05/08 05:23:58 INFO : [INFO] > 139820265396032:error:0E076071:configuration file routines:MODULE_RUN:unknown > module name:conf_mod.c:222:module=providers > 10:53:58 2024/05/08 05:23:58 INFO : [INFO] > 10:53:58 2024/05/08 05:23:58 INFO : [INFO] 08 05 2024 05:23:58.571:ERROR > [launcher]: PhantomJS stdout: > 10:53:58 2024/05/08 05:23:58 INFO : [INFO] 08 05 2024 05:23:58.571:ERROR > [launcher]: PhantomJS stderr: Auto configuration failed > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)