search for: dovecot_pkglibexecdir

Displaying 5 results from an estimated 5 matches for "dovecot_pkglibexecdir".

2010 Feb 01
1
Problems installing managesieve and then managesieve-login
...ving problems installing managesieve. I modified the Makefile because DESTDIR was not being found. Here is what I changed to make it work: echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(dovecot_pkglibexecPROGRAMS_INSTALL) '$$p' '/usr/local/dovecot2.0beta2/bin$(dovecot_pkglibexecdir)/$$f'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(dovecot_pkglibexecPROGRAMS_INSTALL) "$$p" "/usr/local/dovecot2.0beta2/bin$(dovecot_pkglibexecdir)/$$f" || exit 1; \ --- Here is ORIGINAL: echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install...
2010 Oct 06
2
dovecot-2.0-pigeonhole-0.2.1 installation in wrong lib dir?
I am building dovecot-2.0-pigeonhole-0.2.1 (dovecot-2.0.5, but that does not matter) with dovecot-config in place (in /usr/lib64/dovecot) on a 64bit Linux (RHEL5): ./configure --with-dovecot=/usr/lib64/dovecot The libs needed for several executables in libexec such as /usr/libexec/dovecot/managesieve-login are not installed in /usr/lib64 but in /usr/lib64/dovecot. Therefore the executable
2018 Mar 01
0
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
..._srcdir|g" \ > -e "s|\$(LIBICONV)|-liconv|g" \ > -e "s|\$(MODULE_LIBS)|-export-dynamic|g" \ > -e "s|^\(dovecot_pkgincludedir\)=|\1=/usr/local/include/dovecot|" \ > -e "s|^\(dovecot_pkglibdir\)=|\1=/usr/local/lib/dovecot|" \ > -e "s|^\(dovecot_pkglibexecdir\)=|\1=/usr/local/libexec/dovecot|" \ > -e "s|^\(dovecot_docdir\)=|\1=/usr/local/share/doc/dovecot|" \ > -e "s|^\(dovecot_moduledir\)=|\1=/usr/local/lib/dovecot|" \ > -e "s|^\(dovecot_statedir\)=|\1=/usr/local/var/lib/dovecot|" \ > ) > dovecot-config...
2018 Mar 01
2
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
On 1 Mar 2018, at 4:09 pm, Aki Tuomi <aki.tuomi at dovecot.fi <mailto:aki.tuomi at dovecot.fi>> wrote: > > >> On 01 March 2018 at 06:21 James Brown < jlbrown at bordo.com.au <mailto:jlbrown at bordo.com.au>> wrote: >> >> >> Have tried 2.3.0, 2.3.0.1 & 2.2.34. >> >> Compile is failing for me. >> >> ./configure
2018 Mar 01
5
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
...ot;s|\$(incdir)|$abs_srcdir|g" \ -e "s|\$(LIBICONV)|-liconv|g" \ -e "s|\$(MODULE_LIBS)|-export-dynamic|g" \ -e "s|^\(dovecot_pkgincludedir\)=|\1=/usr/local/include/dovecot|" \ -e "s|^\(dovecot_pkglibdir\)=|\1=/usr/local/lib/dovecot|" \ -e "s|^\(dovecot_pkglibexecdir\)=|\1=/usr/local/libexec/dovecot|" \ -e "s|^\(dovecot_docdir\)=|\1=/usr/local/share/doc/dovecot|" \ -e "s|^\(dovecot_moduledir\)=|\1=/usr/local/lib/dovecot|" \ -e "s|^\(dovecot_statedir\)=|\1=/usr/local/var/lib/dovecot|" \ ) > dovecot-config /bin/sh ./updat...