I also installed flex which didn't fix it.
2013/11/5 Matt . <[email protected]> > In some strange way I end up with the following which I cannot figure out: > > configure: exit 1 > dh_auto_configure: ./configure --build=x86_64-linux-gnu --prefix=/usr > --includedir=${prefix}/include --mandir=${prefix}/share/man > --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var > --libexecdir=${prefix}/lib/libzdb --disable-maintainer-mode > --disable-dependency-tracking returned exit code 1 > make: *** [build] Error 25 > dpkg-buildpackage: error: debian/rules build gave error exit status 2 > > > 2013/11/4 Matt . <[email protected]> > > Hi Marius, >> >> Thank you for this howto. >> >> At the moment I'm figuring out how to add ldap authentication. The same >> as with MySQL you need to add the ldap-path, but when you run your ldap >> server remote you cannot set this, the same for MySQL. >> >> Can you clearify this ? >> >> Thanks again! >> >> Cheers, >> >> Matt >> >> >> 2013/11/4 Marius Karthaus <[email protected]> >> >>> Hi Matt, >>> >>> If you build the packages 'the debian way' you get nice .debs and it >>> will install the init.d and config scripts for you in the right place: >>> >>> cd /usr/local/src >>> apt-get install pkg-config libglib2.0-dev libgmime-2.6-dev libmhash-dev >>> libevent-dev checkinstall flex postgresql-server-dev-all sieve-connect >>> libsieve2-dev automake1.9 debhelper libncurses5-dev libldap2-dev asciidoc >>> xmlto po-debconf libmysqlclient15-dev libsqlite3-dev dh-make >>> >>> # get zdb from http://www.tildeslash.com/libzdb/ >>> tar -xzf libzdb-2.12.tar.gz >>> cd libzdb-2.12/ >>> dh_make -s >>> >>> nano debian/control >>> # add this line after Depends: >>> Provides: libzdb,libzdb-dev >>> # and edit the info lines >>> >>> dpkg-buildpackage >>> cd .. >>> dpkg -i libzdb_2.12-1_amd64.deb >>> >>> >>> >>> # download dbmail here: http://www.dbmail.org/index.php?page=download >>> tar -xzf dbmail-3.1.7.tar.gz >>> cp dbmail-3.1.7.tar.gz dbmail_3.1.7.orig.tar.gz; # note the orig >>> cd dbmail-3.1.7/ >>> dpkg-buildpackage >>> cd .. >>> dpkg -i dbmail_3.1.7-1_amd64.deb >>> >>> >>> Regards, >>> Marius Karthaus >>> LowVoice >>> >>> >>> >>> >>> >>> >>> On 04-11-13 14:27, Matt . wrote: >>> >>> Hi All, >>> >>> I have installed the latest stable dbmail for under Ubuntu and the wiki >>> and online tuts for this. >>> >>> It seems that most tuts and also the wiki are not complete in details. >>> I build from the download and it's not clear how to start, as there are no >>> initscript, where to place the dbmail.conf and what to set for it. >>> >>> I'm running with Postfix and just want to setup a simple IMAP server >>> like it run Postfix in a normal way but than with dbmail as backend.. >>> >>> If somone know the right steps it would be very welcome, some new .deb >>> files (in a good repo) might be a good idea too maybe. >>> >>> I hope someone can help me out here. >>> >>> Thanks, >>> >>> Matt >>> >>> >>> _______________________________________________ >>> DBmail mailing >>> [email protected]http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail >>> >>> >>> >>> _______________________________________________ >>> DBmail mailing list >>> [email protected] >>> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail >>> >>> >> >
_______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
