[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Max Bowsher <maxb_at_ukf.net>
Date: 2003-07-01 09:51:09 CEST

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
Received on Tue Jul 1 09:52:22 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.