search for: pgsql_libs

Displaying 7 results from an estimated 7 matches for "pgsql_libs".

2004 Sep 24
0
[BULK] - Compilation error
Hi Folks, I compared the makefile for samba 3.0.6 and 3.0.7. I found XML_LIBS= MYSQL_LIBS= PGSQL_LIBS= these 3 lines and then the use of these variables missing in the 3.0.7 makefile. Thats the only change I found in 3.0.6 makefile and 3.0.7 makefile. So when I compiled samba 3.0.7 using the samba 3.0.6 makefile. It got compiled properly without any warnings of dlopen. I am not sure if this is t...
2005 Oct 25
2
SOLARIS 9 INSTALL PROBLEMS
...9;' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PASSDB_LIBS='' PATH_SEPARATOR=':' PDB_MODULES='' PDB_STATIC='' PERL='' PGSQL_CFLAGS='' PGSQL_CONFIG='' PGSQL_LIBS='' PICFLAGS='' PICSUFFIX='' PIE_CFLAGS='' PIE_LDFLAGS='' POPTLIBS='' PRINT_LIBS='' PYTHON='' ROFF='' RPC_MODULES='' RPC_STATIC='' SHELL='/bin/bash' SHLD='' SHLIBEXT='' SHLIB_PROGS='...
2010 Apr 14
4
PostgreSQL driver supporting [round-robin] load balancing and redundancy [LONG]
...&& want_pgsql_driver=yes +test "$want_multi_pgsql" != no && want_pgsql_driver=yes + + +if test $want_pgsql_driver != no; then AC_CHECK_PROG(PG_CONFIG, pg_config, YES, NO) if test $PG_CONFIG = NO; then # based on code from PHP @@ -2014,19 +2024,20 @@ fi PGSQL_LIBS="$PGSQL_LIBS -lpq" AC_DEFINE(HAVE_PGSQL,, Build with PostgreSQL support) - found_sql_drivers="$found_sql_drivers pgsql" + test "$want_pgsql" != no && found_sql_drivers="$found_sql_drivers pgsql" + test "$want_multi_pgsql" != no...
2013 May 27
2
Dovecot 2.2 build rpm on Centos6
...OTOOL64='' OTOOL='' PACKAGE='dovecot' PACKAGE_BUGREPORT='dovecot at dovecot.org' PACKAGE_NAME='Dovecot' PACKAGE_STRING='Dovecot 2.2.2' PACKAGE_TARNAME='dovecot' PACKAGE_VERSION='2.2.2' PATH_SEPARATOR=':' PGSQL_CFLAGS='' PGSQL_LIBS='' PG_CONFIG='' PKG_CONFIG='/usr/bin/pkg-config' QUOTA_LIBS='' RANLIB='' RPCGEN='' RUN_TEST='' SED='' SETTING_FILES='' SET_MAKE='' SHELL='/bin/sh' SQLITE_CFLAGS='' SQLITE_LIBS='' SQL_CFLAGS='...
2011 Sep 01
15
v2.1.alpha1 released
http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha1.tar.gz http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha1.tar.gz.sig So it's time for the first alpha version of Dovecot v2.1. There are no huge intrusive changes, so I expect v2.1.0 to be released this year (maybe even in a few months?) The biggest changes are related to full text search handling. I'll probably still make
2011 Sep 01
15
v2.1.alpha1 released
http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha1.tar.gz http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha1.tar.gz.sig So it's time for the first alpha version of Dovecot v2.1. There are no huge intrusive changes, so I expect v2.1.0 to be released this year (maybe even in a few months?) The biggest changes are related to full text search handling. I'll probably still make
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PGSQL_CFLAGS = @PGSQL_CFLAGS@ +PGSQL_LIBS = @PGSQL_LIBS@ +PG_CONFIG = @PG_CONFIG@ +PKG_CONFIG = @PKG_CONFIG@ +RANLIB = @RANLIB@ +RPCGEN = @RPCGEN@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SQLITE_CFLAGS = @SQLITE_CFLAGS@ +SQLITE_LIBS = @SQLITE_LIBS@ +SQL_CFLAGS = @SQL_CFLAGS@ +SQL_LIBS = @SQL_LIBS@ +SSL_CFLAGS = @SSL_CFLAGS@ +S...