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

Re: Can't build Subversion against installed libapr, but build against libapr source tree is fine

From: Stephen Clouse <stephenc_at_theiqgroup.com>
Date: 2002-06-21 23:04:18 CEST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Fri, Jun 21, 2002 at 03:05:48PM +0100, Philip Martin wrote:
> This seems to confirm that the problem is your Apache installation and
> not Subversion.

Yes, there seems to be a bug in the Apache install, or perhaps in libtool.

libtool installs libapr(util).la to PREFIX/lib, with a line like so:

    # Directory that this library needs to be installed in:
    libdir=''

Changing this to the Right Thing allows the build to complete. However, one
would expect libtool to be bright enough to change this itself on install.

Another thing that works is just blowing away the .la files -- then libtool
apparently quits attempting to work its "magic" and just performs a normal link
to the shared library. However, that seems like an unsafe solution :)

I'll keep digging to see if I can decipher why libtool is acting this way, since
it's apparently just my machine doing it.

- --
Stephen Clouse <stephenc@theiqgroup.com>
Senior Programmer, IQ Coordinator Project Lead
The IQ Group, Inc. <http://www.theiqgroup.com/>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9E5TSA4aoazQ9p2cRAo+gAKDsyNk3c51SjfG1bSx30EX3CXSGmACgtJ4o
VbmqNHbt/HVJRd4zj9/dGf4=
=P7Dl
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 21 23:05:06 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.