View previous topic :: View next topic |
Author |
Message |
jmr.richardson at gmai... Guest
|
Posted: Wed May 21, 2008 2:31 pm Post subject: [asterisk-users] addons-1.6 not seeing installed MySQL packa |
|
|
Hi All,
I'm poking around with 1.6, tried to compile the addon package, but it
doesn't see mysql_config installed.
I have mysql-client, mysql-common and mysql-server installed. I'm
running debian etch.
Any suggestions?
Thanks.
JR
--
JR Richardson
Engineering for the Masses |
|
Back to top |
|
|
cursor at telecomabmex... Guest
|
Posted: Wed May 21, 2008 2:38 pm Post subject: [asterisk-users] addons-1.6 not seeing installed MySQL packa |
|
|
Don't know about Debian but in Fedora or CentOS you need to install
mysql-devel to compile Mysql support in Asterisk-Addons
On Wed, 2008-05-21 at 14:31 -0500, JR Richardson wrote:
Quote: | Hi All,
I'm poking around with 1.6, tried to compile the addon package, but it
doesn't see mysql_config installed.
I have mysql-client, mysql-common and mysql-server installed. I'm
running debian etch.
Any suggestions?
Thanks.
JR
| --
?Telecomunicaciones Abiertas de M?xico S.A. de C.V.
Carlos Ch?vez Prats
Director de Tecnolog?a
+52-55-91169161 ext 2001 |
|
Back to top |
|
|
cesar at codinet.com.mx Guest
|
Posted: Wed May 21, 2008 3:03 pm Post subject: [asterisk-users] addons-1.6 not seeing installed MySQL packa |
|
|
I don't know in debian, but in ubuntu is libmysqlclient15-dev
Try apt-get install libmysqlclient[TAB] for autocomplete
-----Mensaje original-----
De: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] En nombre de Carlos Chavez
Enviado el: Mi?rcoles, 21 de Mayo de 2008 02:39 p.m.
Para: Asterisk Users Mailing List - Non-Commercial Discussion
Asunto: Re: [asterisk-users] addons-1.6 not seeing installed MySQL packages
Don't know about Debian but in Fedora or CentOS you need to install
mysql-devel to compile Mysql support in Asterisk-Addons
On Wed, 2008-05-21 at 14:31 -0500, JR Richardson wrote:
Quote: | Hi All,
I'm poking around with 1.6, tried to compile the addon package, but it
doesn't see mysql_config installed.
I have mysql-client, mysql-common and mysql-server installed. I'm
running debian etch.
Any suggestions?
Thanks.
JR
| --
???Telecomunicaciones Abiertas de M??xico S.A. de C.V.
Carlos Ch??vez Prats
Director de Tecnolog??a
+52-55-91169161 ext 2001
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
support at drdos.info Guest
|
Posted: Wed May 21, 2008 3:24 pm Post subject: [asterisk-users] addons-1.6 not seeing installed MySQL packa |
|
|
JR Richardson wrote:
Quote: | I have mysql-client, mysql-common and mysql-server installed. I'm
running debian etch.
|
If it's like 1.4.x, you'll need mysql-devel
Doug
--
Ben Franklin quote:
"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety." |
|
Back to top |
|
|
cyril.scetbon at free.fr Guest
|
Posted: Wed May 21, 2008 3:58 pm Post subject: [asterisk-users] addons-1.6 not seeing installed MySQL packa |
|
|
You need the dev package. In this situation, try :
apt-get install apt-file
apt-file update
apt-file search mysql_config
you'll see that you need to install libmysqlclient15-dev as if you'd
have used
http://packages.debian.org/search?searchon=contents&keywords=mysql_config&mode=path&suite=stable&arch=any
, but the next time you'll know what to do.
Regards
JR Richardson wrote:
Quote: | Hi All,
I'm poking around with 1.6, tried to compile the addon package, but it
doesn't see mysql_config installed.
I have mysql-client, mysql-common and mysql-server installed. I'm
running debian etch.
Any suggestions?
Thanks.
JR
|
--
Cyril SCETBON |
|
Back to top |
|
|
jmr.richardson at gmai... Guest
|
Posted: Wed May 21, 2008 4:33 pm Post subject: [asterisk-users] addons-1.6 not seeing installed MySQL packa |
|
|
Quote: | I'm poking around with 1.6, tried to compile the addon package, but it
doesn't see mysql_config installed.
I have mysql-client, mysql-common and mysql-server installed. I'm
running debian etch.
Any suggestions?
| I reverted to debian sarge and the addon package did find mysql
installed. So I'm guessing debian etch is putting mysql_client in
some other place that /usr/sbin/.
What I did notice is the addon sample config file for res_mysql.conf
doesn't specify how to setup the read/write entries, clarification on
that would help also.
JR
--
JR Richardson
Engineering for the Masses |
|
Back to top |
|
|
|