search for: moduledir

Displaying 20 results from an estimated 70 matches for "moduledir".

2010 Oct 13
1
Missing ACLOCAL_AMFLAGS ?
dovecot-2.0.5 autoreconf is failing with: [1] $ autoreconf -f -i [...] src/plugins/acl/Makefile.am:11: `module_LTLIBRARIES' is used but `moduledir' is undefined [...] autoreconf-2.65: automake failed with exit status: 1 Also, $ ./configure --help | grep module --with-nss Build with NSS module support (auto) In other words, no moduledir output in configure --help. Looks like dovecot.m4 is not being read. With the patch b...
2009 Sep 27
1
Sieve: problems installing in different prefix
...vecot/lda and not honouring the "prefix" argument for "make install". This is probably a libtool issue, but I am not sure. I know my way around the Autotools but here I am a bit lost. Looking at the generated Makefile in dovecot-1.2-sieve-0.1.12/src I can see the following: moduledir = /usr/local/lib/dovecot/ It *should* look like this: exec_prefix = ${prefix} ... moduledir = ${exec_prefix}/lib/dovecot/ This explains why the install prefix is not honoured here. The "moduledir" has already been hardcoded, instead of prefixed. For comparison look at the Dovecot...
2011 Nov 24
1
modules directory
Hi! I'm a little confused with how plugin loading works in dovecot 2, I can't seem to make it load from $(moduledir)/imap/. Is that intended to work? Just a configuration issue? Reason I ask is that I ported my antispam plugin (I know there's a fork, but I still like mine better) to dovecot 2 and the default "make install" no longer loads properly with just "mail_plugins = antispam". So...
2012 Oct 10
1
[PATCH] dovadm plugins underlinking
...n Oct 08 08:53:54 2012 +0300 +++ b/src/plugins/acl/Makefile.am Wed Oct 10 11:03:49 2012 +0200 @@ -10,7 +10,8 @@ -I$(top_srcdir)/src/doveadm NOPLUGIN_LDFLAGS = -lib10_doveadm_acl_plugin_la_LDFLAGS = -module -avoid-version +lib10_doveadm_acl_plugin_la_LDFLAGS = -module -avoid-version -Wl,-rpath,$(moduledir) +lib10_doveadm_acl_plugin_la_LIBADD = $(module_LTLIBRARIES) lib01_acl_plugin_la_LDFLAGS = -module -avoid-version module_LTLIBRARIES = \ diff -r 4d268e810c15 src/plugins/expire/Makefile.am --- a/src/plugins/expire/Makefile.am Mon Oct 08 08:53:54 2012 +0300 +++ b/src/plugins/expire/Makefile.am We...
2010 Aug 22
2
Build failure building dbox and gnutls
...dovecot, one is with dbox storage, and another building gnutls as the SSL backend (builds fine with openssl). Software versions are Dovecot v2.0.0, GnuTLS 2.8.6 and OpenSSL 1.0.0a Configure: ./configure --prefix=/usr --sysconfdir=/etc/dovecot --localstatedir=/var --libexecdir=/usr/lib --with-moduledir=/usr/lib/dovecot/modules --with-zlib --with-sqlite --with-ssl=openssl --with-ssldir=/etc/ssl --with-gssapi --with-pam --with-bzlib --with-docs --without-mysql --without-vpopmail --without-sia --without-bsdauth --with-libcap --with-ioloop=epoll --with-storages=maildir,mbox,dbox,mdbox For the db...
2013 Jun 13
1
[PATCH] Link against libdrm
...IBDRM_NOUVEAU_CFLAGS@ +AM_CFLAGS = @XORG_CFLAGS@ @LIBUDEV_CFLAGS@ @LIBDRM_NOUVEAU_CFLAGS@ @LIBDRM_CFLAGS@ nouveau_drv_la_LTLIBRARIES = nouveau_drv.la nouveau_drv_la_LDFLAGS = -module -avoid-version @LIBDRM_NOUVEAU_LIBS@ \ - @LIBUDEV_LIBS@ + @LIBUDEV_LIBS@ @LIBDRM_LIBS@ nouveau_drv_ladir = @moduledir@/drivers nouveau_drv_la_SOURCES = \ -- 1.8.3.1
2006 Jan 18
1
problems compiling
hi i downloaded dovecot-1.0.beta1.tar.gz, did a rpmbuild -ta dovecot-1.0.beta1.tar.gz (which uses the dovecot.spec from the tar.gz), and got the following: Making install in quota make[3]: Entering directory `/usr/src/gimre/rpm2/BUILD/dovecot-1.0.beta1/src/plugins/quota' make[4]: Entering directory `/usr/src/gimre/rpm2/BUILD/dovecot-1.0.beta1/src/plugins/quota' mkdir -p --
2011 Jul 01
0
pluginsync fails to load custom facts or providers
...o: http://projects.puppetlabs.com/issues/4830 http://groups.google.com/group/puppet-users/browse_thread/thread/ae7eecd2fab5dea6 master puppet.conf: [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl pluginsync = true factpath = /etc/puppet/facts moduledir = /etc/puppet/modules:/var/lib/puppet/modules [agent] classfile = $vardir/classes.txt localconfig = $vardir/localconfig pluginsync = true [master] vardir = /var/lib/puppet libdir = $vardir/lib #ssldir = /etc/puppet/ssl agent puppet.conf: [main] pluginsync = true ser...
2011 Oct 24
2
sieve-pipe Error
I am using Dovecot 2.0.15 on Arch. I have cloned the hg repo and compiled the plugin using the following options: ./configure --with-dovecot=/usr/lib/dovecot --with-pigeonhole=/usr/include/dovecot/sieve/ The relevant section of my dovecot.conf looks like: plugin { sieve = ~/.dovecot.sieve sieve_global_path = /home/vmail/globalsieverc sieve_dir = ~/ sieve_plugins = sieve_pipe #
2010 May 23
1
[PATCH] nv: improve KMS detection
...5,7 @@ # TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. AM_CFLAGS = @XMODES_CFLAGS@ @XORG_CFLAGS@ $(LIBDRM_CFLAGS) nv_drv_la_LTLIBRARIES = nv_drv.la -nv_drv_la_LDFLAGS = -module -avoid-version +nv_drv_la_LDFLAGS = -module -avoid-version $(LIBDRM_LIBS) nv_drv_ladir = @moduledir@/drivers nv_drv_la_SOURCES = $(nv_sources) $(riva_sources) $(g80_sources) diff --git a/src/nv_driver.c b/src/nv_driver.c index e10ae0c..6651cd4 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -836,18 +836,13 @@ NVIsSupported(CARD32 id) } #ifdef HAVE_KMS -static Bool NVKernelModesetting...
2017 May 08
1
2.2 -git fails to compile as of Apr 28 2017
...hare/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/dovecot-9999_p20170508 --htmldir=/usr/share/doc/dovecot-9999_p20170508/html --libdir=/usr/lib64 --localstatedir=/var --with-moduledir=/usr/lib64/dovecot --without-stemmer --with-storages=maildir --disable-rpath --with-icu --with-systemdsystemunitdir=/usr/lib/systemd/system --with-bzlib --without-libcap --without-gssapi --without-ldap --with-lucene --with-lz4 --with-lzma --without-mysql --with-pam --without-pgsql --without-sqlite...
2017 May 08
2
2.2 -git fails to compile as of Apr 28 2017
On 2017-05-08 16:23, Reuben Farrelly wrote: > > > On 8/05/2017 9:13 PM, Aki Tuomi wrote: >> >> >> On 2017-05-08 13:52, Reuben Farrelly wrote: >>> Hi, >>> >>> Following up on this as there has been no response and the problem >>> is still present. As this is the master-2.2 branch I would have >>> thought it would compile
2004 Nov 06
2
dovecot 1.0-test52 build notes
I thought I would try to use 'configure' to lay out the dovecot install a little differently than the default. I prefer all the support files under one tree (e.g. in /usr/local/lib/dovecot-1.0) rather than distributed around the filesystem. And I'd be happiest if all of the support files were just at that top level rather than in subdirectories. e.g.:
2007 Oct 29
2
Setting variables in modules - order important?
...rap/puppet/modules/ztest/examples % cat setup.pp $int_var = "Set in setup.pp example" include ztest::setup <0> sa_dewha@engpsr0000.intranetdev.barcapdev.com (0 jobs) /users/unix/sa_dewha/SVNCheckOut/bootstrap/puppet/modules/ztest/examples % ./test.sh; cat /var/tmp/test ++ pwd + MODULEDIR=/users/unix/sa_dewha/SVNCheckOut/bootstrap/puppet/modules/ztes t/examples/../.. + puppet --color=false -v --server=localhost + --modulepath=/users/unix/sa_dewha/SVNCheckOut/bootstrap/puppet/modules + /ztest/examples/../.. --libdir=/var/lib/puppet/plugins ./setup.pp info: Autoloaded module ztest no...
2016 Feb 21
2
systemd changes in Git/Debian Auto-Builds
...m stop PrivateTmp=true NonBlocking=yes # Enable this if your systemd is new enough to support it: #ProtectSystem=full I'm running ./configure with: ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --with-moduledir=/usr/lib/dovecot/modules --disable-rpath --with-systemdsystemunitdir=auto --with-storages=maildir --with-ssl=openssl --with-solr --with-ioloop=best --with-stemmer --with-libwrap --with-lucene --without-sqlite --without-ldap --without-pgsql --disable-static It's not an old dovecot.service f...
2013 Mar 11
3
Restructure puppet modules
So far we have a similar situation, for each different server one fabric and one puppet file, where the fabric file simply applies it in a brutal way. with settings(user=''root''): put(''qa.pp'', ''qa.pp'') put(''puppet apply qa.pp'') And puppet files don''t use anything like classes or modules, but
2004 May 27
5
0.99.10.5 released
...r: synchronization might have sometimes set wrong flags to messages, or crash completely Quite rare because we were lucky before :) And list of all the changes one more time: v0.99.10.5 2003-12-27 Timo Sirainen <tss at iki.fi> + MySQL authentication, patch by Matthew Reimer + --with-moduledir configure option - mbox: APPEND reversed given \Draft and \Deleted flags - mbox: "LF not found" errors happened sometimes when X-IMAPbase header was updated. Possibly corrupted mbox sometimes. Thanks to Fabrice Bellet for finding this bug. - Custom flags couldn't be unset -...
2018 Mar 30
2
debian lintian warn: hardening-no-fortify-functions
...fodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/dovecot" --srcdir=. --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --libexecdir=/usr/lib --localstatedir=/var --with-statedir=/var/lib/dovecot --with-moduledir=/usr/lib/dovecot/modules --without-docs I may provide a full build log if that would be helpful. To me that looks like not all binaries are build with same CFLAGS / CXXFLAGS / CPPFLAGS / LDFLAGS Andreas
2017 May 25
1
"@LIBICU_CFLAGS@: No such file or directory" during libtool command for lib-fts (cross compile)
...th-icu \ --with-solr \ --with-zlib \ --with-bzlib \ --with-lzma \ --with-ssl=openssl \ --with-ssldir=/raid/data/module/Dovecot/sys/etc/ssl \ --with-storages=mdbox,sdbox,maildir,mbox,cydir,imapc,pop3c \ --with-moduledir=/raid/data/module/Dovecot/sys \ --with-gnu-ld \ --with-sysroot=/raid/data/module/Dovecot/sys \ --with-libiconv-prefix=/raid/data/module/Dovecot/sys \ --with-libintl-prefix=/raid/data/module/Dovecot/sys make === and completes configuration just f...
2020 Mar 11
0
Pigeonhole v0.5.10 release notes
Hi! We? made a mistake of releasing pigeonhole with wrong release notes, so please find the correct release notes here. Also if you are using `--without-dovecot-install-dirs`, you must use `--with-moduledir`. Otherwise the Makefile gets broken. v0.5.10 2020-03-06? Aki Tuomi <aki.tuomi at open-xchange.com> * imap_sieve_filter: Change result action logging to include IMAP UID - vacation: Addresses were compared case-sensitively. Aki Tuomi -------------- next part -------------- A non-text att...