CentOS 5 :: Can't Compile Asterisk-addons Because Of Failed Mysql Dependency?
Mar 29, 2009
I'm having a hard time getting part of Asterisk (the open source PBX) called asterisk-addons to compile with mysql CDR support which I need to enable Realtime I believe. I've spent the whole day trying to fault find this one (including thinking I had ruined my box and creating a new CentOS build!) and am pretty worn outWhen I attempt to install asterisk-addons (I've tried 1.6.0.1, 1.6.0.1-patch and 1.6.1.0-rc3), I get the following line in a ./configure:
checking for mysql_config... /usr/bin/mysql_config
checking for mysql_init in -lmysqlclient... no
Then when I do a make menuselect, MySQL is not selectable and XXX"d out:
[code]....
View 5 Replies
ADVERTISEMENT
May 8, 2009
Running CentOS 5.3
Recently installed - manually, not with yum, the rpm distribution of the latest MySql (5.1.34) as I needed the latest version, not the one that YUM lists. I am now trying to set up (for the first time) an email server on the same system, and I have been led to believe that postfix and dovecot are the way to go. However when I try to install dovecot I get this:
Matched: dovecot
dovecot.i386 : Dovecot Secure imap server
[root@localhost ROOT]# yum install dovecot.i386
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* extras: mirror.trouble-free.net
* updates: www.gtlib.gatech.edu
* base: pubmirrors.reflected.net
* addons: mirrors.gigenet.com
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package dovecot.i386 0:1.0.7-7.el5 set to be updated
--> Processing Dependency: libmysqlclient.so.15(libmysqlclient_15) for package: dovecot
--> Processing Dependency: libmysqlclient.so.15 for package: dovecot
--> Running transaction check
---> Package mysql.i386 0:5.0.45-7.el5 set to be updated
--> Processing Conflict: mysql conflicts MySQL
--> Finished Dependency Resolution
mysql-5.0.45-7.el5.i386 from base has depsolving problems
--> mysql conflicts with MySQL-server-community
Error: mysql conflicts with MySQL-server-community
[root@localhost ROOT]# yum deplist dovecot.i386
View 7 Replies
View Related
Oct 23, 2009
uname -a
is
Linux centos52-64-fuj 2.6.18-92.el5 #1 SMP Tue Jun 10 18:51:06 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
Yum upgrade gives :
Quote:
---> Package libsilc.x86_64 0:1.0.2-2.fc6 set to be updated
---> Package sgpio.x86_64 0:1.2.0_10-2.el5 set to be updated
---> Package meanwhile.x86_64 0:1.0.2-5.el5 set to be updated
---> Processing Dependency: libhdf5.so.0()(64bit) for package: octave
---> Package cyrus-sasl-md5.x86_64 0:2.1.22-5.el5 set to be updated
---> Package fipscheck.x86_64 0:1.2.0-1.el5 set to be updated
--> Finished Dependency Resolution
Error: Missing Dependency: libhdf5.so.0()(64bit) is needed by package octave
Error: Missing Dependency: hal >= 0.5.9 is needed by package gparted
View 8 Replies
View Related
Jun 1, 2010
I have been reading about asterisk, I did some basic configuration, a small ivr, record messages.. but I was wondering how and what/where should I modify to use a database to save sip users and voicemail user..then we can add user/voicemail with php-myadmin I always search but I cant find about this configuration..
View 1 Replies
View Related
Jun 7, 2010
I have tried to compile the fakeroot 1.15 on centos 5, but it always failed to load the shared library libfakeroot.so file. I tried compiling 32 as well as 64 bit version of library but always it failed to load the library and give the following error:
ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded: ignored.
any workaround to get this working?
View 1 Replies
View Related
Sep 13, 2009
I compiled and installed the Asterisk ztdummy package because there is no rpm for it, unfortunately, and i even reinstalled asterisk, but i still get the "No application 'Meetme' for extension..." error when trying to conference. I do a "module show", and it lists other modules that were compiled with the zt source, but not ztdummy.Does anyone know how to fix this? This is more than a passing interest or hobby, because i need to conference about 3 to 5 people to help me test a new Website Content Management System and User Forums Management System i am about to launch as a service.
View 3 Replies
View Related
Jan 18, 2009
I want to install Asterisk gui using svn command, but I have the following error:
# svn co http://svn.digium.com/svn/asterisk-gui/trunk asterisk-gui
svn: PROPFIND request failed on '/svn/asterisk-gui/trunk'
svn: PROPFIND of '/svn/asterisk-gui/trunk': Could not resolve hostname `svn.digium.com': Temporary failure in name resolution (http://svn.digium.com)
View 5 Replies
View Related
Jan 7, 2010
We would like to install Asterisk with a minimal centos build. We are writing kick-starts to install packages, does anyone know or have to hand a packages list which installs minimum system requirements for asterisk? Preferably this will not exceed the contents of disk 1
View 4 Replies
View Related
Mar 2, 2010
I have a new installed CentOS with Asterisk on a dell p4 286 ram, 40gigHD and am unable to get the asterisk gui to start. After new installation i am able to get all the way to the root@localhost level. Every command I use (from forum answers and site searches) deems a "no such file or directory" response from the server.s a precaution, I re-downloaded and re-installed the application. Is there a direct command to run at root@localhost to start the asterisk gui and if so what is it? When I type asterisk -r (or any command with asterisk in it) it responds "asterisk is running in a different directory". If not, can someone please direct me to the correct help section to uninstall CentOS until I am able to test on my own machine at home and learn the entire system before reinstalling it as our phone server. I have limited time at work to get the VoIP to install and run.
View 19 Replies
View Related
Nov 19, 2010
I tried to install php from source file on centos server and i got the error as # ./configure --with-apxs2=/usr/local/packages/apache/bin/apxs --with-mysql --prefix=/usr/local/packages/apache/php --enable-force-cgi-redirect --disable-cgi --with-zlib --with-gettext --with-gdbm
checking for specified location of the MySQL UNIX socket... no checking for MySQL UNIX socket location... /var/lib/mysql/mysql.sock checking for mysql_close in -lmysqlclient... no checking for mysql_error in -lmysqlclient... no configure: error: mysql configure failed. Please check config.log for more information.
View 6 Replies
View Related
Aug 31, 2010
I want to upgrade existing MySQL 5.0.77 version on CentOS 5 Red Hat Linux to MySQL 5.1.x. Is anybody have list of patches or upgrades to upgrade to MySQL 5.1.x?
View 6 Replies
View Related
May 17, 2009
Trying to get the updates for my Nvidia card, there are 3 updates in the update manager, but it gives me this error if I try to update them: -
Code:
nvidia-newest-kmod-common >= 177.82 is needed by package akmod-nvidia-newest-177.82-1.fc9.2.x86_64
nvidia-newest-kmod-common >= 177.82 is needed by package kmod-nvidia-newest-2.6.27.19-78.2.30.fc9.x86_64-177.82-1.fc9.8.x86_64
nvidia-newest-kmod-common >= 177.82 is needed by package kmod-nvidia-newest-2.6.27.21-170.2.56.fc10.x86_64-177.82-1.fc10.2.x86_64
nvidia-newest-kmod-common >= 177.82 is needed by package kmod-nvidia-newest-2.6.27.19-170.2.35.fc10.x86_64-177.82-1.fc10.2.x86_64 : Success - empty transaction
View 2 Replies
View Related
Mar 4, 2011
I am trying to configure DNS on my CentOS 5. When i am trying to install BIND using YUM, i am getting the following error.
Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile http://mirror.centos.org/centos/5/addons/x86_64/repodata/repomd.xml: [Errno 12] Ti meout: <urlopen error timed out> Trying other mirror.Error: Cannot retrieve repository metadata (repomd.xml) for repository: addons. Pl ease verify its path and try again. I am able to ping from Linux to windows OS. But when iam trying to do
[Code]...
View 2 Replies
View Related
Nov 4, 2010
A package nss >= 3.12.8 is not available. But it is needed by thunderbird update in the course of "yum update". yum exits with RC 1.Is "--skip-broken" the right way to exclude the thunderbird update ("Resolve depsolve problems by removing packages that are causing problems from the transaction")? Or is there a better way to exclude a package? Problem screen output:
---> Package thunderbird.x86_64 0:3.0.10-1.fc12 set to be updated
--> Processing Dependency: nss >= 3.12.8 for package: thunderbird-3.0.10-1.fc12.x86_64
--> Finished Dependency Resolution
[code]....
View 3 Replies
View Related
May 13, 2010
when I update ubuntu with update manager ,an error occurred. the detail is:
E: Problem parsing dependency Depends
E: Error occurred while processing empathy (NewVersion1)
E: Problem with MergeList /var/lib/apt/lists/mirror.bjtu.edu.cn_ubuntu_dists_lucid_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.
E: _cache->open() failed, please report.
View 4 Replies
View Related
Dec 24, 2010
I'm missing some features only available from MySQL 5.5.6 and therefore neither Debian's archive or dotdeb supports my needs Is it difficult (link / guide) to compile MySQL myself from my Mac or virtual debian and then distribute it to my servers, will it likely cause more problems and will I be able to compile upgrades later or change back to Debian archive (or dotdeb) when they are releasing a sufficient version? I've been administrating my servers for 2 years now and have some knowledge how things is working :-)
View 1 Replies
View Related
Jan 3, 2011
I want to compile mysql for arm9 linux box, I did not find any good resource.
View 5 Replies
View Related
Jun 4, 2009
I have MySQL 5.1.34 and PHP 5.1.6 installed on my system, how do I install php-mysql? Each time I try, it says
mysql-5.0.45-7.el5.i386 from base has depsolving problems
-- > mysql conflicts with mysql-server-community
error: mysql conflicts with mysql-server-community
View 16 Replies
View Related
Mar 3, 2009
I just configured a complete Cent OS 5.2 system for use as a web server. I can configure Apache and PHP but MySQl seems to be causing some issues -
[mysqld]
datadir=/var/lib/mysql
socket = /var/lib/mysql/mysql.sock
user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
[Code]...
View 16 Replies
View Related
Jun 18, 2010
Installed Slack-13.1 x86_64. Downloaded OOo_3.2.1_Linux_x86-64_install-rpm-wJRE_en-US.tar.gz and SlackBuild.
Started with:
Quote:
And ended with:
Code:
View 2 Replies
View Related
Oct 13, 2010
I tried to compile Gyachi on Slackware 13.1, but I failed.
The main problem is the lib gtkhtml. The current build file is expecting the version 2, but I found only the package for version 3.
An updated slackbuild for Gyachi on Slackware 13.1 could be the perfect solution (I guess).
View 6 Replies
View Related
Mar 30, 2009
I am trying to install php-mysql but I am getting conflicts. I manually installed
MySQL-shared-community-5.1.32-0.rhel5
MySQL-client-community-5.1.32-0.rhel5
MySQL-server-community-5.1.32-0.rhel5
and I can not seem to find a php-mysql that works with MySQL 5.1
I followed the below thread and added the CentOS-Testing.repo and did a yum update php and it updated 30 packages, but when I try to install php-mysql I get :
[URL]
yum install php-mysql
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
[Code].....
Where can I find a php-mysql that works with MySQL 5.1? I checked the mysql website and can not seem to find any matches.
View 4 Replies
View Related
Aug 30, 2011
I have some problems when i try install vmware player My log: Quote:
[root@amd-x6 Downloads]# cat /tmp/vmware-root/setup-6567.log
Aug 30 01:01:56.955: app-139919401223968| Log for VMware Workstation pid=6567 version=7.1.4 build=build-385536 option=Release
[code]....
View 1 Replies
View Related
Mar 23, 2011
I'm trying to compile aget in 0.4.1 on my debian squeeze 64-bit but it failed:
Code:
It seems that this tool was abandoned since 2009. If there's any alternative to an application that can download files from network by splitting the download like aget.
View 2 Replies
View Related
Oct 1, 2010
Quote:
Maybe increase swap space will help? How to do it? When I install suse 11 on this box, I remeber it shows the swap space is 2G, I didn't find it anywhere now...
Quote:
View 8 Replies
View Related
May 18, 2009
Fresh instalaation of Centos 5.3 (32 bit machine). Got the Dag-Wier repos set up. Ran yum install videolan-client which found one missing dependency: libdvdread.so.3 is needed by vlc.0.9.9-2.el5.rf.i386. Looking in /usr/lib, I find libdvdread.so.4.1.3 installed, but no libdvdread.so.3. I created a symboloic link libdvdread.s0.3 -> libdvdread.so.4..1.3 and rand ldconfig. Tried to install videolan-client again with yum but got the same failed dependency. how to get vlc installed?
View 3 Replies
View Related
Jan 26, 2010
I am having dependency problems.
I am using all of the official centos5 repos except "plus".
I am using the stable repos of rpmforge and ATRPMS.
When I use su -c 'yum update'
I get the following dependency errors:
As far as I can tell, the errors are coming from one or both of the 3rd party repos.
I am using the yum plugin priorities:
Here is that info:
View 5 Replies
View Related
Feb 5, 2011
I'm using Debian Squeeze AMD64 gngeo version 0.7
After i ran ./configure
I got these error messages when I ran make
Code:
View 9 Replies
View Related
Apr 9, 2009
I'm having some perl problems while using yum update... I recently upgraded to 5.3 and have the latest MailScanner.. I do not want to have to remove perl because it will remove a bunch of other things along with it.
[Code]....
View 2 Replies
View Related
May 26, 2011
I want to install the subversion. I want to install the depandancy files like gcc, gcc-++ etc. But when I try to use Yum, I get errors. When I tried yum install I got the following erro xulrunner-1.9.2.17-3.el5.x86_64 from updates has depsolving problems
--> xulrunner conflicts with firefox
dbus-libs-1.1.2-14.el5.i386 from installed has depsolving problems
--> Missing Dependency: dbus = 1.1.2-14.el5 is needed by package dbus-libs-1.1.2-14.el5.i386 (installed)
[Code]....
View 1 Replies
View Related