1

Topic: lzo package (iredos)

Hi, tell me how to easily upgrade the package lzo 1.08 to version 2?
system iredos, need for openvpn

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: lzo package (iredos)

Use the EPEL yum repository to install OpenVPN.

rpm -Uhv http://download.fedora.redhat.com/pub/e … noarch.rpm # <-- For i386
rpm -Uhv http://download.fedora.redhat.com/pub/e … noarch.rpm # <-- For x86_64

3

Re: lzo package (iredos)

shake wrote:

Use the EPEL yum repository to install OpenVPN.

rpm -Uhv http://download.fedora.redhat.com/pub/e … noarch.rpm # <-- For i386
rpm -Uhv http://download.fedora.redhat.com/pub/e … noarch.rpm # <-- For x86_64

i did it , and rpmforge added
such an error

Resolving Dependencies
--> Running transaction check
---> Package openvpn.i386 0:2.1.4-1.el5.rf set to be updated
--> Processing Dependency: liblzo2.so.2 for package: openvpn
--> Finished Dependency Resolution
openvpn-2.1.4-1.el5.rf.i386 from rpmforge has depsolving problems
  --> Missing Dependency: liblzo2.so.2 is needed by package openvpn-2.1.4-1.el5.rf.i386 (rpmforge)
Error: Missing Dependency: liblzo2.so.2 is needed by package openvpn-2.1.4-1.el5.rf.i386 (rpmforge)
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.

4

Re: lzo package (iredos)

Try to download lzo-2 from below URL and install it manually via rpm:
http://packages.sw.be/lzo/

5 (edited by andy88 2011-02-13 22:36:09)

Re: lzo package (iredos)

Thank you, manually set