Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 68107 invoked by uid 500); 12 Feb 2001 12:45:44 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 68089 invoked from network); 12 Feb 2001 12:45:43 -0000 X-Authentication-Warning: kurgan.lyra.org: gstein set sender to gstein@lyra.org using -f Date: Mon, 12 Feb 2001 04:47:25 -0800 From: Greg Stein To: Daniel Stenberg Cc: dev@subversion.tigris.org, dev@apr.apache.org, new-httpd@apache.org Subject: Re: apr_sockaddr_ip_get is missing Message-ID: <20010212044724.G17388@lyra.org> Mail-Followup-To: Daniel Stenberg , dev@subversion.tigris.org, dev@apr.apache.org, new-httpd@apache.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from daniel@haxx.se on Mon, Feb 12, 2001 at 11:00:05AM +0100 X-URL: http://www.lyra.org/greg/ X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N [ 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/