Hello list,
I'm trying to build a binary rpm from dovecot sources 2.2.18 and pigeonhole.0.4.8. During the make portion I'm getting the following error:
make[3]: Leaving directory
`/root/rpmbuild/BUILD/dovecot-2.2.18/src/lib-storage'
for bin in test-mail-search-args-imap test-mail-search-args-simplify
test-mailbox-get; do
if ! /bin/sh ../../run-test.sh ../.. ./$bin; then exit 1; fi;
done
/root/rpmbuild/BUILD/dovecot-2.2.18/src/lib-storage/.libs/lt-test-mail-search-args-imap:
symbol lookup error:
/root/rpmbuild/BUILD/dovecot-2.2.18/src/lib-storage/.libs/lt-test-mail-search-args-imap:
undefined symbol: fs_api_module_register
I created a binary rpm from dovecot sources 2.2.16 and pigeonhole sources 0.4.7 and all went well.
Can anyone give me any hints as to the problem?
Eric