[asterisk-users] can't find mysqlclient : asterisk-addons-1.6.0

2008-10-07 Thread Klaverstyn, David C
Hi All,

 

I can not install the asterisk-addons as it thinks there is no
mysqlclient installed.  I have installed mysql, mysql-server and
mysql-devel and I am still unable to install the addons.  I am running
CentOS 5.2 i386.  

 

Please somebody help. 

 

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] can't find mysqlclient : asterisk-addons-1.6.0

2008-10-07 Thread Stefan Schmidt


Klaverstyn, David C schrieb:

 Hi All,

  

 I can not install the asterisk-addons as it thinks there is no
 mysqlclient installed.  I have installed mysql, mysql-server and
 mysql-devel and I am still unable to install the addons.  I am running
 CentOS 5.2 i386. 

  

 Please somebody help.

  

Hello,

maybe you should install mysql-client too ;)

best regards

steve smith

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] can't find mysqlclient : asterisk-addons-1.6.0

2008-10-07 Thread Lee, John (Sydney)
Yes, unfortunately, VOIP wiki did not mention about installing
mysql-client which it should have been.
Without mysql-client, you cannot change passwords, grants, etc.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:asterisk-users-
 [EMAIL PROTECTED] On Behalf Of Stefan Schmidt
 Sent: Tuesday, 7 October 2008 6:14 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] can't find mysqlclient :
asterisk-addons-
 1.6.0
 
 
 
 Klaverstyn, David C schrieb:
 
  Hi All,
 
 
 
  I can not install the asterisk-addons as it thinks there is no
  mysqlclient installed.  I have installed mysql, mysql-server and
  mysql-devel and I am still unable to install the addons.  I am
running
  CentOS 5.2 i386.
 
 
 
  Please somebody help.
 
 
 
 Hello,
 
 maybe you should install mysql-client too ;)
 
 best regards
 
 steve smith
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] can't find mysqlclient : asterisk-addons-1.6.0

2008-10-07 Thread Klaverstyn, David C
Mysql for CentOS 5.2 is the mysql client tools.

mysql.i386 : MySQL client programs and shared libraries.

Does anyone have any other suggestions?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lee, John
(Sydney)
Sent: Tuesday, 7 October 2008 5:18 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] can't find mysqlclient :
asterisk-addons-1.6.0

Yes, unfortunately, VOIP wiki did not mention about installing
mysql-client which it should have been.
Without mysql-client, you cannot change passwords, grants, etc.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:asterisk-users-
 [EMAIL PROTECTED] On Behalf Of Stefan Schmidt
 Sent: Tuesday, 7 October 2008 6:14 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] can't find mysqlclient :
asterisk-addons-
 1.6.0
 
 
 
 Klaverstyn, David C schrieb:
 
  Hi All,
 
 
 
  I can not install the asterisk-addons as it thinks there is no
  mysqlclient installed.  I have installed mysql, mysql-server and
  mysql-devel and I am still unable to install the addons.  I am
running
  CentOS 5.2 i386.
 
 
 
  Please somebody help.
 
 
 
 Hello,
 
 maybe you should install mysql-client too ;)
 
 best regards
 
 steve smith
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] can't find mysqlclient : asterisk-addons-1.6.0

2008-10-07 Thread Steve Totaro
Yes, try

perl -MCPAN -e install DBD::mysql

Then do a make clean, ./bootstrap, ./configure, make menuselect

Worked for me, not sure all the above is required but configure.

Thanks,
Steve Totaro

On Tue, Oct 7, 2008 at 7:19 PM, Klaverstyn, David C 
[EMAIL PROTECTED] wrote:

 Mysql for CentOS 5.2 is the mysql client tools.

 mysql.i386 : MySQL client programs and shared libraries.

 Does anyone have any other suggestions?

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Lee, John
 (Sydney)
 Sent: Tuesday, 7 October 2008 5:18 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] can't find mysqlclient :
 asterisk-addons-1.6.0

 Yes, unfortunately, VOIP wiki did not mention about installing
 mysql-client which it should have been.
 Without mysql-client, you cannot change passwords, grants, etc.

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:asterisk-users-
  [EMAIL PROTECTED] On Behalf Of Stefan Schmidt
  Sent: Tuesday, 7 October 2008 6:14 PM
  To: Asterisk Users Mailing List - Non-Commercial Discussion
  Subject: Re: [asterisk-users] can't find mysqlclient :
 asterisk-addons-
  1.6.0
 
 
 
  Klaverstyn, David C schrieb:
  
   Hi All,
  
  
  
   I can not install the asterisk-addons as it thinks there is no
   mysqlclient installed.  I have installed mysql, mysql-server and
   mysql-devel and I am still unable to install the addons.  I am
 running
   CentOS 5.2 i386.
  
  
  
   Please somebody help.
  
  
  
  Hello,
 
  maybe you should install mysql-client too ;)
 
  best regards
 
  steve smith
 
  ___
  -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
  AstriCon 2008 - September 22 - 25 Phoenix, Arizona
  Register Now: http://www.astricon.net
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




-- 
Thanks,
Steve Totaro
+18887771888 (Toll Free)
+12409381212 (Cell)
+12024369784 (Skype)
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] can't find mysqlclient : asterisk-addons-1.6.0

2008-10-07 Thread Philipp Kempgen
Klaverstyn, David C schrieb:
 Mysql for CentOS 5.2 is the mysql client tools.
 
 mysql.i386 : MySQL client programs and shared libraries.
 
 Does anyone have any other suggestions?

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:asterisk-users-
 [EMAIL PROTECTED] On Behalf Of Stefan Schmidt

 Klaverstyn, David C schrieb:

  I can not install the asterisk-addons as it thinks there is no
  mysqlclient installed.  I have installed mysql, mysql-server and
  mysql-devel and I am still unable to install the addons.  I am
 running
  CentOS 5.2 i386.

 maybe you should install mysql-client too ;)

http://www.centos.org/modules/newbb/viewtopic.php?topic_id=13097


   Philipp Kempgen

-- 
http://www.das-asterisk-buch.de  -  http://www.the-asterisk-book.com
Amooma GmbH - Bachstr. 126 - 56566 Neuwied  -  http://www.amooma.de
Geschäftsführer: Stefan Wintermeyer, Handelsregister: Neuwied B14998
-- 

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] can't find mysqlclient : asterisk-addons-1.6.0

2008-10-07 Thread Philipp Kempgen
Philipp Kempgen schrieb:
 Klaverstyn, David C schrieb:
 Mysql for CentOS 5.2 is the mysql client tools.
 
 mysql.i386 : MySQL client programs and shared libraries.
 
 Does anyone have any other suggestions?

 http://www.centos.org/modules/newbb/viewtopic.php?topic_id=13097

Or just download Debian at http://www.debian.org/ :-) SCNR


   Philipp Kempgen

-- 
http://www.das-asterisk-buch.de  -  http://www.the-asterisk-book.com
Amooma GmbH - Bachstr. 126 - 56566 Neuwied  -  http://www.amooma.de
Geschäftsführer: Stefan Wintermeyer, Handelsregister: Neuwied B14998
-- 

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] can't find mysqlclient : asterisk-addons-1.6.0

2008-10-07 Thread Andrew Joakimsen
On Tue, Oct 7, 2008 at 6:00 PM, Philipp Kempgen
[EMAIL PROTECTED] wrote:
 Philipp Kempgen schrieb:
 Klaverstyn, David C schrieb:
 Mysql for CentOS 5.2 is the mysql client tools.

 mysql.i386 : MySQL client programs and shared libraries.

 Does anyone have any other suggestions?

 http://www.centos.org/modules/newbb/viewtopic.php?topic_id=13097

 Or just download Debian at http://www.debian.org/ :-) SCNR

Or SuSE at http://software.opensuse.org/ ... IMO the best package
management of any distro. ...You would think PNAELV or Cent would have
developed a better tool by now...

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users