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

Undefined references for APR

From: Sergey A. Lipnevich <sergeyli_at_pisem.net>
Date: 2002-06-04 13:41:57 CEST

Hi,

I get the following when building from the latest release (checked out ~
7 AM DST today):

/usr/src/subversion-r1868/svn/subversion/libsvn_subr/.libs/libsvn_subr.so:
undefined reference to `apr_allocator_mutex_set'
/usr/src/subversion-r1868/svn/subversion/libsvn_subr/.libs/libsvn_subr.so:
undefined reference to `apr_allocator_set_max_free'
/usr/src/subversion-r1868/svn/subversion/libsvn_subr/.libs/libsvn_subr.so:
undefined reference to `apr_allocator_owner_set'
/usr/src/subversion-r1868/svn/subversion/libsvn_subr/.libs/libsvn_subr.so:
undefined reference to `apr_pool_allocator_get'
collect2: ld returned 1 exit status
make: *** [subversion/clients/cmdline/svn] Error 1

I first compiled old neon statically according to INSTALL, but removed
apr/ and apr_util/ which were packaged in the tarball. Check out went
fine, and I had trouble with configure. This time it didn't detect APR
or APU, so I had to add --with-apr=/usr and --with-apr-util=/usr (for
the first build I didn't need to do that). I also added
--with-apxs=apxs. The apache I'm using is 2.0.36 with apxs patched by
myself so that it worked with php, but maybe I didn't do it right (I'm
waiting for 2.0.37 to address that). Neon that it used during this step
is 0.21.1.
Can this be because APR in 2.0.37 went too far ahead?
Thank you!

Sergey.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 4 13:42:44 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.