==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    https://bugs.contribs.org/show_bug.cgi?id=9494

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #1 from Unnilennium <[email protected]> ---
####
WARNING DO NOT ENABLE EPEL as some RPM conflicts ! this would lead to this
error :
Error: Package: asterisk-core-13.3.2-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-7.el6.i686 (epel)
               Not found
EPEL only provides 1.8 version of asterisk

here is the procedure :
#install digium repos
/sbin/e-smith/db yum_repositories set digium-13 repository \
Name 'CentOS-$releasever - Digium 13' \
BaseURL 'http://packages.digium.com/centos/6/digium-13/$basearch/' \
EnableGroups no \
GPGCheck yes \
GPGKey 'http://packages.digium.com/RPM-GPG-KEY-Digium' \
Visible no \
status disabled


/sbin/e-smith/db yum_repositories set digium-current repository \
Name 'CentOS-$releasever - Digium current' \
BaseURL 'http://packages.digium.com/centos/6/current/$basearch/' \
EnableGroups no \
GPGCheck yes \
GPGKey 'http://packages.digium.com/RPM-GPG-KEY-Digium' \
Visible no \
status disabled

# install asterisk repos
/sbin/e-smith/db yum_repositories set asterisk-13 repository \
Name 'Asterisk-13 - EL6' \
BaseURL
'http://packages.asterisk.org/centos/$releasever/asterisk-13/$basearch/' \
EnableGroups no \
Visible no \
status disabled

/sbin/e-smith/db yum_repositories set asterisk-current repository \
Name 'Asterisk-current - EL6' \
BaseURL 'http://packages.asterisk.org/centos/$releasever/current/$basearch/' \
EnableGroups no \
Visible no \
status disabled

# signal event
signal-event yum-modify

yum install asterisk
--enablerepo=asterisk-13,asterisk-current,digium-current,digium-13

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to