无法在Manjaro 0.8.9(Arch x64)上安装Plone 4.2

无法在Manjaro 0.8.9(Arch x64)上安装Plone 4.2,plone,Plone,我需要在ManjaroLinux 0.8.9上安装Plone 4.2。 不幸的是,我不能使用更新版本的Plone,所以我不知道更新版本是否会安装得更好 因此,我下载了用于Plone 4.2的UnifiedInstaller,提取了归档文件,并尝试使用以下命令进行安装: sudo ./install.sh standalone 我得到了以下输出: Installing Plone 4.2 at /usr/local/Plone User 'plone' already exists. No n

我需要在ManjaroLinux 0.8.9上安装Plone 4.2。 不幸的是,我不能使用更新版本的Plone,所以我不知道更新版本是否会安装得更好

因此,我下载了用于Plone 4.2的UnifiedInstaller,提取了归档文件,并尝试使用以下命令进行安装:

sudo ./install.sh standalone
我得到了以下输出:

Installing Plone 4.2 at /usr/local/Plone

User 'plone' already exists. No need to create it.
Skipping libjpeg build
Skipping readline build
Installing Python-2.7.3. This takes a while...
Installing distribute...
Warning: This Python does not have readline support.
It may still be usable for Zope, but interacting directly with Python will be painful.

Python build looks OK.
Unpacking buildout cache to /usr/local/Plone/buildout-cache
Compiling .py files in egg cache
Copying Plone-docs
Generating random password ...
Your platform's xml2/xslt are up-to-date. No need to build them.
Copying buildout skeleton
Fixing up bin/buildout
Skipping static libxml2/libxslt build.
Building Zope/Plone; this takes a while...
Buildout returned an error code: 1; Aborting.
Buildout failed. Unable to continue

Installation has failed.
See the detailed installation log at /home/maphardam/Downloads/Plone-4.2-UnifiedInstaller/install.log
to determine the cause.
由于install.log相当大>600kB,我希望错误消息和结尾就足够了

_imagingft.c:73:31: fatal error: freetype/fterrors.h: No such file or directory
 #include <freetype/fterrors.h>

compilation terminated.
error: Setup script exited with error: command 'gcc' failed with exit status 1
An error occured when trying to install Pillow 1.7.7. Look above this message for any errors that were output by easy_install.
While:
  Installing instance.
  Getting distribution for 'Pillow==1.7.7'.
Error: Couldn't install: Pillow 1.7.7
如果您需要整个日志文件,我将尝试上载它:

因此,安装程序似乎忽略了freetype。与pacman的一个简短请求导致了这样一个事实,即我已经使用了freetype 2.5.3-2

我做错了什么/我必须做什么才能让Plone运行

干杯, 马普哈德姆

编辑:主题已解决。我通过将freetype2链接到freetype来修复它:
ln-s/usr/include/freetype2/usr/include/freetype

不知道是否适用于您的环境,但请检查MacOs用户的响应:这是关于从新样式freetype版本到旧样式freetype版本的符号链接。先生,您救了我一天!谢谢!到目前为止,我还没有想过链接!现在Plone已成功安装: