首页 > 其他 > 详细

Pulse r9.1 embedded browser install failure

时间:2021-07-05 23:23:42      阅读:41      评论:0      收藏:0      [点我收藏+]

Pulse Secure连接VN的时候出现embedded browser install failure错误
技术分享图片

解决方案: 修改正确的CEF_URL路径

(test@test-21:/opt/pulsesecure/bin$ sudo vim setup_cef.sh )

- #CEF_URL=http://opensource.spotify.com/cefbuilds/cef_binary_80.1.14%2Bga33bdbc%2Bchromium-80.0.3987.149_linux64_minimal.tar.bz2
+ CEF_URL=https://cef-builds.spotifycdn.com/cef_binary_80.1.14%2Bga33bdbc%2Bchromium-80.0.3987.149_linux64_minimal.tar.bz2

然后去执行这个脚本

test@test-21:/opt/pulsesecure/bin$ sudo ./setup_cef.sh
Utility to download and install Chromium Embedded Browser.
Usage: setup_cef.sh <check_installed|install|reinstall|uninstall> [OPTIONS]

    setup_cef.sh check_installed
                 Checks and informs if currently installed or not.
    setup_cef.sh <install|reinstall> [-tmpDirPath <Path>]
                 Downloads and installs the Chromium Embedded Browser.
                 An optional -tmpDirPath can be passed, where download and
                 extraction will happen. This directory will be cleared by the
                 end of installation.
                 install will install CEF only if it is not installed.
                 reinstall will remove and reinstall if it is installed.
    setup_cef.sh uninstall
                 Uninstall CEF libraries
    Note:
        * The install can be run only with root privileges
        * 1276 MB of free space is needed in the
          tmpDirPath. This space is used only during installation
          time and freed by the end of installation.
        * 1063 MB of free space is needed in the /opt

?

?

Pulse r9.1 embedded browser install failure

原文:https://blog.51cto.com/u_15278218/2980794

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!