VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
aaron.hunter2 at gmail... Guest
|
Posted: Mon Apr 06, 2015 6:19 am Post subject: [asterisk-users] Asterisk 13.3.0 Centos Package Install Erro |
|
|
I'm trying to install 13.3.0 from binary packages and get an error. It worked for 13.2.0 but not for 13.3.0.
Centos 6.6 64bit fresh install
Followed instructions on the wiki:
Yum output:
[goes through the usual stuff but then...]
--> Finished Dependency Resolution
Error: Package: asterisk-core-13.3.0-1_centos6.x86_64 (asterisk-13)
Requires: libilbccodec.so.2()(64bit)
Available: pjproject-2.1-0.digium2.1_centos6.x86_64 (asterisk-current)
libilbccodec.so.2()(64bit)
Available: pjproject-2.3-0.digium2.1_centos6.x86_64 (asterisk-current)
libilbccodec.so.2()(64bit)
Available: pjproject-2.3-0.digium3.1_centos6.x86_64 (asterisk-current)
libilbccodec.so.2()(64bit)
Available: pjproject-2.1-0.digium1.1_centos6.x86_64 (asterisk-current)
Not found
Available: pjproject-2.1-0.digium1.2_centos6.x86_64 (asterisk-current)
Not found
Available: pjproject-2.3-5.el6.i686 (epel)
Not found
Error: Package: asterisk-core-13.3.0-1_centos6.x86_64 (asterisk-13)
Requires: libg7221codec.so.2()(64bit)
Available: pjproject-2.1-0.digium2.1_centos6.x86_64 (asterisk-current)
libg7221codec.so.2()(64bit)
Available: pjproject-2.3-0.digium2.1_centos6.x86_64 (asterisk-current)
libg7221codec.so.2()(64bit)
Available: pjproject-2.3-0.digium3.1_centos6.x86_64 (asterisk-current)
libg7221codec.so.2()(64bit)
Available: pjproject-2.1-0.digium1.1_centos6.x86_64 (asterisk-current)
Not found
Available: pjproject-2.1-0.digium1.2_centos6.x86_64 (asterisk-current)
Not found
Available: pjproject-2.3-5.el6.i686 (epel)
Not found
Does anyone have any idea what might be wrong?
Thank you. |
|
Back to top |
|
|
mjordan at digium.com Guest
|
Posted: Mon Apr 06, 2015 10:38 am Post subject: [asterisk-users] Asterisk 13.3.0 Centos Package Install Erro |
|
|
On Mon, Apr 6, 2015 at 6:19 AM, Aaron Hunter <aaron.hunter2@gmail.com> wrote:
Quote: | I'm trying to install 13.3.0 from binary packages and get an error. It
worked for 13.2.0 but not for 13.3.0.
Centos 6.6 64bit fresh install
Followed instructions on the wiki:
Yum output:
[goes through the usual stuff but then...]
--> Finished Dependency Resolution
Error: Package: asterisk-core-13.3.0-1_centos6.x86_64 (asterisk-13)
Requires: libilbccodec.so.2()(64bit)
Available: pjproject-2.1-0.digium2.1_centos6.x86_64
(asterisk-current)
libilbccodec.so.2()(64bit)
Available: pjproject-2.3-0.digium2.1_centos6.x86_64
(asterisk-current)
libilbccodec.so.2()(64bit)
Available: pjproject-2.3-0.digium3.1_centos6.x86_64
(asterisk-current)
libilbccodec.so.2()(64bit)
Available: pjproject-2.1-0.digium1.1_centos6.x86_64
(asterisk-current)
Not found
Available: pjproject-2.1-0.digium1.2_centos6.x86_64
(asterisk-current)
Not found
Available: pjproject-2.3-5.el6.i686 (epel)
Not found
Error: Package: asterisk-core-13.3.0-1_centos6.x86_64 (asterisk-13)
Requires: libg7221codec.so.2()(64bit)
Available: pjproject-2.1-0.digium2.1_centos6.x86_64
(asterisk-current)
libg7221codec.so.2()(64bit)
Available: pjproject-2.3-0.digium2.1_centos6.x86_64
(asterisk-current)
libg7221codec.so.2()(64bit)
Available: pjproject-2.3-0.digium3.1_centos6.x86_64
(asterisk-current)
libg7221codec.so.2()(64bit)
Available: pjproject-2.1-0.digium1.1_centos6.x86_64
(asterisk-current)
Not found
Available: pjproject-2.1-0.digium1.2_centos6.x86_64
(asterisk-current)
Not found
Available: pjproject-2.3-5.el6.i686 (epel)
Not found
Does anyone have any idea what might be wrong?
|
I just ran this on a CentOS 6.6 64-bit VM and couldn't reproduce the
issue you're seeing.
--
Matthew Jordan
Digium, Inc. | Director of Technology
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: http://digium.com & http://asterisk.org
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
aaron.hunter2 at gmail... Guest
|
Posted: Mon Apr 06, 2015 7:40 pm Post subject: [asterisk-users] Asterisk 13.3.0 Centos Package Install Erro |
|
|
Thank you to Matthew and Alvin for their comments.
I tried rpm -Uvh http://packages.asterisk.org/centos/6/current/x86_64/RPMS/asterisknow-version-3.0.1-2_centos6.noarch.rpm but that produced the same result.
After some more digging, I found apparent package conflicts between asterisk and the epel repository. I'm not sure what the long term fix is but it did work when I disabled epel for the initial asterisk install:
yum install asterisk asterisk-configs --enablerepo=asterisk-13 --disablerepo=epel
--Aaron
On Mon, Apr 6, 2015 at 11:38 AM, Matthew Jordan <mjordan@digium.com (mjordan@digium.com)> wrote:
Quote: | On Mon, Apr 6, 2015 at 6:19 AM, Aaron Hunter <aaron.hunter2@gmail.com (aaron.hunter2@gmail.com)> wrote:
Quote: | I'm trying to install 13.3.0 from binary packages and get an error. It
worked for 13.2.0 but not for 13.3.0.
Centos 6.6 64bit fresh install
Followed instructions on the wiki:
Yum output:
[goes through the usual stuff but then...]
--> Finished Dependency Resolution
Error: Package: asterisk-core-13.3.0-1_centos6.x86_64 (asterisk-13)
Requires: libilbccodec.so.2()(64bit)
Available: pjproject-2.1-0.digium2.1_centos6.x86_64
(asterisk-current)
libilbccodec.so.2()(64bit)
Available: pjproject-2.3-0.digium2.1_centos6.x86_64
(asterisk-current)
libilbccodec.so.2()(64bit)
Available: pjproject-2.3-0.digium3.1_centos6.x86_64
(asterisk-current)
libilbccodec.so.2()(64bit)
Available: pjproject-2.1-0.digium1.1_centos6.x86_64
(asterisk-current)
Not found
Available: pjproject-2.1-0.digium1.2_centos6.x86_64
(asterisk-current)
Not found
Available: pjproject-2.3-5.el6.i686 (epel)
Not found
Error: Package: asterisk-core-13.3.0-1_centos6.x86_64 (asterisk-13)
Requires: libg7221codec.so.2()(64bit)
Available: pjproject-2.1-0.digium2.1_centos6.x86_64
(asterisk-current)
libg7221codec.so.2()(64bit)
Available: pjproject-2.3-0.digium2.1_centos6.x86_64
(asterisk-current)
libg7221codec.so.2()(64bit)
Available: pjproject-2.3-0.digium3.1_centos6.x86_64
(asterisk-current)
libg7221codec.so.2()(64bit)
Available: pjproject-2.1-0.digium1.1_centos6.x86_64
(asterisk-current)
Not found
Available: pjproject-2.1-0.digium1.2_centos6.x86_64
(asterisk-current)
Not found
Available: pjproject-2.3-5.el6.i686 (epel)
Not found
Does anyone have any idea what might be wrong?
|
I just ran this on a CentOS 6.6 64-bit VM and couldn't reproduce the
issue you're seeing.
--
Matthew Jordan
Digium, Inc. | Director of Technology
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: http://digium.com & http://asterisk.org
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|