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

Re: apr_sockaddr_ip_get is missing

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-02-12 13:47:25 CET

[ please send APR issues to dev@apr.apache.org; new-httpd is for the web
  server. ]

The error below is because network_io/unix/sockaddr.c was not rebuilt. It
wasn't changed in the big rename, but it includes sa_common.c (which *did*
change). I imagine it would work if you had dependencies set up in APR, but
the easiest is to just rm network_io/unix/sockaddr.lo and rebuild APR.

Once sockaddr is rebuilt with the new sa_common, then the new function will
be present.

Cheers,
-g

On Mon, Feb 12, 2001 at 11:00:05AM +0100, Daniel Stenberg wrote:
> Hi
>
> While trying to build subversion, linking fails due to a missing
> apr_sockaddr_ip_get function. Said to be first referenced in
> apr/.libs/libapr.a(apr_snprintf.o).
>
> I just updated my sources from CVS, this might of course not be a problem if
> there's another checkin in the pipe...
>
> --
> Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
> ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
>

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:21 2006

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.