On Sat, 2006-05-13 at 16:32 -0400, Matthew T. O'Connor wrote:
> Matthew T. O'Connor wrote:
> > Aaron Stone wrote:
> >> We don't look there yet. In {db|auth|sort}module.c, the search paths are
> >> hardcoded as:
> >>                 "modules/.libs",
> >>                 "/usr/lib/dbmail",
> >>                 "/usr/local/lib/dbmail",
> >> Adding PREFIX and PREFIX/lib would definitely be a good idea! I'll take
> >> a look at how to get the PREFIX path into the config.h.
> > 
[snip]
> BTW, I would think there is a way to manually add /usr/local/dbmail/lib/ 
> to the ld.so.cache or something so that dbmail programs can find those 
> libraries.  Anyone know the right magic?

Just replace one of the lines in the *module.c files for now. Messing
with ldconfig won't help because we're not letting it search for us. I'm
fighting with automake right now, and hope to have this automated by the
evening.

Aaron

Reply via email to