安装 Qlik Catalog 相关软件的困难

5 qlikview qliksense qlik-expression

我正在按照安装指南的说明在 Linux Read Hat Enterprise 7.9 上安装 Qlik Catalog SW。

\n

我在Tomcat安装中遇到了第一个问题。基本上,我无法使用浏览器连接到Tomcat。

\n

下面是我使用过的命令的详细列表。

\n

我已经用火狐浏览器试过了。

\n

当尝试安装 Chrome 时,我遇到了其他问题。

\n

有什么提示吗?

\n
*** Installing Chrome ***\n# sudo yum install glib\n# sudo yum list glibc\n# sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm\n# sudo yum -y install redhat-lsb libXScrnSaver\n# sudo yum -y localinstall google-chrome-stable_current_x86_64.rpm\n>>>>>>>>>>>>>>>>>>>>>>>\nError: Package: google-chrome-stable-95.0.4638.54-1.x86_64 (/google-chrome-stable_current_x86_64)\nRequires: libc.so.6(GLIBC_2.18)(64bit)\n<<<<<<<<<<<<<<<<<<<<<<<\n*** Installing Tomcat ***\nInstall wget (if not already installed):\n# sudo yum install -y wget\nBecome the service account user:\n# sudo su - qdcuser\nDownload Apache Tomcat and extract the file in usr/local/qdc:\n$ cd /usr/local/qdc\n$ wget https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.38/bin/apache-tomcat-9.0.38.tar.gz\n$ tar -xvf apache-tomcat-9.0.38.tar.gz\nOverwrite <tomcat home>/conf/server.xml with the version expanded from the Qlik Catalog zip file:\n$ cp /tmp/podium/config/tomcat9-server.xml /usr/local/qdc/apache-tomcat-9.0.38/conf/server.xml\nOpening ports 8080 and 8443:\n# sudo firewall-cmd --zone=public --permanent --add-port=8080/tcp\n# sudo firewall-cmd --zone=public --permanent --add-port=8443/tcp\n# sudo systemctl restart firewalld.service\nSetup Apache Tomcat as a service to automatically start when Linux restarts:\n# sudo cp /tmp/podium/config/tomcat.service /etc/systemd/system/\n# sudo systemctl daemon-reload\n# sudo systemctl enable tomcat.service\nEdit the file /etc/systemd/system/tomcat.service to insert the correct user and group names:\n# sudo nano /etc/systemd/system/tomcat.service\nUser=qdcuser\nGroup=qdcgroup\nStart Tomcat manually:\n$ cd /usr/local/qdc/apache-tomcat-9.0.38\n$ ./bin/startup.sh\nBrowse to the following URL to verify that Tomcat is running:\nhttps://localhost:8443\n>>>>>>>>>>>>>>>>>>>>\nUnable to connect\nFirefox can\xe2\x80\x99t establish a connection to the server at localhost:8443.\n<<<<<<<<<<<<<<<<<<<<<\n
Run Code Online (Sandbox Code Playgroud)\n

小智 2

我也看到这个问题..这就是我认为原因可能是..

rpm -qf /usr/lib64/libc.so.6 glibc-2.17-325.el7_9.x86_64

glibc 在 RHEL 7.9 上是 2.17 谷歌的开发人员应该知道这一点,这意味着它是一个错误。

或者。他们应该提供该库作为其包的一部分并静态链接它。

简短的回答。目前,在 Google 找出并修复之前,我可能会删除该软件包,或跳过该软件包。

跳过..

sudo yum -y update --排除 google-chrome-stable*

要删除...好吧..“sudo yum -y 删除 google-chrome-stable”