[Home]

Summary:ASTERISK-24597: install_prereq script does not install sqlite 3 on Centos6
Reporter:PowerPBX (PowerPBX)Labels:
Date Opened:2014-12-07 15:24:16.000-0600Date Closed:2017-03-09 07:27:00.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Contrib/General
Versions:SVN 11.14.1 12.7.1 13.0.1 Frequency of
Occurrence
Constant
Related
Issues:
is duplicated byASTERISK-25331 install_prereq is not installing sqlite 3 library on CentOS
is related toASTERISK-27598 [patch] install_prereq: Support package manager DNF.
Environment:Centos 6.6, x86Attachments:
Description: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
Comments:By: Rusty Newton (rnewton) 2014-12-09 16:15:25.844-0600

Is {{sqlite-devel}} not grabbed as a dependency for {{libsqlite3x-devel}} ?

By: PowerPBX (PowerPBX) 2014-12-09 17:33:53.138-0600

As far as I can tell there is no libsqlite3x-devel package included with CE6 standard repos or EPEL repo.



By: Hunter Stevens (onebree) 2015-12-21 14:17:49.642-0600

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

By: Daniel Journo (journo) 2017-03-08 19:21:35.608-0600

Another one still open where sqlite has already been added.

By: Sean Bright (seanbright) 2017-03-09 07:27:01.068-0600

This is not technically a dupe (the linked issue is the dupe), but we'll close it as such anyway.