0

在项目上线之前,我正在为本地 Web 开发需求设置一个基于 Linux 的 AMPPS LAMP 盒。在全新安装 CentOS 时,我一直在关注 AMPPS 网站的此安装指南:https ://www.ampps.com/wiki/Installing_AMPPS_on_Linux#Important_Locations

说明中说明了以下内容:

首次运行 AMPPS 首次运行 AMPPS 时,请确保您的 Internet 连接处于活动状态。注意:AMPPS 还不支持代理。所以你必须有一个直接的互联网连接。

现在从资源管理器中打开 /usr/local/ampps/Ampps,这将需要一些时间,因为它正在为您的 Linux 设置 AMPPS。如果您使用的是 Ubuntu 操作系统,那么您必须从具有 sudo 权限的终端启动 Ampps。

cd /usr/local/ampps

sudo ./Ampps

以 root 身份输入 ./Ampps 后,终端将返回以下内容:

./Ampps: error while loading shared libraries: libXrender.so.1: cannot open shared object file: no such file or directory

我做了一些搜索并找到了基本修复,例如:

yum install libXrender.so.1

即使安装了库,它也会抛出同样的错误。

任何帮助都会很棒,对不起,如果我的帖子缺少我的第一个内容:)

在此先感谢,乔恩

4

1 回答 1

0

这似乎可以解决问题,无论如何谢谢:D

$ yum groupinstall "X Window System" "Desktop" "Desktop Platform" "Fonts"
于 2017-09-23T14:23:19.107 回答