[Bug 774500] Re: postfix build does not have documented support of sqlite
Mike Power
774500 at bugs.launchpad.net
Mon May 2 00:53:20 UTC 2011
I have been spending time attempting to build postfix from ubuntu source
deb with sqlite built in with no success
Path 1
apt-get build-dep postfix
apt-get source postfix
cd postfix-2.8.2
dpkg-buildpackage
However I can not seem to influence what it is built with. I can not apply the following instructions:
make -f Makefile.init makefiles \
'CCARGS=-DHAS_SQLITE -I/usr/local/include' \
'AUXLIBS=-L/usr/local/lib -lsqlite3 -lpthread'
make
The result is a legit postfix, but no indication from the output
indicates that it took the sqlite changes.
Using the source code to build according to postfix instructions fails as well:
make tidy
make -f Makefile.init makefiles
make
../../lib/libutil.a: undefined reference to `dict_pcre_open'
../../lib/libutil.a: undefined reference to `dict_tcp_open'
collect2: ld returned 1 exit status
make: *** [master] Error 1
make: *** [update] Error 1
and this is without sqlite configured.
I have exhausted myself trying to build a ubuntu postfix 2.8.2 with
sqlite.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/774500
Title:
postfix build does not have documented support of sqlite
More information about the Ubuntu-server-bugs
mailing list