Displaying 4 results from an estimated 4 matches for "lib21_fts_xapian_plugin".
2019 Jan 12
2
[FTS Xapian] Status & Questions
...- I would like to start testing. However, there is an error when
</div>
<div>
starting dovecot (git) :
</div>
<div>
<br>
</div>
<div>
Error: Couldn't load required plugin
</div>
<div>
/usr/lib/dovecot/lib21_fts_xapian_plugin.so: dlopen() failed:
</div>
<div>
/usr/lib/dovecot/lib21_fts_xapian_plugin.so: undefined symbol:
</div>
<div>
_Z30fts_backend_default_can_lookupP11fts_backendPK15mail_search_arg
</div>
<div>
<br>
</div>
<div>...
2019 Jan 12
0
[FTS Xapian] Status & Questions
STATUS
- Alpha code is written and compiling now. (attached)
- I would like to start testing. However, there is an error when
starting dovecot (git) :
Error: Couldn't load required plugin
/usr/lib/dovecot/lib21_fts_xapian_plugin.so: dlopen() failed:
/usr/lib/dovecot/lib21_fts_xapian_plugin.so: undefined symbol:
_Z30fts_backend_default_can_lookupP11fts_backendPK15mail_search_arg
ldd shows that fts lib is properly linked:
# ldd /usr/lib/dovecot/lib21_fts_xapian_plugin.so
(...)
lib20_fts_plugin.so => /usr/lib/dovecot...
2019 Jan 12
0
[FTS Xapian] Status & Questions
...>> STATUS
>>
>> - Alpha code is written and compiling now. (attached)
>>
>> - I would like to start testing. However, there is an error when
>> starting dovecot (git) :
>>
>> Error: Couldn't load required plugin
>> /usr/lib/dovecot/lib21_fts_xapian_plugin.so: dlopen() failed:
>> /usr/lib/dovecot/lib21_fts_xapian_plugin.so: undefined symbol:
>> _Z30fts_backend_default_can_lookupP11fts_backendPK15mail_search_arg
>>
>> ldd shows that fts lib is properly linked:
>> # ldd /usr/lib/dovecot/lib21_fts_xapian_plugin.so
>...
2019 Jan 11
4
Solr -> Xapian ?
The below patch resolves the compilation error
$ DIFF -P COMPAT.H COMPAT.H.JOAN
*** compat.h 2019-01-11 20:21:00.726625427 +0100
--- compat.h.joan 2019-01-11 20:14:41.729109919 +0100
*************** struct iovec;
*** 202,207 ****
--- 202,211 ----
ssize_t i_my_writev(int fd, const struct iovec *iov, int iov_len);
#endif
+ #ifdef __cplusplus
+ extern "C" {
+ #endif
+
#if