[asterisk-bugs] [JIRA] (ASTERISK-24597) install_prereq script does not install sqlite 3 on Centos6

Hunter Stevens (JIRA) noreply at issues.asterisk.org
Mon Dec 21 14:18:33 CST 2015


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

Hunter Stevens commented on ASTERISK-24597:
-------------------------------------------

This is still an issue for CentOS 6.6 and Asterisk 13.6.0. I executed {{./install_prereq}}, and it stopped when trying to run:

{code:none}
# Command in script
yum install -y libsqlite3x-devel gmime22-devel

# Error
No package libsqlite3x-devel available.
No package gmime22-devel available.
{code}

**Solution** - change the package names to {{sqlite-devel}} and {{gmime-devel}}, respectively

> install_prereq script does not install sqlite 3 on Centos6
> ----------------------------------------------------------
>
>                 Key: ASTERISK-24597
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24597
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Contrib/General
>    Affects Versions: SVN, 11.14.1, 12.7.1, 13.0.1
>         Environment: Centos 6.6, x86
>            Reporter: PowerPBX
>
> When using the install_prereq script included with Asterisk v13.0.1 on CentOS 6.6 it does not install sqlite v3 and ./configure then fails.
> The solution is to add "sqlite-devel" to the list of RH packages 



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



More information about the asterisk-bugs mailing list