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

Asterisk Team (JIRA) noreply at issues.asterisk.org
Mon Mar 12 05:17:13 CDT 2018


    [ https://issues.asterisk.org/jira/browse/ASTERISK-27734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=242513#comment-242513 ] 

Asterisk Team commented on ASTERISK-27734:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> [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
>            Severity: Minor
>              Labels: patch
>         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