Well, it turned out to be a combination of two things:
- AUXLIBS is missing -lsqlite3 and -lpthread
- sqlite is not added to /etc/postfix/dynamicmaps.cf
The first time I added the missing flags to AUXLIBS it didn't
make a difference because sqlite wasn't even listed in dynamicmaps.cf.
After addin
Adding -lsqlite3 and -lpthread to AUXLIBS didn't make a difference. A
package built that way still reported that sqlite was not a supported
dictionary type. I'm trying with the upstream sources
in postfix_2.9.1.orig.tar.gz.
Shouldn't -lsqlite3 be in AUXLIBS, as per SQLITE_README?
Package: postfix
Version: 2.8.7-1
Severity: normal
Dear Maintainer, sqlite table is not working in this
version of postfix. I tried it in 2.9.1 in another Debian
system and it didn't work either. After writing in main.cf:
virtual_mailbox_maps=sqlite:/etc/postfix/vmailbox.sqlite.cf
I don't think this is a kdelibs5-dev bug. I can't say exactly where the error
is, but the following two small changes:
adding "-lQtGui -lkdeui" after "-lQtCore" to
languages/cpp/cppduchain/CMakeFiles/kdev4cppduchain.dir/link.txt
and "-lkparts" after "-lkdecore" to
buildtools/managers/cmake/CMake
5 matches
Mail list logo