Public bug reported: dict_sqlite.so compiled incorrectly in postfix 2.9.1-2. (Ubuntu precise 12.04)
When querying with postmap I get "undefined symbol: sqlite3_open" Looking at the code I found these errors: - In Makefile.in dict_sqlite.so is made to link against Postgresql instead of sqlite3. - dict_sqlite.so is missing from dynamicmaps.cf - dict_sqlite.so is not linked against libpthread as per http://www.postfix.org/SQLITE_README.html The attached patch fixes these issues. ** Affects: postfix (Ubuntu) Importance: Undecided Status: New -- 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/978698 Title: sqlite maps are broken in postfix 2.9.1-2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/978698/+subscriptions -- Ubuntu-server-bugs mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
