The system is CentOS 5.6. When installing using yum and/or rpm -i I get the following errors:
Error: Missing Dependency: perl(YAML) is needed by package memcached-1.4.5-1.el5.rf.x86_64 (rpmforge) Error: Missing Dependency: perl(Term::ReadKey) is needed by package memcached-1.4.5-1.el5.rf.x86_64 (rpmforge) Error: Missing Dependency: perl(AnyEvent::Socket) is needed by package memcached-1.4.5-1.el5.rf.x86_64 (rpmforge) Error: Missing Dependency: perl(AnyEvent) is needed by package memcached-1.4.5-1.el5.rf.x86_64 (rpmforge) Error: Missing Dependency: perl(AnyEvent::Handle) is needed by package memcached-1.4.5-1.el5.rf.x86_64 (rpmforge) However with the build I have recently had some success by editing the configure script: LINK_SYSLIBDIRS="-L/usr/local/pgsql/lib -L/usr/lib64/mysql -L/usr/local/lib -L/usr/lib" Thanks to Allen Chen's suggestion. On May 13, 2011, at 11:38 AM, Francis Lachapelle wrote: > Hi Matt > > On 2011-05-12, at 6:05 PM, Matt Comeione wrote: > >> I have not been able to get the rpm installs to work on CentOS so I've >> started to build from source. > > Can you elaborate on the issues you have with the RPMs? Which version of > CentOS do you use? > > Thanks, > > Francis > > -- > [email protected] :: +1.514.755.3640 :: http://www.inverse.ca > Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence > (http://packetfence.org) > > -- > [email protected] > https://inverse.ca/sogo/lists -- [email protected] https://inverse.ca/sogo/lists
