I am trying to rum my rpm package but getting this dependencies error.
[root@localhost ~]# rpm -ivh /root/x86_64/asterisk-1.8.12.2-1.fc15.x86_64.rpm
error: Failed dependencies:
libc.so.6(GLIBC_2.14)(64bit) is needed by asterisk-1.8.12.2-1.fc15.x86_64
libc.so.6(GLIBC_2.7)(64bit) is needed by asterisk-1.8.12.2-1.fc15.x86_64
libc.so.6(GLIBC_2.8)(64bit) is needed by asterisk-
Today I got the following error after running the Software Update. Confusing is these errors refer to fc15 and I am running fc17.
Hello!
I'm trying to install php-devel on my CentOS 6.3 VPS and get a failed dependencies test.
From phpinfos():
SYSTEM Linux 2.6.32-279.5.2.el6.x86_64 #1 x86_64 NTS
error: Failed dependencies:
php(x86-64) = 5.4.6-1.el6.remi is needed by
php-devel-5.4.6-1.el6.remi.x86_64
I've tried the following RPM packages:
php54w-devel-5.4.6-1.w6.x86_64.rpm
php-devel-5.4.6-1.el6.remi.i686.rpm
php
I have followed the wget method here hoping it was my solution:
Howto install php 5.2.17 on centos 6 x86_64
However I get the following error when trying to install:
rpm -ivh php-5.2.17-1.x86_64.rpm
error: Failed dependencies:
libaspell.so.15()(64bit) is needed by php-5.2.17-1.x86_64
libcrypto.so.6()(64bit) is needed by php-5.2.17-1.x86_64
libcurl.so.3()(64bit) is neede
I'm having a terrible time trying to get a recent version of ImageMagick installed on a CentOS 6.3 x86_64 server. First, I downloaded the RPM from the ImageMagick site and tried to install it.
When I do a yum list httpd I get the following version returned:
httpd.x86_64 1:2.2.22-12053112
When I try to do a yum install httpd-devel I get dependency errors like this:
apr-devel-1.3.12-1.w5.x86_64 from webtatic has depsolving problems
--> Missing Dependency: apr = 1.3.12-1.w5 is needed by package apr-devel-1.3.12-1.w5.x86_64 (webtatic)
apr-util-devel-1.3.12-1.w5.x86_64 from
I wish to build an Asterisk server for my home. The purpose is to record all calls.The choice to go with current versions of CentOS is power and ssd-optimizations not found in version 5.
I am using Asterisk 1.8.10.1 and a MySQL database connected via ODBC to store CDRs. When my MySQL database isn't available when Asterisk starts or has an outage while Asterisk is running, I would expect Asterisk to retry to connect to the database, but this doesn't happen!