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

Re: How to link svn client with all needed .so ?

From: David Weintraub <qazwart_at_gmail.com>
Date: Wed, 27 Aug 2008 12:10:58 -0400

Normally, you run config to build the Makefile for your environment,
and then run "make install". Read the documentation very carefully on
config! Most of the time, "config" can find everything it needs, but
sometimes, you have to specify particular options.

Is the problem that you're missing particular libraries from your
Linux/Unix installation? Running "config" will tell you what's
missing, but it could be due to your library path, or that you're
using one version of a particular library and not another.

Normally, most Unix/Linux systems have a way of downloading a package
and making sure all of the other packages you need are included. If
possible, download the binary through your package manager even if you
plan on building Subversion from the source yourself. This makes sure
that you have all the dependent packages that Subversion uses.

I hope that was your question.

--
David Weintraub
qazwart_at_gmail.com
On Tue, Aug 26, 2008 at 7:01 PM, Anton <agb_at_ukr.net> wrote:
> Hi All!
>
> Subj! In ONE file.
>
> ./configure --?????
> make ?????
>
>
> Anton Burkun.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-27 18:11:22 CEST

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

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