Le 13/04/2012 11:27, Rosario Russo a écrit : > Il 12/04/2012 20.51, Peter Peltonen ha scritto: >> Hi, >> >> On Thu, Apr 12, 2012 at 9:05 PM, Rosario Russo<[email protected]> >> wrote: >>> If I try: >>> yum install memcached >>> >>> I get: >>> >>> No package memcached available. >>> Nothing to do >>> >>> I also tried --exclude=memcached without success. >>> >>> Do you have any ideas?
On SME Server, you'd better install memcached from EPEL, as the one from RPMForge may cause dependancies error. Configure EPEL repo as explained hjere: http://wiki.contribs.org/Epel Then install memecached alone: yum --enablerepo=epel install memcached Now, you should be able to install sogo. Regards, Daniel >> >> At least for on my CentOS6 based SOGo installation >> memcached-1.4.7-1.el6.rfx is installed from the rpmforge repositry. >> > > No, all repositories are installed. > When I launch: > > > # yum localinstall libevent-1.1a-3.2.1.i386.rpm > (OK) > > # yum install smeserver-sogo --enablerepo=nethsme --enablerepo=sogo > > the installation process will stop at: > > [cut] > ---> Package gnustep-make.i386 0:2.6.1-1 set to be updated > ---> Package libffi.i386 0:3.0.10-1 set to be updated > ---> Package libobjc.i386 0:4.1.2-52.el5 set to be updated > ---> Package sogo.i386 0:1.3.14-1.el5 set to be updated > --> Processing Dependency: memcached for package: sogo > ---> Package sope49-mime.i386 0:4.9-20120323_1664.el5.1 set to be updated > ---> Package sope49-xml.i386 0:4.9-20120323_1664.el5.1 set to be updated > --> Finished Dependency Resolution > sogo-1.3.14-1.el5.i386 from sogo has depsolving problems > --> Missing Dependency: memcached is needed by package > sogo-1.3.14-1.el5.i386 (sogo) > Error: Missing Dependency: memcached is needed by package > sogo-1.3.14-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. > > Then: > > # yum install memcached > Loaded plugins: fastestmirror, protect-packages, smeserver > Loading mirror speeds from cached hostfile > * base: ftp.hosteurope.de > * smeaddons: mirror.pialasse.com > * smeextras: mirror.pialasse.com > * smeos: mirror.pialasse.com > * smeupdates: mirror.pialasse.com > * smeupdates-testing: mirror.pialasse.com > * updates: ftp.hosteurope.de > Excluding Packages from CentOS - os > Finished > Excluding Packages from CentOS - updates > Finished > Setting up Install Process > No package memcached available. > Nothing to do > > And now? It's weird because it's a fresh installation of SME 8 beta7... > > > >> And reading >> http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf I see: >> >> "Some of the softwares on which SOGo depends are available from the >> repository of RPMforge. >> To add RPMforge to your packages sources, download and install the >> appropriate RPM package >> from http://packages.sw.be/rpmforge-release/. Also make sure you >> enabled the “rpmforge-extras” >> repository. >> >> For more information on using RPMforge, visit >> http://rpmrepo.org/RPMforge/Using" >> >> Regards, >> Peter > -- Daniel Berteaud FIREWALL-SERVICES SARL. Société de Services en Logiciels Libres Technopôle Montesquieu 33650 MARTILLAC Tel : 05 56 64 15 32 Fax : 05 56 64 15 32 Web : http://www.firewall-services.com -- [email protected] https://inverse.ca/sogo/lists
