Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: ruckus on February 13, 2004, 07:40:51 AM
-
Quick summary: SME Server 5.6, How do you install Pear's Log-1.6.7.tgz manually.
---------------------------------------
I've followed this sme56_imp-horde-php_upgrade (http://www.leiinc.com/repository/Linux/Mitel_SME_Server/HowToGuides/sme56_imp-horde-php_upgrade.htm) and I am stuck at step 11:
---------------------------------------
STEP 11: Install the Log pear library.
[root@testbed rpms]# pear install Log
downloading Log-1.6.7.tgz ...
...done: 11,517 bytes
install ok: Log 1.6.7
[root@testbed rpms]#
---------------------------------------
My server is not connected to the internet and thus it fails.
I've read that to install manually I should extract it to my pear directory /usr/share/pear/ but that didn't work. I also shoved Log.ini and the Log folder in /usr/share/pear/PEAR but webmail doesn't work, I can log-on but the /dates/subject etc. fields just show "..." (which if you click on does show the message).
Does anyone know how I install this manually?
I've completed all the steps but I think I'm screwing up on step 11 :-?
Or am I barking up the wrong tree as to why Hordes displaying "..."?
-
I'm getting a different error when following same page... but still with pear.
see below:
<code>
downloading Log-1.8.3.tgz ...
...done: 28,054 bytes
'sqlite' PHP extension is not installed
Log: dependencies failed
</code>
I'd like to force 1.6.7 download... maybe it don't have sqlite dependencies!
-
I have some news:
you can download pear package in any machine:
pear download Log-1.6.7.tgz
and later on your server you do:
pear install Log.1.6.7.tgz
Appear to work.
I hope this will fix my problem too (download of a new version -1.8.3- instead 1.6.7 !)
I'm reformating my server right now!
-
Thanks Jader - that fixed step 11.
I still only get "..." as subject, date etc. in Horde so I'll run through the steps again and see if that fixes it. Cheers :)
*update*
Fixed problem with Horde by upgrading from 5.6 > 6.0. I've been wanting to do it for a while, this just forced my hand :-D