You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "BV, Srikanth" <sr...@fmr.com> on 2008/12/19 11:06:38 UTC

Subversion on Linux ES

Hi All,
Greetings!

I have installed Subversion on Linux ES, below is the output of it. Is
this is the correct way which I am following or is there any easy way to
install the Subversion on Linux, please share your taught.

[root@cannonball3 root]# rpm -ivs
CollabNetSubversion-client-1.5.4-1.i386.rpm
warning: CollabNetSubversion-client-1.5.4-1.i386.rpm: V3 DSA signature:
NOKEY, key ID 35bcca43
Preparing packages for installation...
CollabNetSubversion-client-1.5.4-1
[root@cannonball3 root]# rpm -ivs
CollabNetSubversion-server-1.5.4-1.i386.rpm
warning: CollabNetSubversion-server-1.5.4-1.i386.rpm: V3 DSA signature:
NOKEY, key ID 35bcca43
Preparing packages for installation...
CollabNetSubversion-server-1.5.4-1
[root@cannonball3 root]# rom -ivs
CollabNetSubversion-extras-1.5.0-11.i386.rpm
-bash: rom: command not found
[root@cannonball3 root]# rpm -ivs
CollabNetSubversion-extras-1.5.0-11.i386.rpm
warning: CollabNetSubversion-extras-1.5.0-11.i386.rpm: V3 DSA signature:
NOKEY, key ID 35bcca43
error: Failed dependencies:
        libapr-1.so.0 is needed by CollabNetSubversion-extras-1.5.0-11
        libaprutil-1.so.0 is needed by
CollabNetSubversion-extras-1.5.0-11
        libgdbm.so.3 is needed by CollabNetSubversion-extras-1.5.0-11
        libldap-2.3.so.0 is needed by
CollabNetSubversion-extras-1.5.0-11
        libsvn_client-1.so.0 is needed by
CollabNetSubversion-extras-1.5.0-11
        libsvn_delta-1.so.0 is needed by
CollabNetSubversion-extras-1.5.0-11
        libsvn_diff-1.so.0 is needed by
CollabNetSubversion-extras-1.5.0-11
        libsvn_fs-1.so.0 is needed by
CollabNetSubversion-extras-1.5.0-11
        libsvn_ra-1.so.0 is needed by
CollabNetSubversion-extras-1.5.0-11
        libsvn_repos-1.so.0 is needed by
CollabNetSubversion-extras-1.5.0-11
        libsvn_subr-1.so.0 is needed by
CollabNetSubversion-extras-1.5.0-11
        libsvn_wc-1.so.0 is needed by
CollabNetSubversion-extras-1.5.0-11

I have installed it on the Windows I did not find any error for
Installing Subversion, Apache and TortoiseSVN. I need to test the build
and perform some tests, please suggest me to progress on a Linux
platform.

Thanks and Regards
Srikanth B.V
9880192256

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=987344

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].


Re: Subversion on Linux ES

Posted by "Andrea R." <72...@gmail.com>.
On Fri, 19 Dec 2008 16:36:38 +0530, BV, Srikanth
<sr...@fmr.com> wrote:

> I have installed Subversion on Linux ES, below is the output of it. Is
> this is the correct way which I am following or is there any easy way
> to install the Subversion on Linux, please share your taught.
>
> [root@cannonball3 root]# rpm -ivs


Assuming you mean Red Hat Linux ES, you really should use yum:

# yum install subversion

It will install all the required dependencies automatically.


-- 
~> cat /etc/redhat-release && uname -a
Scientific Linux SL release 5.2 (Boron)
Linux acerrimo.local 2.6.18-92.1.18.el5 #1 SMP Wed Nov 12 06:49:06 EST 
2008 i686 athlon i386 GNU/Linux

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=993419

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Subversion on Linux ES

Posted by John Doe <jd...@yahoo.com>.
> I have installed Subversion on Linux ES, below is the output of it. Is

> this is the correct way which I am following or is there any easy way to
> install the Subversion on Linux, please share your taught.

On my CentOS:


$ rpm -qf /usr/lib/libapr-1.so.0 /usr/lib/libaprutil-1.so.0 /usr/lib/libldap-2.3.so.0 /usr/lib/libgdbm.so.2
apr-1.2.7-11
apr-util-1.2.7-7.el5
openldap-2.3.27-8.el5_2.4
gdbm-1.8.0-26.2.1

$ rpm -qf `locate libsvn_ | grep "so.0$"` | sort -u
subversion-1.5.4-0.1.el5.rf
subversion-perl-1.5.4-0.1.el5.rf

These are the packages providing the missing files from your errors.
The versions are specific to my server; yours may vary.

JD

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=987596

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].