[asterisk-bugs] [JIRA] (ASTERISK-26981) Patch for install_prereq script to properly accommodate Fedora

Said Masoud (JIRA) noreply at issues.asterisk.org
Thu May 4 08:57:57 CDT 2017


Said Masoud created ASTERISK-26981:
--------------------------------------

             Summary: Patch for install_prereq script to properly accommodate Fedora
                 Key: ASTERISK-26981
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26981
             Project: Asterisk
          Issue Type: Improvement
      Security Level: None
          Components: Contrib/General
    Affects Versions: 14.4.0
         Environment: OS: Fedora F25
            Reporter: Said Masoud
            Severity: Minor


The instell_prereq script fails to run on Fedora, due to two minor package naming differences between RedHat/CentOS and Fedora. The two packages in question are (RH equivalent->Fedora equivalent):

* gmime22-devel -> gmime-devel
* radiusclient-ng-devel -> freeradius-client-devel

In addition, there is one additional package that is required for Asterisk to run properly on Fedora: redhat-rpm-config. I have created a patch to the install_prereq script which installs these three packages when Fedora is properly detected on the machine. With this patch, Asterisk can be successfully installed, configured, started, and used on a local machine running Fedora F25.

Steps to reproduce:

# Install Fedora F25
# Download Asterisk 14.4.0 tarball and extract
# run: './contrib/scripts/install_prereq install'

Patch will be attached.



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



More information about the asterisk-bugs mailing list