On 9/9/07, Dan Scott <[EMAIL PROTECTED]> wrote: > > > Hmm. > > > There are a few possibilities that come to mind, if that's the case: > * libdbdpgsql.so might not be linked against libdbdi.so (try $ ldd > /usr/local/lib/dbd/libdbdpgsql.so and ensure that libdbi.so is one of > the libraries it is linked against)
This might very well be it -- libdbdpgsql.so isn't linked against libdbi.so, and recompiling libdbi-drivers with an explicit ./configure --with-dbi-libdir *still* doesn't result in the compiled drivers/pgsql/.libs/libdbdpgsql.so linking against libdbi.so. So something fresh and exciting and new for me to beat my head against. Thanks for your help -- I'll continue to plug away. jf -- http://libgrunt.blogspot.com -- library culture and technology.
