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

Re: APR and APR-UTIL config problem

From: David Summers <david_at_summersoft.fay.ar.us>
Date: 2002-02-02 22:26:28 CET

Thanks for the clue. I was able to move the APR and APR-UTIL include
files to the correct place in the APACHE RPM package (apache-2.0.31-0.3)
and that, together with the information below, was enough to get the
Subversion package to compile and link again. At some later date I'll see
if I can break out the APR and APR-UTIL stuff into separate packages from
the APACHE package.

    - David

> > > On 2 Feb 2002, Philip Martin wrote:
> > >
> > > > From the log, its failing to link against -lapr. From the undefined
> > > > symbols I'd say you need, on Linux, an additional
> > > >
> > > > LDFLAGS="-lcrypt -ldl -pthread"
> > > >
> > > > So this might work:
> > > >
> > > > $ LDFLAGS="-lcrypt -ldl -pthread" ./configure
> > > >
> > > > Basically you need the output of "apr-config --libs" where apr-config
> > > > is created when building APR. From a quick look, it appears that
> > > > APR_FIND_APR in ac-helpers/find_apr.m4 doesn't know to add this. This
> > > > is the same function that broke builddir != srcdir builds.
> > > >
> > > >
> >
> >
>
>

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david_at_summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:03 2006

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.