[asterisk-bugs] [JIRA] (ASTERISK-27734) [patch] BuildSystem: Enable IMAP storage on openSUSE and Arch Linux.

Chris Savinovich (JIRA) noreply at issues.asterisk.org
Thu Apr 19 13:32:54 CDT 2018


     [ https://issues.asterisk.org/jira/browse/ASTERISK-27734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Savinovich updated ASTERISK-27734:
----------------------------------------

    Target Release Version/s: 15.4.0

> [patch] BuildSystem: Enable IMAP storage on openSUSE and Arch Linux.
> --------------------------------------------------------------------
>
>                 Key: ASTERISK-27734
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27734
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_voicemail/IMAP, Core/BuildSystem
>    Affects Versions: 13.19.2, 15.2.2
>         Environment: openSUSE Leap (42.3)
> Arch Linux (rolling release)
>            Reporter: Alexander Traud
>            Assignee: Alexander Traud
>            Severity: Minor
>              Labels: patch
>      Target Release: 13.21.0, 15.4.0
>
>         Attachments: openSUSE_enable_imap_storage.patch
>
>
> On openSUSE and Arch Linux, the library c-client ([UW IMAP Toolkit|http://en.wikipedia.org/wiki/UW_IMAP]), does not load all its depended libraries itself. In other words: Although that library uses functions/symbols of OpenSSL/LibreSSL, the library does not load -lcrypto and -lssl automatically. Because of this, the script ./configure of Asterisk is not able to compile/link a small app to double-check the existence of the library -lc-client.
> The attached patch adds the missing dependencies manually. No regression is expected, because c-client is linked with those two libraries on other platforms anyway. Here, we just link manually.
> The solution was found because the script ./configure creates a log file _config.log_ which shows the created app and the result of compiling/linking. There, in that log several OpenSSL symbols were listed as missing by the tool _ld_. Tools like _ldd_ and _nm_ verify those findings on the shared library _libc-client.so_.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list