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

Re: PATCH: check for -lsocket so BerkelyDB works

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-12-18 22:04:15 CET

"Kean Johnston" <jkj@sco.com> writes:

> Please consider this patch, needed for SVN on SCO OpenServer.
> BerkelyDB uses a lot of socket functions, and needs -lsocket
> to work. Without this, configure fails to find DB.
>
> --- configure.in.jkj 2002-12-15 17:00:01.000000000 -0800
> +++ configure.in 2002-12-15 16:52:28.000000000 -0800
> @@ -169,6 +169,7 @@
> dnl Check for libraries --------------------
>
> dnl AC_CHECK_LIB() calls go here, if we ever need any
> +AC_CHECK_LIB(socket, socket)
>
> # Build the filesystem library (and repository administration tool)
> # only if we have an appropriate version of Berkeley DB.

Applied in rev 4158.

Out of interest:
- Which version of Subversion did you build?
- Which compiler did you use?
- What is the output of ac-helpers/config.guess?
- Did you run the Subversion regression tests and did they pass?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 18 22:05:06 2002

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.