similar to: addons-1.6 not seeing installed MySQL packages

Displaying 20 results from an estimated 3000 matches similar to: "addons-1.6 not seeing installed MySQL packages"

2011 Jan 08
2
tdbdump, tdbbackup
Do these programs still exist? They don't seem to be part of the samba3x package on RHEL5.
2009 Apr 07
12
Problem with MYSQL after re-installing rails
Hey all- Re-installed OSX yesterday and with it, Ruby and Rails Now when I try to run db:migrate I get the error message: "!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql. Rake aborted! no such file to load -- mysql" So, I try sudo gem install mysql -- --with-mysql-dir=/usr/local/mysql And get:
2010 Jul 29
2
getting mysql running
Now need to get MySQL installed. I am having the following trouble installing sudo gem install mysql -- --with-mysql-config=/usr/bin/mysql_config ERROR: Error installing mysql: ERROR: Failed to build gem native extension. /usr/bin/ruby1.8 extconf.rb --with-mysql-config=/usr/bin/mysql_config extconf.rb:10:in `require'': no such file to load -- mkmf (LoadError) from extconf.rb:10
2007 Jan 05
1
addons 1.4 and cdr_addon_mysql not installed !
Hi, I have installed asterisk on Ubuntu 6.06 server CD All required packages has been installed and upgraded When start "sudo make menuselect" from addons, I can't select all addons that require mysqlclient (app_addon_sql_mysql, cdr_addon_mysql, res_config_mysql). If I run "apt-cache search mysqlclient", I find the following installed packages: libmysqlclient15-dev
2007 Dec 18
4
Using MysqlPool Application 1.4
Hi, Since I've upgraded to Asterisk 1.4 I can't use a MySQL database anymore for select queries :-( I'm using dbquery from MysqlPool Application 1.4 and selecting something from a table returns nothing even if I try to do a query like "SELECT 1;" Is anyone in the same troubles ? Do you advice me another solution to connect to my database ? For information, I'm using
2008 May 01
1
ast_indicate_data: Unable to handle indication 3
Hi guys, When I try to get ring tones when dialing out with the command Dial(SIP/sipout/${PHONE},15,r), I get the error message indicated in the subject. I've checked my indications.conf file using the sample file provided with asterisk 1.4.10 (the version I'm using) and it's not better. Any idea ? Regards. -- Cyril SCETBON
2007 Apr 03
1
RE: Asterisk-Addon-1.4.0 MySQL module
I still can't figure out why res_config_mysql module not showing up with many attempt. Anyone have any idea on this? checking for mysql_config... /usr/bin/mysql_config checking for mysql_init in -lmysqlclient... yes configure: creating ./config.status config.status: creating build_tools/menuselect-deps config.status: creating makeopts Sincerely, K -----Original Message----- From: KC
2008 Jan 18
3
Accessing a MySQL database and using the same db for cdr
Hi guys, Does someone use a mysql database for accessing data and in the same time for storing cdr ? if that is the case, which module is used ? thanks -- Cyril SCETBON
2007 Jul 13
3
asterisk-addons compilation "error: dereferencing pointer to incomplete type"
I am having trouble getting asterisk-addons 1.4.2 to compile (after a successful configure). Asterisk itself (and AsteriskGUI) compile fine. I get: cdr_addon_mysql.c: In function `handle_cdr_mysql_status': cdr_addon_mysql.c:91: error: dereferencing pointer to incomplete type cdr_addon_mysql.c:93: error: dereferencing pointer to incomplete type cdr_addon_mysql.c:95: error: dereferencing
2010 Aug 04
5
v2.0.rc4 released
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz.sig I'm planning to release rc5 maybe this Friday or weekend, and if there are no serious bugs just change the version number to v2.0.0 a day or two later. Largest changes since rc3: + director: Added director_doveadm_port for accepting doveadm TCP connections. +
2010 Aug 04
5
v2.0.rc4 released
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz.sig I'm planning to release rc5 maybe this Friday or weekend, and if there are no serious bugs just change the version number to v2.0.0 a day or two later. Largest changes since rc3: + director: Added director_doveadm_port for accepting doveadm TCP connections. +
2006 May 11
3
Reinstall ruby''s MySQL Library on OS X Server
Hello, I am running OS X Server version 10.4.6 and I already have some MySQL databases working on the server. I install the RubyGem recently, however, it does not work correctly with the default MySQL. I am wondering if anybody can shed some light on: 1): how to reinstall ruby''s mysql library on the OS X server, 2): Is it possible to keep the old database files intact while reinstall
2011 Jun 12
1
Unable to compile --with-mysql on Solaris
Hello I'm hoping someone can give me a pointer as to how to compile Dovecot with MySQL support on Solaris. I am trying to compile dovecot 2.0.13 (also tried 2.0.9) on Solaris (OpenSolaris 2009-06, snv_111b) with the OpenSolaris provided MySQL 5.1.30 under /usr/mysql. The server is a Sun X2100 M2, which has a dual core AMD Opteron processor (amd64). Running "./configure
2013 May 12
15
Advice needed --- Best way to get mysql2 gem installed to interact with Mysql Database?
Hi Group, I''ve got mysql database installed and the server running on a Mac Pro with latest mountain lion setup 10.8.3. I''m able to use mysql tools like mysql, mysqladmin to converse with it. :} I use RVM''s scripts to fetch gems. I''ve visited RVM''s website but their advise to get "mysql gem loaded" does the same thing as below aborted
2009 Aug 18
7
** Removing all instances of mysql on mac osx **
I am trying to switch from sqllite3 to mysql on Ruby on Rails. Whenever I try to install the mysql gem, i get an error: *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. I cd''d into my usr/local/bin directory and saw i have several
2010 Jun 15
11
mysql gem install not happening on Mac OS Leopard - any inputs at all??
Hello all, Ive got Mac OS X Leopard (10.5.8), ruby 1.8.6 (2009-06-08 patchlevel 369) [universal-darwin9.0] and mysql 5.0.67 installed and working fine with Rails 2.1.0. "which ruby" outputs /usr/bin/ruby. I can see the mysql symlink in / usr/local/mysql. I can also see the mysql-5.0.67-osx10.5-x86 folder in /usr/local . Im trying to upgrade my Rails apps to 2.3.5 but when i try to
2011 Jan 20
2
Asterisk 1.6 SSH Console Colors Debian Lenny
Hi All, I'm running * 1.6.0.28 on Debian Lenny. The init'd script starts the asterisk daemon not the safe_asterisk daemon so when asterisk is running and I ssh tot he server then 'asterisk -vr' to attach to the asterisk console there are no colors. If I use the safe_asterisk script to start asterisk, the colors are fine when I attach through SSH. I found this in the init
2009 Jul 31
43
Error: uninitialized constant MysqlCompat::MysqlRes
Hi, I installed the "kwatch-mysql-ruby" gem on my Debian server but when I try to run the "db:migrate" task I get the following error: ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:migrate rake aborted! uninitialized constant MysqlCompat::MysqlRes
2017 Apr 25
2
building Dovecot in Debian 9
I?m trying to build Dovecot 2.2.29.1 in a Docker container today and have the following error in ./configure: checking for shadow.h... yes checking for pam_start in -lpam... no checking for auth_userokay... no checking for mysql_config... mysql_config checking for mysql_init in -lmysqlclient... no configure: error: Can't build with MySQL support: libmysqlclient not found #> find / -name
2007 Feb 15
0
addons 1.4 and cdr_addon_mysql not installed !
So, after reading this, I wonder if anyone has 1.4 and MySQL working... Is there a non-standard version I can download? more /usr/src/asterisk-1.4.0/doc/mysql.txt MYSQL LICENSING UPDATE ====================== We were recently contacted by MySQL and informed that the MySQL client libraries are now under GPL license and not LGPL license as before. Since Asterisk does allow exceptions to GPL,