search for: lcdb

Displaying 9 results from an estimated 9 matches for "lcdb".

Did you mean: cdb
2015 Mar 09
2
Dovecot fails to compile --with-cdb (and attempted fix)
...:36:15.690179802 +0000 +++ src/lib-dovecot/Makefile 2015-03-09 18:01:43.075719700 +0000 @@ -230,7 +230,7 @@ LIBDOVECOT_STORAGE_DEPS = $(top_builddir)/src/lib-storage/ libdovecot-storage.la $(top_builddir)/src/lib-imap-storage/ libimap-storage.la LIBICONV = LIBOBJS = -LIBS = -lrt +LIBS = -lrt -lcdb LIBTOOL = $(SHELL) $(top_builddir)/libtool LIBWRAP_LIBS = LINKED_STORAGE_LDADD = This isn't the best fix, admittedly (I wish I were more familiar with autotools), but I'll say that the configure process isn't right yet for cdb. Can anybody produce a better fix? Would love to learn m...
2015 Mar 10
2
Dovecot fails to compile --with-cdb (and attempted fix)
...43.075719700 +0000 >> @@ -230,7 +230,7 @@ >> LIBDOVECOT_STORAGE_DEPS = $(top_builddir)/src/lib-storage/ >> libdovecot-storage.la $(top_builddir)/src/lib-imap-storage/ >> libimap-storage.la >> LIBICONV = >> LIBOBJS = >> -LIBS = -lrt >> +LIBS = -lrt -lcdb >> LIBTOOL = $(SHELL) $(top_builddir)/libtool >> LIBWRAP_LIBS = >> LINKED_STORAGE_LDADD = >> >> This isn't the best fix, admittedly (I wish I were more familiar with >> autotools), but I'll say that the configure process isn't right yet for >&gt...
2018 Aug 21
0
[ANNOUNCE] libX11 1.6.6
...y state parameter to XkbSetNamedDeviceIndicator Improve table formatting in XkbChangeControls & XkbKeyNumGroups man pages If XGetImage fails to create image, don't dereference it to bounds check Use size_t for buffer sizes in SetHints.c Change fall through comment in lcDB.c to match gcc's requirements Arthur Huillet (1): _XDefaultError: set XlibDisplayIOError flag before calling exit Bhavi Dhingra (1): Fix possible memory leak in cmsProp.c:140 Martin Natano (1): Don't rebuild ks_tables.h if nothing changed. Matthieu Herrb (2): Rem...
2015 Mar 09
0
Dovecot fails to compile --with-cdb (and attempted fix)
...ot/Makefile 2015-03-09 18:01:43.075719700 +0000 > @@ -230,7 +230,7 @@ > LIBDOVECOT_STORAGE_DEPS = $(top_builddir)/src/lib-storage/ > libdovecot-storage.la $(top_builddir)/src/lib-imap-storage/ > libimap-storage.la > LIBICONV = > LIBOBJS = > -LIBS = -lrt > +LIBS = -lrt -lcdb > LIBTOOL = $(SHELL) $(top_builddir)/libtool > LIBWRAP_LIBS = > LINKED_STORAGE_LDADD = > > This isn't the best fix, admittedly (I wish I were more familiar with > autotools), but I'll say that the configure process isn't right yet for > cdb. Can anybody produce a...
2015 Mar 12
0
Dovecot fails to compile --with-cdb (and attempted fix)
...t; @@ -230,7 +230,7 @@ >>> LIBDOVECOT_STORAGE_DEPS = $(top_builddir)/src/lib-storage/ >>> libdovecot-storage.la $(top_builddir)/src/lib-imap-storage/ >>> libimap-storage.la >>> LIBICONV = >>> LIBOBJS = >>> -LIBS = -lrt >>> +LIBS = -lrt -lcdb >>> LIBTOOL = $(SHELL) $(top_builddir)/libtool >>> LIBWRAP_LIBS = >>> LINKED_STORAGE_LDADD = >>> >>> This isn't the best fix, admittedly (I wish I were more familiar with >>> autotools), but I'll say that the configure process isn't...
2015 Mar 12
2
Dovecot fails to compile --with-cdb (and attempted fix)
...;> LIBDOVECOT_STORAGE_DEPS = $(top_builddir)/src/lib-storage/ > >>> libdovecot-storage.la $(top_builddir)/src/lib-imap-storage/ > >>> libimap-storage.la > >>> LIBICONV = > >>> LIBOBJS = > >>> -LIBS = -lrt > >>> +LIBS = -lrt -lcdb > >>> LIBTOOL = $(SHELL) $(top_builddir)/libtool > >>> LIBWRAP_LIBS = > >>> LINKED_STORAGE_LDADD = > >>> > >>> This isn't the best fix, admittedly (I wish I were more familiar with > >>> autotools), but I'll say that th...
2012 Mar 06
6
openssh static build - mission impossible?
...nitor.o monitor_wrap.o kexdhs.o kexgexs.o auth-krb5.o auth2-gss.o gss-serv.o gss-serv-krb5.o loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o audit.o audit-bsm.o platform.o sftp-server.o sftp-common.o roaming_common.o roaming_serv.o -L. -Lopenbsd-compat/ -pie -z relro -z now -lnsl -lpcre -lcdb -fstack-protector-all -static -static-libgcc -lssh -lopenbsd-compat -lcrypto -lcrypt -ldl -lutil -lz -lresolv /usr/lib/gcc/armv5tel-redhat-linux-gnueabi/4.6.1/../../../libcrypto.a(fips.o): In function `FIPSCHECK_verify': (.text+0x20): warning: Using 'dlopen' in statically linked applic...
2012 Mar 25
2
build postfix rpm with mysql
...f: rmail --> rmail.postfix ed conf/master.cf <<EOF || exit 1 H ,s/rmail/rmail.postfix/ w q EOF %build umask 022 CCARGS= AUXLIBS= %ifarch s390 s390x ppc CCARGS="${CCARGS} -fsigned-char" %endif %if %{with_cdb} CCARGS="${CCARGS} -DHAS_CDB" AUXLIBS="${AUXLIBS} -lcdb" %endif %if %{with_ldap} CCARGS="${CCARGS} -DHAS_LDAP" AUXLIBS="${AUXLIBS} -L/usr/%{_lib} -lldap -llber" %endif %if %{with_pcre} # -I option required for pcre 3.4 (and later?) CCARGS="${CCARGS} -DHAS_PCRE -I/usr/include/pcre" AUXLIBS="${AUXLIBS} -...
2011 Nov 19
4
build postfix spec w/ mysql
...f: rmail --> rmail.postfix ed conf/master.cf <<EOF || exit 1 H ,s/rmail/rmail.postfix/ w q EOF %build umask 022 CCARGS= AUXLIBS= %ifarch s390 s390x ppc CCARGS="${CCARGS} -fsigned-char" %endif %if %{with_cdb} CCARGS="${CCARGS} -DHAS_CDB" AUXLIBS="${AUXLIBS} -lcdb" %endif %if %{with_ldap} CCARGS="${CCARGS} -DHAS_LDAP" AUXLIBS="${AUXLIBS} -L/usr/%{_lib} -lldap -llber" %endif %if %{with_pcre} # -I option required for pcre 3.4 (and later?) CCARGS="${CCARGS} -DHAS_PCRE -I/usr/include/pcre" AUXLIBS="${AUXLIBS} -...