Displaying 20 results from an estimated 25 matches for "mysql_ssl_set".
2008 Jul 07
1
cdr_addon_mysql - additional fields
Hi,
I need help with modifying cdr_addon_mysql.c I want to have more
fields in cdr table in asterisk. I've tried to modify cdr_addon_mysql.c
and replace userfield with ex team (sed -e 's/userfield/team/g' ). When
I try to recomplie
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules ...
make[1]: Nothing to be done for `all'.
2009 Jul 31
2
Solaris 10 dovecot-latest configure error
..... yes
> checking mysql.h usability... yes
> checking mysql.h presence... no
> configure: WARNING: mysql.h: accepted by the compiler, rejected by the preprocessor!
> configure: WARNING: mysql.h: proceeding with the compiler's result
> checking for mysql.h... yes
> checking for mysql_ssl_set in -lmysqlclient... yes
> configure:33185: checking mysql.h usability
> configure:33197: cc -c -xO4 -I/usr/sfw/include/mysql -R/usr/sfw/lib:/usr/lib/sasl -L/usr/sfw/lib -L/usr/lib/sasl -I/usr/sfw/include conftest.c >&5
> configure:33203: $? = 0
> configure:33207: test -z
&g...
2006 Feb 14
2
mysql/ruby + gcc 3.2 ?
...rning: overriding commands for target
`/usr/local/lib/ruby/gems/1.8/gems/mysql-2.7/lib''
Makefile:109: warning: ignoring old commands for target
`/usr/local/lib/ruby/gems/1.8/gems/mysql-2.7/lib''
ruby extconf.rb install mysql -- --with-mysql-config=/usr/bin/mysql_config
checking for mysql_ssl_set()... yes
checking for mysql.h... yes
creating Makefile
make
gcc -fPIC -g -O2 -I. -I/usr/local/lib/ruby/1.8/i686-linux
-I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_MYSQL_SSL_SET
-DHAVE_MYSQL_H -I/usr/include/mysql -mcpu=i486 -fno-strength-reduce
-c mysql.c
gcc -shared -L''/usr/local/l...
2010 Jan 13
1
Compiling mysql gem under CentOS 64-bit
...is.
When trying to compile the mysql gem, I''m getting this error:
-bash-3.2# gem install mysql
Building native extensions. This could take a while...
ERROR: Error installing mysql:
ERROR: Failed to build gem native extension.
/usr/bin/ruby extconf.rb install mysql
checking for mysql_ssl_set()... no
checking for rb_str_set_len()... no
checking for rb_thread_start_timer()... no
checking for mysql.h... no
checking for mysql/mysql.h... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file fo...
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
...it changed it (I?ve run the configure command so many times.)
CPPFLAGS=-I/opt/homebrew/Cellar/openssl at 3/3.0.8/include LDFLAGS=-L/opt/homebrew/opt/openssl at 3/lib LIBSODIUM_LIBS=-L/opt/homebrew/Cellar/libsodium ./configure --with-ssl=openssl --with-mysql --with-sodium
Fails with:
checking for mysql_ssl_set in -lmysqlclient... yes
checking for LIBSODIUM... no
configure: error: Can't build with libsodium: not found
This is so frustrating, but I?ll be jumping for joy if we can get it to work.
James.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot...
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
2019 Jan 15
2
MySQL 8.0: Supported?
...sql=yes
>
> The output is:
>
> -----------8<------------
> checking for mysql_config... mysql_config
> checking for mysql_init in -lmysqlclient... yes
> checking mysql.h usability... yes
> checking mysql.h presence... yes
> checking for mysql.h... yes
> checking for mysql_ssl_set in -lmysqlclient... yes
> ----------8<--------------
> Install prefix . : /usr/local
> File offsets ... : 64bit
> I/O polling .... : kqueue
> I/O notifys .... : kqueue
> SSL ............ : yes (OpenSSL)
> GSSAPI ......... : no
> passdbs ........ : static passwd passwd-fil...
2008 Apr 19
1
using mysql from within a plugin
...he imap process do this, instead of each plugin? It
should probably only be called once, so if one plugin already does it,
then the second one will create problems.
-When linking libsql.a in, and calling the functions mentioned above,
then I get this error when starting dovecot:
undefined symbol: mysql_ssl_set
I'm guessing it's part of the mysql library itself, not dovecot.
Can someone give me some hints on how to use dovecot's mysql library in
a plugin?
Thanks,
Alexander
2005 Sep 03
0
Trouble installing MySQL/Ruby bindings.
...believe it is
4.1.14 (I used the binary tarball, not a source compilation or an
installation from the binary package). However, I have also received
this error on 5.0.12 release as well.
$ sudo export PATH=/usr/local/mysql/bin:$PATH
$ sudo ruby extconf.rb -- --with-mysql-config
checking for mysql_ssl_set()... no
checking for mysql.h... yes
creating Makefile
$sudo make
gcc -fno-common -g -0s -pipe -fno-common ... blah blah blah...
then I get the following:
/usr/bin/ld: warning -L: directory name (/usr/local/mysql/lib/mysql)
does not exist
/usr/bin/ld: can''t locate file for: -lmysqlclien...
2009 Feb 04
0
gem install mysql error with Xampp
...Error installing mysql:
ERROR: Failed to build gem native extension.
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
extconf.rb install mysql --
--with-mysql-dir=/Applications/xampp/xamppfiles/
--with-mysql-config=/Applications/xampp/xamppfiles/bin/mysql_config
checking for mysql_ssl_set()... yes
checking for mysql.h... no
checking for mysql/mysql.h... no
*** 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.
Provided configuration o...
2019 Jan 15
0
MySQL 8.0: Supported?
...into a directory and did:
./configure --with-mysql=yes
The output is:
-----------8<------------
checking for mysql_config... mysql_config
checking for mysql_init in -lmysqlclient... yes
checking mysql.h usability... yes
checking mysql.h presence... yes
checking for mysql.h... yes
checking for mysql_ssl_set in -lmysqlclient... yes
----------8<--------------
Install prefix . : /usr/local
File offsets ... : 64bit
I/O polling .... : kqueue
I/O notifys .... : kqueue
SSL ............ : yes (OpenSSL)
GSSAPI ......... : no
passdbs ........ : static passwd passwd-file pam checkpassword sql
CFLAGS ............
2019 Jan 15
2
MySQL 8.0: Supported?
...nit in -lmysqlclient... yes
</div>
<div>
checking mysql.h usability... yes
</div>
<div>
checking mysql.h presence... yes
</div>
<div>
checking for mysql.h... yes
</div>
<div>
checking for mysql_ssl_set in -lmysqlclient... yes
</div>
<div>
----------8<--------------
</div>
<div>
Install prefix . : /usr/local
</div>
<div>
File offsets ... : 64bit
</div>
<div>
I/O polling .... : kqueue...
2019 Jan 15
2
MySQL 8.0: Supported?
...for mysql_init in -lmysqlclient... yes
</div>
<div>
checking mysql.h usability... yes
</div>
<div>
checking mysql.h presence... yes
</div>
<div>
checking for mysql.h... yes
</div>
<div>
checking for mysql_ssl_set in -lmysqlclient... yes
</div>
<div>
----------8<--------------
</div>
<div>
Install prefix . : /usr/local
</div>
<div>
File offsets ... : 64bit
</div>
<div>
I/O polling .... : kqueue
</div...
2019 Jan 15
0
MySQL 8.0: Supported?
...s:
>
> >
>
> > > -----------8<------------
>
> checking for mysql_config... mysql_config
> checking for mysql_init in -lmysqlclient... yes
> checking mysql.h usability... yes
> checking mysql.h presence... yes
> checking for mysql.h... yes
> checking for mysql_ssl_set in -lmysqlclient... yes
> ----------8<--------------
> Install prefix . : /usr/local
> File offsets ... : 64bit
> I/O polling .... : kqueue
> I/O notifys .... : kqueue
> SSL ............ : yes (OpenSSL)
> GSSAPI ......... : no
> passdbs ........ : static passwd passwd-fil...
2010 Jun 08
2
gem install mysql giving error on linux
...ll mysql -- --with-mysql-dir=/usr/bin/mysql"
I am getting following error:-
Building native extensions. This could take a while...
ERROR: Error installing mysql:
ERROR: Failed to build gem native extension.
/usr/local/bin/ruby extconf.rb --with-mysql-dir=/usr/bin/mysql
checking for mysql_ssl_set()... *** 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.
Provided configuration options:
--with-opt-dir
--without-opt-dir...
2019 Jan 15
3
MySQL 8.0: Supported?
...for mysql_init in -lmysqlclient... yes
</div>
<div>
checking mysql.h usability... yes
</div>
<div>
checking mysql.h presence... yes
</div>
<div>
checking for mysql.h... yes
</div>
<div>
checking for mysql_ssl_set in -lmysqlclient... yes
</div>
<div>
----------8<--------------
</div>
<div>
Install prefix . : /usr/local
</div>
<div>
File offsets ... : 64bit
</div>
<div>
I/O polling .... : kqueue
</div...
2006 Apr 30
3
Problem(?) updating gems - mysql gem
Hi,
On OS X (10.4.6), Rails 1.1.2...
I tried doing a sudo gem update, and this is the result I''m getting:
Upgrading installed gems...
Attempting remote upgrade of mysql
Attempting remote installation of ''mysql''
Select which gem to install for your platform (powerpc-darwin8.6.0)
1. mysql 2.7.2006.04.21 (mswin32)
2. mysql 2.7 (ruby)
3. mysql 2.6 (ruby)
4. mysql
2019 Jan 15
0
MySQL 8.0: Supported?
...es
>
> The output is:
>
> -----------8<------------
>
> checking for mysql_config... mysql_config
> checking for mysql_init in -lmysqlclient... yes
> checking mysql.h usability... yes
> checking mysql.h presence... yes
> checking for mysql.h... yes
> checking for mysql_ssl_set in -lmysqlclient... yes
> ----------8<--------------
> Install prefix . : /usr/local
> File offsets ... : 64bit
> I/O polling .... : kqueue
> I/O notifys .... : kqueue
> SSL ............ : yes (OpenSSL)
> GSSAPI ......... : no
> passdbs ........ : static passwd passwd-fil...
2019 Jan 15
0
MySQL 8.0: Supported?
...es
>
> The output is:
>
> -----------8<------------
>
> checking for mysql_config... mysql_config
> checking for mysql_init in -lmysqlclient... yes
> checking mysql.h usability... yes
> checking mysql.h presence... yes
> checking for mysql.h... yes
> checking for mysql_ssl_set in -lmysqlclient... yes
> ----------8<--------------
> Install prefix . : /usr/local
> File offsets ... : 64bit
> I/O polling .... : kqueue
> I/O notifys .... : kqueue
> SSL ............ : yes (OpenSSL)
> GSSAPI ......... : no
> passdbs ........ : static passwd passwd-fil...
2006 May 10
7
mongrel vs. scgi
I''ve liked the scgi runner ever since it came out. I like the way it''scontrolled, the way it''s clusterable, and the fact that it runs onwin32 platforms so easily.
Now it''s May 2006, and the scgi runner hasn''t changed since October,and now we have mongrel. I keep seeing hints of clustering in mongrel,as well. I just downloaded the win32 installer for