Displaying 2 results from an estimated 2 matches for "build_mysql".
2005 Nov 05
1
dovecot and passwd-file migration
Hi, Im using dovecot with passwd-file authentication and would like to
provide some kind of interface/script to let the users change their
password.
currently my passwd-file looks like:
user at domain.com:{PLAIN}password
I would also like to change the password to the same I use in my Linux
user at domain.com: {MD5}password ???
What do I need to change in the .conf?
Las thing, I just cant find
2010 Apr 14
4
PostgreSQL driver supporting [round-robin] load balancing and redundancy [LONG]
...greSQL support: libpq-fe.h not found])
fi
])
CPPFLAGS=$old_CPPFLAGS
], [
- if test $want_pgsql = yes; then
+ if test $want_pgsql_driver = yes; then
AC_ERROR([Can't build with PostgreSQL support: libpq not found])
fi
])
@@ -2323,6 +2334,7 @@
build_pgsql=no
build_mysql=no
build_sqlite=no
+build_multi_pgsql=no
for driver in $sql_drivers; do
if test "$driver" = "pgsql"; then
AC_DEFINE(BUILD_PGSQL,, Built-in PostgreSQL support)
@@ -2333,7 +2345,10 @@
elif test "$driver" = "sqlite"; then
AC_DEFINE(BUILD_SQLITE...