You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by jim <ji...@osrecords.com> on 2005/07/22 09:48:33 UTC

redhat install problems

Hi,

I am new to subversion and I having problems installing it on redhat 7.2.

Some of the packages (apache,db4) install OK using rpm but zlib fails (and 
it appears to be a prerequisite for neon).

 > rpm -V -p zlib-1.1.4-0.1.i386.rpm gives the message 'missing 
/usr/lib/libz.so.1.1.4'
and
 > rpm -i zlib-1.1.4-0.1.i386.rpm gives the message 'file 
/usr/lib/libz.so.1 from install of zlib-1.1.4-0.1 conflicts with file from 
package zlib-1.1.3-24'
I haven't installed zlib before so I don't know whether this message is 
spurious.

Can you help, please?

Thanks,

Jim Peden

Re: redhat install problems

Posted by "Sergey A. Kobzar" <ks...@uaic.net>.
Hello jim,

try use apt-get, apt-cache.

Friday, July 22, 2005, 12:48:33 PM, you wrote:

>  Hi,

>  I am new to subversion and I having problems installing it on redhat 7.2.

>  Some of the packages (apache,db4) install OK using rpm but zlib
> fails (and it appears to be a prerequisite for neon).

>> rpm -V -p zlib-1.1.4-0.1.i386.rpmgives the message 'missing /usr/lib/libz.so.1.1.4'
>  and
>> rpm -i zlib-1.1.4-0.1.i386.rpmgives the message 'file
>> /usr/lib/libz.so.1 from install of zlib-1.1.4-0.1 conflicts with
>> file from package zlib-1.1.3-24'
>  I haven't installed zlib before so I don't know whether this message is spurious.

>  Can you help, please?

>  Thanks,

>  Jim Peden  



-- 
Best regards,
 Sergey                            mailto:ksa@uaic.net


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

Re: redhat install problems

Posted by Jim Lawton <ji...@gmail.com>.
Jim,

On 7/22/05, jim <ji...@osrecords.com> wrote:
>  > rpm -i zlib-1.1.4-0.1.i386.rpm gives the message 'file /usr/lib/libz.so.1
> from install of zlib-1.1.4-0.1 conflicts with file from package
> zlib-1.1.3-24'

The "-i" option to rpm will not upgrade an existing installation. 
To do that use "rpm -U". 

/regards/jim

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