Tengo CentOS 6 (instalación mínima o instalación de red, no recuerdo cuál) en una máquina virtual. Estoy intentando instalarPlone 4.2.4en él para fines de prueba. He instalado todas las dependencias necesarias, o al menos eso creo.
Ejecuto el instalador unificado de Plone (uso la --static-lxml
opción porque Plone requiere una versión libxml2 que no está presente en CentOS)
./install.sh --static-lxml independiente
Obtuve el siguiente error:
Stand-Alone Zope Instance selected
Detailed installation log being written to /root/plone/Plone-4.2.4-UnifiedInstaller/install.log
Root install method chosen. Will install for use by system user plone
Installing Plone 4.2.4 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...
Install of Python-2.7.3 has failed.
Installation has failed.
See the detailed installation log at /root/plone/Plone-4.2.4-UnifiedInstaller/install.log
to determine the cause.
Aquí está el registro de instalación de Plone.
lo instalécerveza de pitónpara intentar instalar Python 2.73 usándolo. Puedo instalar Pythonbrew con éxito, pero cuando lo ejecuto pythonbrew install 2.7.3
aparece el siguiente error:
[test@plonemachine root]$ pythonbrew install 2.7.3
Use the previously fetched /home/test/.pythonbrew/dists/Python-2.7.3.tgz
Extracting Python-2.7.3.tgz into /home/test/.pythonbrew/build/Python-2.7.3
This could take a while. You can run the following command on another shell to track the status:
tail -f "/home/test/.pythonbrew/log/build.log"
Patching Python-2.7.3
Installing Python-2.7.3 into /home/test/.pythonbrew/pythons/Python-2.7.3
ERROR: Failed to install Python-2.7.3. See /home/test/.pythonbrew/log/build.log to see why.
Aquí está el registro de compilación de Pythonbrew.Es casi idéntico al registro de instalación de Plone (!), lo que me lleva a creer que el problema está en otra parte.
Respuesta1
Élaspectocomo si el script de configuración saliera correctamente y se crearan los Makefiles. Supongo que quizás le falten algunas de las herramientas de desarrollo básicas autoconf
. Intente instalarlos con este comando como root (fuente):
yum groupinstall 'Development Tools'