search for: libwrap_libs

Displaying 13 results from an estimated 13 matches for "libwrap_libs".

2008 Nov 07
6
Cannot get the libwrap patch work
Hello there, I have been trying to make the patch work for libwrap(TCP Wrappers) posted on http://dovecot.org/patches <http://dovecot.org/patches%20Patch%20of%201.1> Patch of 1.1 but could not get it work. Any help will be highly appreciated. After compiling and running it I get error "Error: login_tcp_wrappers can't be used because Dovecot wasn't built with
2015 Mar 09
2
Dovecot fails to compile --with-cdb (and attempted fix)
...e 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 more. thanks, -jf -- He who settles on the idea of the in...
2023 Nov 09
2
2.8.1 build buglet: sockdebug.c
...riables to exist. Nut does define them: work/nut-2.8.1/server/upsd.c:int allow_severity = LOG_INFO; work/nut-2.8.1/server/upsd.c:int deny_severity = LOG_WARNING; but not in sockdebug. In server/Makefile.am, tcpwrappers are added for all targets: if WITH_WRAP LDADD += $(LIBWRAP_LIBS) endif I don't know if the right fix is define these in sockdebug.c change LDADD to be only for upsd or something else. I think I'm going to just patch out building sockdebug for now. Or is that supposed to be installed for user use? (If so, it really should have nut in the na...
2015 Mar 10
2
Dovecot fails to compile --with-cdb (and attempted fix)
..._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 more. >>...
2008 Nov 08
1
dovecot Digest, Vol 67, Issue 19
...+ LIBS="$LIBS -lwrap" + AC_TRY_LINK([ + #include <tcpd.h> + int allow_severity; + int deny_severity; + struct request_info request; + ], [ + request_init(&request, 0); + ], [ + AC_DEFINE(HAVE_LIBWRAP,, Define if you have libwrap) + LIBWRAP_LIBS=-lwrap + AC_SUBST(LIBWRAP_LIBS) + ]) + LIBS=$old_LIBS + ]) +fi + +dnl ** dnl ** userdb and passdb checks dnl ** --- dovecot-example.conf.orig 2008-07-07 18:57:31.000000000 +0200 +++ dovecot-example.conf 2008-07-07 18:57:31.000000000 +0200 @@ -171,6 +171,11 @@ # Greeting message for...
2015 Mar 09
0
Dovecot fails to compile --with-cdb (and attempted fix)
...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 more. > > ok, well I guess th...
2015 Mar 12
0
Dovecot fails to compile --with-cdb (and attempted fix)
...ir)/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 l...
2023 Nov 09
1
2.8.1 build buglet: sockdebug.c
...> work/nut-2.8.1/server/upsd.c:int allow_severity = LOG_INFO; > work/nut-2.8.1/server/upsd.c:int deny_severity = LOG_WARNING; > > but not in sockdebug. > > In server/Makefile.am, tcpwrappers are added for all targets: > > if WITH_WRAP > LDADD += $(LIBWRAP_LIBS) > endif > > > I don't know if the right fix is > > define these in sockdebug.c > > change LDADD to be only for upsd > > or something else. > > I think I'm going to just patch out building sockdebug for now. Or is > that supposed to be installed...
2023 Oct 31
5
NUT v2.8.1 is released
...it was almost midnight, Cinderella became a pumpkin, and NUT was released!.. Trick or treat?! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20231031/f3590340/attachment.htm>
2023 Oct 31
5
NUT v2.8.1 is released
...it was almost midnight, Cinderella became a pumpkin, and NUT was released!.. Trick or treat?! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20231031/f3590340/attachment.htm>
2015 Mar 12
2
Dovecot fails to compile --with-cdb (and attempted fix)
...ibdovecot-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 bet...
2023 Nov 09
1
2.8.1 build buglet: sockdebug.c
...> work/nut-2.8.1/server/upsd.c:int allow_severity = LOG_INFO; > work/nut-2.8.1/server/upsd.c:int deny_severity = LOG_WARNING; > > but not in sockdebug. > > In server/Makefile.am, tcpwrappers are added for all targets: > > if WITH_WRAP > LDADD += $(LIBWRAP_LIBS) > endif > > > I don't know if the right fix is > > define these in sockdebug.c > > change LDADD to be only for upsd > > or something else. > > I think I'm going to just patch out building sockdebug for now. Or is > that supposed to be installed...
2013 May 27
2
Dovecot 2.2 build rpm on Centos6
...LIBDOVECOT='' LIBDOVECOT_COMPRESS='' LIBDOVECOT_DEPS='' LIBDOVECOT_LDA='' LIBDOVECOT_LOGIN='' LIBDOVECOT_SQL='' LIBDOVECOT_STORAGE='' LIBDOVECOT_STORAGE_DEPS='' LIBICONV='' LIBOBJS='' LIBS='' LIBTOOL='' LIBWRAP_LIBS='' LINKED_STORAGE_LDADD='' LINKED_STORAGE_LIBS='' LIPO='' LN_S='' LTLIBICONV='' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/builder/rpmbuild/BUILD/dovecot-2.2.2/...