Displaying 20 results from an estimated 88 matches for "mysql_config".
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.
+
2011 Jun 12
1
Unable to compile --with-mysql on Solaris
...le 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 --with-mysql" stops here:
...
checking for mysql_config... mysql_config
checking for mysql_init in -lmysqlclient... no
configure: error: Can't build with MySQL support: libmysqlclient not found
the libmysqlclient.so is to be found here:
/usr/mysql/5.1/lib/mysql/
or for the amd64 version:
/usr/mysql/5.1/lib/amd64/mysql/
And include is at:
/usr/...
2006 Dec 28
2
FW: cdr_addon_mysql.so did not register itselfduringload
Ok so something is missing. I get the below for those two lines.
checking for mysql_config... /usr/bin/mysql_config
checking for mysql_init in -lmysqlclient... no
I even installed the mysql-devel as Bradley Watkins suggested and still
it says no. What do I need to make that say yes?
Thanks
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-...
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
2013 May 12
15
Advice needed --- Best way to get mysql2 gem installed to interact with Mysql Database?
...install it by DMG route for Mac which I did with the latest stable 64 bit libraries/server.
Thanks for your help in trying to resolve this issue.
Dave
The aborted output from gem install mysql2.
Both ways attempted: gem install mysql2 and with the option --with-mysql-config=/usr/local/mysql/bin/mysql_config
gem install mysql2 -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
Building native extensions. This could take a while...
ERROR: Error installing mysql2:
ERROR: Failed to build gem native extension.
/Users/bone_david/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb --with-mysql...
2008 May 21
4
addons-1.6 not seeing installed MySQL packages
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
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 libmysqlclient\*
/usr/share/doc/libmysqlclient20
/usr/share/lintian/overrides/libmysqlclient20
/usr/lib/x86_64-linux-gnu/libmysqlclient.s...
2010 Jun 15
11
mysql gem install not happening on Mac OS Leopard - any inputs at all??
...but when i try to install
the mysql gem, I get "ERROR: Failed to build gem native extension." I
tried all the following commands with and without sudo and get the
same error everytime
> env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
> env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-dir=/usr/local/mysql --with-mysql-lib=/usr/local/mysql/lib --with-mysql-include=/usr/local/mysql/include
> env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-dir=/usr/local/mysql --with-mysql-lib=/usr...
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
2008 Oct 24
1
[mysql gem] Failed to lookup Init function
...th mysql.rb removed from rails 2.2 I need to install the mysql
gem
I have mac osx 10.5.5
I have mysql installed in /usr/local/mysql, so, after a bunch of try,
I''ve installed
the gem with:
env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-config=/
usr/local/mysql/bin/mysql_config
the gem seems installed in /usr/local/lib/ruby/gems/1.8/gems/
mysql-2.7/
but when I try to fire up a command than involves mysql e.g.: rake
db:create I get this error:
LoadError: Failed to lookup Init function /usr/local/lib/ruby/gems/1.8/
gems/mysql-2.7/lib/mysql.bundle
from /usr/local/lib/rub...
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
2007 Dec 31
0
[problem for] compile Samba + Mysql (pdbsql)
...samba-3.0.24/source/ --with-samba-
dir=../samba-3.0.24/source/
(= configure: WARNING: Can't find MySQL libraries, not building
pdb_mysql)
- ./configure --with-samba-source=../samba-3.0.24/source/ --with-samba-
dir=../samba-3.0.24/source/ --with-mysql-prefix=/usr/bin/mysql
(= checking for mysql_config... /usr/bin/mysql/bin/mysql_config
checking for MYSQL... ./configure: line 2512: /usr/bin/mysql/bin/
mysql_config: Not a directory
./configure: line 2513: /usr/bin/mysql/bin/mysql_config: Not a directory
yes
)
2006 Feb 14
2
mysql/ruby + gcc 3.2 ?
Anyone succeed in installing the mysql/ruby C bindings (2.7) with gcc
3.2? I am not able to install gcc 4. Any help or direction would be
appreciated!
-Kyle
[root@server1 root]# gem install mysql --
--with-mysql-config=/usr/bin/mysql_config
Attempting local installation of ''mysql''
Local gem file not found: mysql*.gem
Attempting remote installation of ''mysql''
Building native extensions. This could take a while...
Makefile:111: warning: overriding commands for target
`/usr/local/lib/ruby/gems/1.8/gem...
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 [mailto:mrprotocols@gmail.com]
Sent: Friday, March...
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
Gem files will remain installed in
/usr/lib/rub...
2010 Oct 02
3
MySQL setup question
...em. Add it to your Gemfile: gem ''mysql'',
''2.8.1''
(See full trace by running task with --trace)
---------
The mysql 2.8.1 is already in my gem list and i have the gem installed
with the command: sudo gem install mysql -- --with-mysql-config=/usr/
local/mysql/bin/mysql_config
Does anyone know what i''m doing wrong? Thank you very much!!
Greetings, Daniel
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@pub...
2015 Oct 30
4
disable ZTS in php
...-enable-soap' '--disable-pdo' '--with-openssl' '--with-xsl'
'--enable-dbx' '--enable-mbstring' '--with-mcrypt=/usr' '--enable-bcmath'
'--enable-pdo' '--with-pdo-mysql=/usr' '--with-mysql'
'--with-mysqli=/usr/bin/mysql_config' '--enable-zip' '--enable-dba=shared'
'--with-gettext=shared' '--with-gmp' '--enable-ftp' '--with-pspell'
'--with-config-file-scan-dir=/etc/php.d'* '--disable-maintainer-zts'*
And for some reason the AppD installer is claiming th...
2019 Jan 15
2
MySQL 8.0: Supported?
I got a complaint from a FreeBSD user that they couldn't compile dovecot
against MySQL 8.0.
Is MySQL 8.0 support with 2.3.4?
they receive:
checking for mysql_init in -lmysqlclient... no
configure: error: Can't build with MySQL support: libmysqlclient not
found ===> Script "configure" failed unexpectedly.
Please report the problem to ler at FreeBSD.org [maintainer] and
2007 Jun 23
7
rake db:migrate strange behaviour "wrong number of arguments (1 for 0)"
Hi everybody,
May be somebody has a clue, why I get these errors below, while trying
to migrate.
Any help is very appreciated!
Greetinx
Rafael
I was trying to experiment a litte bit with redMine (www.redmine.org).
But I can only install it locally. On a system with already a
mongrel_cluster running, I get strange errors, already while trying to
start the migration rake db:migrate