On Sun, 2005-11-27 at 16:56 +0100, Paul J Stevens wrote: > I've also changed g_module_build_path calls to look in modules/.libs/ first, > and > if that fails, in /usr/lib/dbmail.
Ok, so next we need to work on the autotools scripts to be sure to install things correctly. Or is that working already? > I think perhaps we should rename the modules like libdbmysql.so to > mysql_module.so or something similar. True, there's no need for the "lib" prefix because we're not letting gcc or ld work on these like normal. Call 'em whatever we want, I think. And preferrably something descriptive to the layperson. How about: /usr/lib/dbmail/db_mysql.so /usr/lib/dbmail/auth_sql.so etc. Aaron
