[ please send APR issues to [email protected]; 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/
