On Sat, 2006-05-13 at 15:12 -0400, Matthew T. O'Connor wrote:
> [EMAIL PROTECTED] dbmail]$ /usr/local/dbmail/sbin/dbmail-util -a
> Opening connection to database...
> dbmodule.c,db_load_driver: cannot load libpgsql.so: cannot open shared
> object file: No such file or directory
>
> I assume that part of the problem is that I ran configure with
> --prefix=/usr/local/dbmail
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.
Aaron