Displaying 7 results from an estimated 7 matches for "sql_lib".
Did you mean:
sql_libs
2014 Nov 08
2
SQLite does not depend on zlib, was: Re: [PATCH] Split sql drivers from lib-sql to plugins
Tomas Janousek <tjanouse at redhat.com> wrote in news:20070413132731.GA8281
@redhat.com:
> - SQL_LIBS="$SQL_LIBS -lsqlite3 -lz"
> + SQLITE_LIBS="$SQLITE_LIBS -lsqlite3 -lz"
Hi,
this patch fixes a build error during cross compilation to a system without
the libz target package:
--- dovecot-2.2.15.org/configure.ac 2014-10-25 05:57:08.000000000 +0200
+++ d...
2015 Apr 22
0
SQLite does not depend on zlib, was: Re: [PATCH] Split sql drivers from lib-sql to plugins
Bernd Kuhls <bernd.kuhls at t-online.de> wrote in
news:XnsA3DF68DCAEF69berndkuhlsPkbjNfxxIA at bernd-kuhls.de:
> Tomas Janousek <tjanouse at redhat.com> wrote in news:20070413132731.GA8281
> @redhat.com:
>
>> - SQL_LIBS="$SQL_LIBS -lsqlite3 -lz"
>> + SQLITE_LIBS="$SQLITE_LIBS -lsqlite3 -lz"
>
> Hi,
>
> this patch fixes a build error during cross compilation to a system without
> the libz target package:
>
> --- dovecot-2.2.15.org/configure.ac 20...
2006 May 18
1
configure change for 1.0.beta8
...find libraries and when these are
found -R runtime path is needed for linking. Also if library name is
given before library path it can't find it.
These changes are needed for configure script
line 29533
for i in /usr /usr/local /usr/local/mysql /usr/sfw; do
line 29548
LIBS="$LIBS -L$MYSQL_LIBDIR -R$MYSQL_LIBDIR"
line 29559
LIBS="$LIBS -lmysqlclient"
line 29770
SQL_LIBS="$SQL_LIBS -L$MYSQL_LIBDIR -R$MYSQL_LIBDIR"
line 29780
LIBS="$LIBS -lmysqlclient"
Tomppa
2007 Dec 31
4
1.1b13 build in FreeBSD fails using 'make'; 'gmake' apparently required
hi,
i'm doing a 1st build of dovecot in a freebsd 62R jail.
following instructions at
http://wiki.dovecot.org/CompilingSource
./configure
make
sudo make install
after an OK 'configure', @ 'make', i get
make
make all-recursive
Making all in src
Making all in lib
make: don't know how to make unicodemap.c. Stop
*** Error code 1
Stop in
2012 Oct 11
3
dovecot cores
Hi dovecot-community,
i have set up a new dovecot server - everything is self-compiled
and with newest versions. dovecot daemon dies every night:
Bugreport Mail - dovecot cores with sig11
my dovecot daemon cores every night - no message in log file.
Please help. It runs in an OpenVZ container - therefore reiserfs
is reported as filesystem.
root at glen ~]# cat /etc/dovecot/dovecot.conf
#
2013 May 27
2
Dovecot 2.2 build rpm on Centos6
...39;#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/builder/rpmbuild/BUILD/dovecot-2.2.2/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
MODULE_LIBS=''
MODULE_SUFFIX=''
MYSQL_CFLAGS=''
MYSQL_CONFIG=''
MYSQL_LIBS=''
NM=''
NMEDIT=''
NOPLUGIN_LDFLAGS=''
OBJDUMP=''
OBJEXT=''
OTOOL64=''
OTOOL=''
PACKAGE='dovecot'
PACKAGE_BUGREPORT='dovecot at dovecot.org'
PACKAGE_NAME='Dovecot'
PACKAGE_STRING='Dovecot 2.2.2'
PACKAGE...
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...NV@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBICONV = @LTLIBICONV@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
+MODULE_LIBS = @MODULE_LIBS@
+MODULE_SUFFIX = @MODULE_SUFFIX@
+MYSQL_CFLAGS = @MYSQL_CFLAGS@
+MYSQL_LIBS = @MYSQL_LIBS@
+NM = @NM@
+NMEDIT = @NMEDIT@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_U...