Koozali.org: home of the SME Server
Other Languages => Italiano => Topic started by: hikekar on April 21, 2011, 05:29:13 PM
-
Ciao a tutti, premetto che non sono un esperto, anzi..
sto provando ad installare Sogo su una macchina con Sme 8.0 beta6 fresca d'istallazione.. e seguendo fedelmente le indicazioni (http://wiki.contribs.org/Sogo (http://wiki.contribs.org/Sogo)) dopo l'ultimo passaggio mi da questo errore:
memcached-1.4.2-1.el5.i386 from sogo has depsolving problems
--> Missing Dependency: libevent-1.1a.so.1 is needed by package memcached-1.4.2-1.el5.i386 (sogo)
Error: Missing Dependency: libevent-1.1a.so.1 is needed by package memcached-1.4.2-1.el5.i386 (sogo)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.
Avete idea del perchè esca ?
grazie
-
Manca questa libreria e non sa dove trovarla:
libevent-1.1a.so.1
Come scritto nel messaggio che ti è uscito.
Edit:
cmq è una libreria che ha dato qualche problema anche ai Centos con abilitato rpmforge, ai suoi tempi (si parla del 2009 circa)
-
capito ... ma si puo risolvere?..
o cè un'altro modo per installare Sogo ?
grazie
-
Prova a guardare qui http://forums.contribs.org/index.php/topic,46455.msg227865.html#msg227865 (http://forums.contribs.org/index.php/topic,46455.msg227865.html#msg227865)
-
hikekar: se fai una ricerca qui e negli altri forum in lingua inglese troverai risposta.
-
La libreria la trovi qui, per esempio:
http://pkgs.org/download/centos-4-rhel-4/epel-i386/libevent-1.1a-3.el4.i386.rpm.html (http://pkgs.org/download/centos-4-rhel-4/epel-i386/libevent-1.1a-3.el4.i386.rpm.html)
Non stupirti che sia marcata el4: direi che la versione el5 non esiste.
Se tu (o altri) scoprite qualcosa di diverso postate qui.
yum localinstall libevent-1.1a-3.el4.i386.rpm
Dopo averla installata nei prossimi aggiornamenti di SME è probabile che ti venga proposto di aggiornarla insieme a memcached; questo è quello che si ottiene lanciando yum update su una 8b6 con SOGo installato e funzionante:
[root@fudge ~]# yum update
Loaded plugins: fastestmirror, protect-packages, smeserver
Loading mirror speeds from cached hostfile
* base: ftp.plusline.de
* smeaddons: mirror.pialasse.com
* smeextras: mirror.pialasse.com
* smeos: mirror.pialasse.com
* smeupdates: mirror.pialasse.com
* updates: ftp.plusline.de
base | 1.1 kB 00:00
smeaddons | 1.9 kB 00:00
smeextras | 1.9 kB 00:00
smeos | 2.1 kB 00:00
smeupdates | 1.9 kB 00:00
updates | 1.9 kB 00:00
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Setting up Update Process
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: libevent-1.1a.so.1 for package: memcached
---> Package libevent.i386 0:1.4.13-1 set to be updated
--> Finished Dependency Resolution
memcached-1.4.2-1.el5.i386 from installed has depsolving problems
--> Missing Dependency: libevent-1.1a.so.1 is needed by package memcached-1.4.2-1.el5.i386 (installed)
Error: Missing Dependency: libevent-1.1a.so.1 is needed by package memcached-1.4.2-1.el5.i386 (installed)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.
ovviamente non farlo (tanto ti risalta fuori il solito msg di errore su memcached).
Saluti
Nicola
-
http://www.sogo.nu/bugs/view.php?id=605