Koozali.org: home of the SME Server

Obsolete Releases => SME 8.x Contribs => Topic started by: detlevp on June 30, 2014, 01:20:41 AM

Title: Problems with PEAR and eGroupware
Post by: detlevp on June 30, 2014, 01:20:41 AM
Hi,

i want to test the new eGropware on SME 8.1, but there is a lot of missing PEAR-Moduls:
PEAR::Horde_Imap_Client,
PEAR::Horde_Nls
PEAR::Horde_Mail
PEAR::Mail_Mime
PEAR::Mail_mimeDecode.

Also the Extension "tidy". I'm looking in all threads and google for the sme server, but i dont find any tips. How i can install the missing Extensions?

I have first install the Contrib eGroupware 1.8. , 1.8 runs correct and than download the packets for eGW 1.9 (14.1) and start the setup.

Thanks and greeting
Detlev
Title: Re: Problems with PEAR and eGroupware
Post by: detlevp on July 06, 2014, 06:57:14 PM
Hello ,


Also the Extension "tidy". I'm looking in all threads and google for the sme server, but i dont find any tips. How i can install the missing Extensions?

Today I installed the update from eGroupware. Here a problem attempting for tidy and PEAR XML_Parser.

Has anyone a Idea?

Regards Detlev

===========   Snipp ==========================================================
EGroupware successful updated
Install/upgrade required PEAR packages:
/usr/bin/pear install XML_Feed_Parser
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
pear/XML_Feed_Parser can optionally use PHP extension "tidy"
downloading XML_Feed_Parser-1.0.5.tgz ...
Starting to download XML_Feed_Parser-1.0.5.tgz (264,507 bytes)
......................................................done: 264,507 bytes
ERROR: unable to unpack /tmp/tmpqsWV1E/XML_Feed_Parser-1.0.5.tgz
httpd: unbekannter Dienst
httpd: unbekannter Dienst
EGroupware install log saved to /root/eGroupware-install.log
Title: Re: Problems with PEAR and eGroupware
Post by: Stefano on July 07, 2014, 09:50:39 AM
don't install pear modules via pear cli..

search for the rpms with google with these keys: "PEAR::Horde_Imap_Client rpm centos5"

once you have the rpms locally in your server, install them with
Code: [Select]
yum localinstall *.rpm
Title: Re: Problems with PEAR and eGroupware
Post by: detlevp on July 10, 2014, 11:24:36 PM
Oh Stefano,

don't install pear modules via pear cli..

search for the rpms with google with these keys: "PEAR::Horde_Imap_Client rpm centos5"

once you have the rpms locally in your server, install them with
Code: [Select]
yum localinstall *.rpm

Many thanks for your tip, but I can not find the forest for a lot of trees.

Regards Detlev
Title: Re: Problems with PEAR and eGroupware
Post by: CharlieBrady on July 11, 2014, 04:53:12 AM
i want to test the new eGropware on SME 8.1, but there is a lot of missing PEAR-Moduls:

Neither eGropware [sic] nor the missing PEAR modules are installed from the SME server CDROM, so you have posted in the wrong forum. I'll ask the moderator if your post can be moved to the Contribs forum.
Title: Re: Problems with PEAR and eGroupware
Post by: CharlieBrady on July 11, 2014, 04:57:48 AM
search for the rpms with google with these keys: "PEAR::Horde_Imap_Client rpm centos5"

Using "el5" rather than "centos5" might be a better search strategy.
Title: Re: Problems with PEAR and eGroupware
Post by: Stefano on July 11, 2014, 09:37:45 AM
moving to SME 8.x Contribs
Title: Re: Problems with PEAR and eGroupware
Post by: Stefano on July 11, 2014, 09:40:19 AM
try this (is for i386, there's also for x86_64):
http://www.rpmfind.net//linux/RPM/remi/enterprise/5/i386/php-channel-horde-1.0-1.el5.remi.noarch.html

Quote
This package adds the pear.horde.org channel which allows PEAR packages
from this channel to be installed.

HTH
Title: Re: Problems with PEAR and eGroupware
Post by: detlevp on July 13, 2014, 12:35:57 AM
Hello Stefano,

try this (is for i386, there's also for x86_64):
http://www.rpmfind.net//linux/RPM/remi/enterprise/5/i386/php-channel-horde-1.0-1.el5.remi.noarch.html

HTH

Thanks for this link. Perfect!