OVH Community, your new community space.

error instalacion horde en release 2


aicom
27/04/2008, 20:39
¿ Podeis ayudarme a instalar en la release 2 los modulos pear: mail_mime y log ?

Saludos.

ferranvillalba
27/04/2008, 17:07
Comento que pear es una extensión o un repositorio, como lo querais llamar de php, que hace funcionar ciertos módulos, aquí esta su web. http://pear.php.net

A explicarme es como si fuera una instalación .deb en un Debian, es un ejemplo.

Esa extensión tiene sus propios módulos y repositorios.

Deberas buscar en google como instalar cierto módulo. Te aconsejo que lo busques en inglés porque en español nada de nada.

ferranvillalba
27/04/2008, 17:05
Cita Publicado inicialmente por Roberman
No es necesario. Con que aumentes la memoria a 10 MB será suficiente (o más si quieres en un futuro). Eso se cambia muy fácilmente en el PHP.ini, puedes ignorar el error.

Lo más importante es el error "Mail_Mime: No"

Deberás añadir ese módulo en PEAR.
Cierto, aquí lo dice:

If possible, you should disable the PHP memory limit by recompiling PHP without the "--enable-memory-limit" flag.

Es possible que este desabilitado el límite de memoria en php, recompila en php otra vez "enable-memory-limit" flag, en tú caso como ya esta habilitado solo amplias memoria y listo.

aicom
27/04/2008, 16:44
Cita Publicado inicialmente por ferranvillalba
Te muestra los errores perfectamente fijate en lo siguiente:

memory_limit disabled: No
If PHP's internal memory limit is turned on and if not set high enough Horde will not be able to handle large data items (e.g. large mail attachments in IMP). If possible, you should disable the PHP memory limit by recompiling PHP without the "--enable-memory-limit" flag. If this is not possible, then you should set the value of memory_limit in php.ini to a sufficiently high value (Current value of memory_limit: 12M).

No tienes suficiente memoria para instalarlo.

Log: No
Make sure you are using a version of PEAR which includes the Log classes, or that you have installed the Log package seperately. See the INSTALL file for instructions on installing Log. THIS IS A REQUIRED MODULE!

No tienes el modulo log instalado en PEAR.

LDAP Support: No
Instala el soporte LDAP también.

Mail_Mime: No
You do not have the Mail_Mime package installed on your system. See the INSTALL file for instructions on how to install the package. THIS IS A REQUIRED MODULE!

Tampoco tienes este módulo instalado.

Y algúnos más también te faltan, todo lo que te falta se lo instalas y listo.

Lo demás esta todo correctamente, así que ya sabes, ha instalar esos módulos y amplia la memoria.
Gracias a los 3 por aportar vuestra solucion, el problema es que soy novato en la administración de servidores. Me he limitado a seguir la guia que ofrece OVH al respecto, que dicho sea de paso, segun ellos esta correcta y no deberia de dar problemas en la instalacion de horde con un servidor recien instalado, pero ya veis los errores que salen.

Si alguno de vosotos puede dar la solucion a los fallos a modo de guia para torpes se lo agradeceria.

Saludos.

ferranvillalba
27/04/2008, 16:14
Te muestra los errores perfectamente fijate en lo siguiente:

memory_limit disabled: No
If PHP's internal memory limit is turned on and if not set high enough Horde will not be able to handle large data items (e.g. large mail attachments in IMP). If possible, you should disable the PHP memory limit by recompiling PHP without the "--enable-memory-limit" flag. If this is not possible, then you should set the value of memory_limit in php.ini to a sufficiently high value (Current value of memory_limit: 12M).

No tienes suficiente memoria para instalarlo.

Log: No
Make sure you are using a version of PEAR which includes the Log classes, or that you have installed the Log package seperately. See the INSTALL file for instructions on installing Log. THIS IS A REQUIRED MODULE!

No tienes el modulo log instalado en PEAR.

LDAP Support: No
Instala el soporte LDAP también.

Mail_Mime: No
You do not have the Mail_Mime package installed on your system. See the INSTALL file for instructions on how to install the package. THIS IS A REQUIRED MODULE!

Tampoco tienes este módulo instalado.

Y algúnos más también te faltan, todo lo que te falta se lo instalas y listo.

Lo demás esta todo correctamente, así que ya sabes, ha instalar esos módulos y amplia la memoria.

Roberman
27/04/2008, 08:19
Cita Publicado inicialmente por Shuugo
Tienes que recompilar el apache sin --enbale-memory-limit parece ser
No es necesario. Con que aumentes la memoria a 10 MB será suficiente (o más si quieres en un futuro). Eso se cambia muy fácilmente en el PHP.ini, puedes ignorar el error.

Lo más importante es el error "Mail_Mime: No"

Deberás añadir ese módulo en PEAR.

Shuugo
26/04/2008, 19:33
# Wow, a mystical version of PHP from the future. Let dev@lists.horde.org know what version you have so we can fix this script.
No puedo evitar reirme

memory_limit disabled: No
If PHP's internal memory limit is turned on and if not set high enough Horde will not be able to handle large data items (e.g. large mail attachments in IMP). If possible, you should disable the PHP memory limit by recompiling PHP without the "--enable-memory-limit" flag. If this is not possible, then you should set the value of memory_limit in php.ini to a sufficiently high value (Current value of memory_limit: 8M).
Tienes que recompilar el apache sin --enbale-memory-limit parece ser

aicom
26/04/2008, 17:39
Buenas tardes estoy intentando instalar horde en la release 2 y he llegado hasta el punto donde hay que realizar un test y da el resultado que veis en esta direccion http://91.121.137.107/horde/test.php

Teneis idea que es lo que falla y como corregirlo?

Saludos.