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

Re: Problems compiling svn

From: Chris Fallin <chris_at_cfallin.org>
Date: 2002-06-24 07:49:25 CEST

On Sunday 23 June 2002 08:07 pm, Kevin Pilch-Bisson wrote:
> On Sun, Jun 23, 2002 at 08:01:44PM -0700, Chris Fallin wrote:
> > /root/svn/subversion/libsvn_subr/.libs/libsvn_subr-1.so: undefined
> > reference to `apr_allocator_mutex_set'
> > /root/svn/subversion/libsvn_subr/.libs/libsvn_subr-1.so: undefined
> > reference to `apr_allocator_set_max_free'
> > /root/svn/subversion/libsvn_subr/.libs/libsvn_subr-1.so: undefined
> > reference to `apr_allocator_owner_set'
> > /root/svn/subversion/libsvn_subr/.libs/libsvn_subr-1.so: undefined
> > reference to `apr_pool_allocator_get'
>
> Those symbols should appear in in the CVS version of apr, although they
> were recently added. Is there another installation of apr (maybe from the
> bootstrap tarball) which subversion's configure might have picked up on by
> accident?
>
> Did you build and install httpd, apr, and apr-util before building?

Yeah, I did...

I'm getting even stranger errors now, after updating my httpd-2.0 WC once
again:

server/.libs/libmain.al(exports.lo)(.data+0x14):/root/httpd-2.0/server/export
s.c: undefined reference to `ap_regkey_const'
server/.libs/libmain.al(exports.lo)(.data+0x18):/root/httpd-2.0/server/export
s.c: undefined reference to `ap_regkey_open'
server/.libs/libmain.al(exports.lo)(.data+0x1c):/root/httpd-2.0/server/export
s.c: undefined reference to `ap_regkey_close'
server/.libs/libmain.al(exports.lo)(.data+0x20):/root/httpd-2.0/server/export
s.c: undefined reference to `ap_regkey_remove'
server/.libs/libmain.al(exports.lo)(.data+0x24):/root/httpd-2.0/server/export
s.c: undefined reference to `ap_regkey_value_get'

After poking around in the source, these seem to be for Win32... I'm on a
Debian (woody) box, using "./configure --enable-so --enable-dav"...

Can anybody tell me what version of httpd they're running, so I can get this
to work?

--
Chris Fallin
Email: chris@cfallin.org
AIM: ProgrammerNerd1
URL: http://www.cfallin.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 24 07:51:38 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.