Displaying 9 results from an estimated 9 matches for "auth_cflag".
Did you mean:
auth_cflags
2007 Apr 05
1
GSS/Kerb5, Solaris 10, how to build?
Gang,
I've been trying to build rc29 under Solaris 10 using either
"--with-gssapi" or Kerberos 5 ticket usage. I'm trying to figure
out how to set up fetchmail on another S10 box to do IMAP fetches
from dovecot without having to enter a password.
No matter what configure option I try, I get
Building with GSSAPI support ........ : no
at the end of the configure. I searched
2004 Feb 12
1
Error While compiling with the Mysql patch
...my_compress.o): In function
`my_compress_alloc':
my_compress.o(.text+0xb4): undefined reference to `compress'
/usr/local/lib/mysql/libmysqlclient.a(my_compress.o): In function
`my_uncompress':
my_compress.o(.text+0x12a): undefined reference to `uncompress'
I Included the FLAGS:
AUTH_CFLAGS="-I/usr/local/include/mysql -DPASSDB_MYSQL -DUSERDB_MYSQL" \
AUTH_LIBS="-L/usr/local/lib/mysql -lmysqlclient" \
Before to compile, and I'm using a Debian woody.
Do you know what happens?
Thanks
Xavi
2004 Jul 30
2
Patch for 0.99.10.8
I uploaded 0.99.10.8 to Debian but I needed the patch below to get it to
compile.
--- dovecot-0.99.10.8.orig/src/auth/db-mysql.h
+++ dovecot-0.99.10.8/src/auth/db-mysql.h
@@ -1,7 +1,8 @@
#ifndef __DB_MYSQL_H
#define __DB_MYSQL_H
-#include <mysql.h>
+#include <mysql/mysql.h>
+#include <mysql/errmsg.h>
struct mysql_connection;
struct mysql_request;
--
Jaldhar H. Vyas
2006 Jun 12
1
./configure and /or Makefile problem
....
I'll fully admit not being a savvy programmer and therefore unable to
suggest a decent resolution.
It seems that _something_ in either the main "configure" script or
one of the Makefile.in templates is causing the Makefiles in
src/auth and src/util to add two variables named "AUTH_CFLAGS" and
"AUTH_LIBS", which on first look makes sense.
Looking a bit deeper, they both contain variables in the format
"@VARNAME@" which I'm presuming _should_ have been replaced with
actual paths and/or "-l" statements during the configure process.
Those being...
2003 Dec 11
3
dovecot..
Hi All..
Has anyone got any experimental patches for mysql auth?
Regards,
Cami
2003 Nov 17
1
MySQL patch + Debian
Hi folks.
Sorry to post here about a patch that hasn't been officially integrated
into Dovecot, however I am trying to get it going and seem to have hit
a dead end.
I downloaded the Debianised source for Dovecot (0.99.10-9) from sarge:
> wedge:/usr/local/src# apt-get -t testing source dovecot
then applied the latest MySQL patch that I could find on the list:
>
2013 May 27
2
Dovecot 2.2 build rpm on Centos6
...${SHELL} /home/builder/rpmbuild/BUILD/dovecot-2.2.2/missing --run aclocal-1.11'
ACLOCAL_AMFLAGS='-I $(top_srcdir)'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/builder/rpmbuild/BUILD/dovecot-2.2.2/missing --run tar'
AR=''
AUTH_CFLAGS=''
AUTH_LIBS=''
AUTOCONF='${SHELL} /home/builder/rpmbuild/BUILD/dovecot-2.2.2/missing --run autoconf'
AUTOHEADER='${SHELL} /home/builder/rpmbuild/BUILD/dovecot-2.2.2/missing --run autoheader'
AUTOMAKE='${SHELL} /home/builder/rpmbuild/BUILD/dovecot-2.2.2/missing...
2004 Feb 24
4
Pam trouble
Hi folks,
I can't get dovecot to authenticate properly against ldap/pam.
I've been fiddling with it for several days now, to no avail. It keeps crashing
with:
Child died with signal 11
The system is Solaris9. Enclosed is a trace of dovecot-auth for a connection to
pop with correct username and password and my config.
Any help is appreciated.
Cheers
Benjamin
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...S) \
+ $(LDFLAGS) -o $@
+SOURCES = $(lib10_urlauth_plugin_la_SOURCES)
+DIST_SOURCES = $(lib10_urlauth_plugin_la_SOURCES)
+HEADERS = $(noinst_HEADERS)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AR = @AR@
+AUTH_CFLAGS = @AUTH_CFLAGS@
+AUTH_LIBS = @AUTH_LIBS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CURLCONFIG = @CURLCONFIG@
+CURL_CFLAGS = @CURL_CFLAGS@
+CURL_LIBS = @CURL_LIBS@...