search for: http_url_parse

Displaying 4 results from an estimated 4 matches for "http_url_parse".

2020 Nov 15
2
[patch] enhancement for tika server protected by user/password basic auth
...2020-08-12 14:20:41.000000000 +0200 +++ dovecot-2.3.11.3/src/plugins/fts/fts-parser-tika.c? 2020-11-15 15:18:24.351281064 +0100 @@ -57,7 +57,7 @@ ??????? tuser = p_new(user->pool, struct fts_parser_tika_user, 1); ??????? MODULE_CONTEXT_SET(user, fts_parser_tika_user_module, tuser); -?????? if (http_url_parse(url, NULL, 0, user->pool, +?????? if (http_url_parse(url, NULL, HTTP_URL_ALLOW_USERINFO_PART, user->pool, ?????????????????????????? &tuser->http_url, &error) < 0) { ??????????????? i_error("fts_tika: Failed to parse HTTP url %s: %s", url, error); ??????????????? retur...
2014 Jan 22
1
Dovecot on Solaris 10 Segmentation Fault
...lines, then it segfaults just in the next test) %make check <--- cut out lot of good output ---> http date invalid [42]: parse Sun Nov 6 08:49:37 0000 ............... : ok http date invalid [42] ............................................... : ok 0 / 150 tests failed http url valid [0]: http_url_parse(http://localhost) ................. : ok http url valid [0]: url->host_name = localhost ....................... : ok http url valid [0]: url->port = (unspecified) ........................ : ok http url valid [0]: url->host_ip = (unspecified) ..................... : ok /bin/bash: line 1: 28...
2018 Dec 30
0
Several problems on Solaris10
...n > /usr/local/lib ( libssl and libcrypto ) but then I got a new relocation > error: > > imap: Error: dlopen(/usr/local/dovecot/lib/dovecot/lib20_fts_plugin.so) > failed: ld.so.1: imap: fatal: relocation error: file > /usr/local/dovecot/lib/dovecot/lib20_fts_plugin.so: symbol > http_url_parse: referenced symbol not found > > Did someone has some idea on how to bypass those troubles ? Did you compile this yourself or are you using someone else's package? Solaris has no files in /usr/local, you must have added those. 1. Do not put your files in /use/local. You will clash wi...
2018 Dec 29
4
Several problems on Solaris10
...I have linked the openssl-1.0.1e in /usr/local/lib ( libssl and libcrypto ) but then I got a new relocation error: imap: Error: dlopen(/usr/local/dovecot/lib/dovecot/lib20_fts_plugin.so) failed: ld.so.1: imap: fatal: relocation error: file /usr/local/dovecot/lib/dovecot/lib20_fts_plugin.so: symbol http_url_parse: referenced symbol not found Did someone has some idea on how to bypass those troubles ? Thanks in advance Pierluigi -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20181229/e58897cf/attachment.html>