https://issues.apache.org/bugzilla/show_bug.cgi?id=45327





--- Comment #10 from Bojan Smojver <[EMAIL PROTECTED]>  2008-07-10 15:03:10 PST 
---
I get this on my test build of apr-util (current tip of the 1.3.x branch):
------------------
$ grep APU_DSO_LIBDIR config.log 
APU_DSO_LIBDIR='${libdir}/apr-util-1'
#define APU_DSO_LIBDIR "/home/groups/devel/run/apache/lib/apr-util-1"
------------------

It is that macro that is added to the list gotten from LD_LIBRARY_PATH (if any)
and then searched. This then ends up here:
------------------
$ grep APU_DSO_LIBDIR include/private/apu_config.h
#define APU_DSO_LIBDIR "/home/groups/devel/run/apache/lib/apr-util-1"
------------------

So, as long as your ${libdir} is pointing to the right place during build time,
you should be OK. I am not sure why you don't get that #define...


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to