You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Li HaiChen <mi...@hotmail.com> on 2003/07/01 03:54:08 UTC

I have a problem that install subversion, Can you help me?

Subversion Group:
 hello.
 When i decompress neon-0.23.9-1.i386.rpm,there is a error occured, that 
error is " zlib>=1.1.4 is needed by neon-0.23.9-1 ", I have download a rpm 
package of zlib.1.1.4-4.i386.rpm,but when I decompressed it from linux, I'm 
told that it's conflicts with zlib-1.1.3-25.7.So I want to uninstalling 
zlib-1.1.3-25.7,but it's also failed because some of utilty used it.
  So what can I solved this problem?  My liunx's version is Linux 7.1.

  Thank you.
                             Haichen.li      2003/07/01

_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。  http://www.hotmail.com  


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: I have a problem that install subversion, Can you help me?

Posted by Max Bowsher <ma...@ukf.net>.
Li HaiChen wrote:
> Subversion Group:
>  hello.
>  When i decompress neon-0.23.9-1.i386.rpm,there is a error occured, that
> error is " zlib>=1.1.4 is needed by neon-0.23.9-1 ", I have download a rpm
> package of zlib.1.1.4-4.i386.rpm,but when I decompressed it from linux,
> I'm told that it's conflicts with zlib-1.1.3-25.7.So I want to
> uninstalling zlib-1.1.3-25.7,but it's also failed because some of utilty
>   used it. So what can I solved this problem?  My liunx's version is
> Linux 7.1.

This is purely to do with the usage of rpm. You should read the rpm docs.

However, the short answer is:

rpm -Uvh zlib.1.1.4-4.i386.rpm

which installs the new zlib and removes the old in one transaction.



Max.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: I have a problem that install subversion, Can you help me?

Posted by David Summers <da...@summersoft.fay.ar.us>.
On Tue, 1 Jul 2003, Li HaiChen wrote:

> Subversion Group:
>  hello.
>  When i decompress neon-0.23.9-1.i386.rpm,there is a error occured, that 
> error is " zlib>=1.1.4 is needed by neon-0.23.9-1 ", I have download a rpm 
> package of zlib.1.1.4-4.i386.rpm,but when I decompressed it from linux, I'm 
> told that it's conflicts with zlib-1.1.3-25.7.So I want to uninstalling 
> zlib-1.1.3-25.7,but it's also failed because some of utilty used it.
>   So what can I solved this problem?  My liunx's version is Linux 7.1.
> 

Have you tried "rpm -Uvh zlib-1.1.4-4.i386.rpm"?  That should do what you 
want, which is to "upgrade" the zlib RPM.  An "upgrade" installs the new 
RPM and un-installs the old one, all in one operation.

Please let me know if this doesn't work for you.

-- 
David Wayne Summers          "Linux: Because reboots are for hardware upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org