The actual problem is that the libdbd*.so libraries are NOT linked against libdbi.so.
The reason is an incorrect usage of AC_ARG_ENABLE(libdbi,...) in configure.in. Using "configure --enable-libdbi" thus has the opposite effect: it disables linking. BTW --enable-docs suffers from the same mistake. Cheers, Roderich -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

