Displaying 20 results from an estimated 400 matches similar to: "dovecot-2.0.beta4 mysql support in Solaris"
2008 Feb 14
3
Solaris 10 / 1.1.beta15 imap cores
Hi,
I've been using 1.0 but moved to beta to see if it works before release.
Both b14 and b15 dies sometimes when accessing folders. Last time I
fixed this by moving one message from folder to another and then back.
Next I'm trying to build this with debugging enabled.
Tomppa
> Feb 14 11:52:33 dovecot: [ID 107833 mail.crit] IMAP(tomppa): file message-parser.c: line 674: assertion
2016 May 13
2
2.2.24 ldap-client.c compile failing on Solaris 10
Hi,
I'm trying to compile 2.2.24 on Solaris 10 with SolarisStudio 12.4
compiler. Looks like BerVarray is totallly missing from Solaris ldap.
BR,
Tomppa
Making all in lib-ldap
source='ldap-client.c' object='ldap-client.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/bash ../../depcomp \
/bin/bash ../../libtool --tag=CC --mode=compile cc -std=c11
-DHAVE_CONFIG_H -I.
2010 Mar 05
2
Bug in driver-mysql.c + fix
I tried to use MySQL stored procedures from dovecot:
password_query = CALL user_pass_check('%n', '%d', '%w')
user_query = CALL user_info('%n', '%d')
This failed with the message:
User query failed: PROCEDURE imap.user_info can't return a result set in the given context
The root of this problem is that mysql_real_connect() needs to be called with
2009 Jul 31
2
Solaris 10 dovecot-latest configure error
Hi,
I've got latest source code from
http://dovecot.org/nightly/dovecot-20090731.tar.gz
It's a minor bug that mysql.h test fails because CFLAGS are missing from
this test.
Tomppa
> checking for mysql_init in -lmysqlclient... yes
> checking mysql.h usability... yes
> checking mysql.h presence... no
> configure: WARNING: mysql.h: accepted by the compiler, rejected by the
2010 Feb 25
2
dovecot-2.0.beta3 tcpwrapper support in Solaris
Hi,
2.0 compiles fine in Solaris but and I've found only one glitch so far.
Tcpwapper support needs some tweaks. I need to add
CPPFLAGS=/usr/sfw/include because tcpd.h is in there. Then also
LDFLAGS='-R/usr/sfw/lib -L/usr/sfw/lib' is needed. It would be nice to
have --with-tcpwrap-dir or something.
After this linking gives an error
Undefined first referenced symbol in file
2015 Dec 23
2
2.2.21 imap core dump after enabling autoexpunge
Hi,
I've enabled autoexpunge for Trash and Junk. Now imap process core
dumps occasionally.
Tomppa
> program terminated by signal SEGV (no mapping at the fault address)
> 0xff0dc2e0: o_stream_get_buffer_used_size : ld [%o0 + 20], %o0
> Current function is notify_ok (optimized)
> 13 if (o_stream_get_buffer_used_size(client->output) != 0)
>
2013 Aug 07
2
2.2.5 fails to compile - SSL_OP_SINGLE_ECDH_USE : Solaris 10 + Sunstudio 12.3
Hi,
Compile fails in these two files
src/lib-ssl-iostream/iostream-openssl-context.c
src/login-common/ssl-proxy-openssl.c
due to missing SSL_OP_SINGLE_ECDH_USE
In these there is only
#if !defined(OPENSSL_NO_ECDH)
when all the other places it always compares also SSL version
#if !defined(OPENSSL_NO_ECDH) && OPENSSL_VERSION_NUMBER >= 0x10002000L
Tomppa
2006 May 18
1
configure change for 1.0.beta8
Hi,
I'm trying to compile dovecot under Solaris 10 with native Mysql
support. Couple changes are needed before configure can detect and
compile mysql support. Native Solaris Mysql is installed under
/usr/sfw directory. Configure can't find libraries and when these are
found -R runtime path is needed for linking. Also if library name is
given before library path it can't find it.
2010 Jul 16
1
Dovecot 2.0.rc2 fd passing regression
Hi,
I've tried to compile 2.0.rc2 and configure fails this which used to
work or at least last time when I tried beta4.
> configure:19606: checking whether fd passing works
> configure:19680: cc -o conftest -xO4 -I./src/lib ./src/lib/fdpass.c -I/usr/sfw/include/mysql -I/usr/sfw/include -R/usr/sfw/lib:/usr/lib/sasl -L/usr/sfw/lib -L/usr/lib/sasl conftest.c -lrt -lnsl -lsocket -lrt
2006 Mar 28
2
Mysql stored procedures from Rails
Hi all,
I know stored procedures are considered evil around, but there are times
when you just have to use them. In the project I''m working on, I needed
to call a mysql5 stored procedure, but I only got an error message
saying "ActiveRecord::StatementInvalid: Mysql::Error: PROCEDURE
vc.testsp can''t return a result set in the given context: call testsp()"
I found out
2008 Jan 21
1
asterisk-addons-1.6.0-beta1---Error
Hi,
I'm trying to install asterisk-addons-1.6.0-beta1 on my machine.
But getting following error during make:
[root at Cancer asterisk-addons-1.6.0-beta1]# make
make[1]: Entering directory `/usr/src/asterisk/asterisk-addons-1.6.0-beta1'
[CC] app_addon_sql_mysql.c -> app_addon_sql_mysql.o
app_addon_sql_mysql.c: In function `aMYSQL_connect':
app_addon_sql_mysql.c:266: error:
2010 Nov 26
1
R Tools & Vista_x64: Problem compiling RMySQL?
Hello:
What do I need to do to compile R packages (especially RMySQL) for
the 64-bit version of R 2.12.0 under Vista_x64?
I upgraded to "Rtools212.exe" yesterday but immediately got errors
from "R CMD check RMySQL_0.7-5.tar.gz". After the first error, I
installed it a second time, then got "undefined reference to" roughly 50
different names beginning
2006 Oct 27
0
RMySQL and stored procedures
Hi,
I use RMySQL to connect to MySQL server where I have a couple of stored
procedures.
I know that the function for the stored procedures "is not yet
implemented", but I was trying to
get around the problem connecting like that:
drv <- dbDriver("MySQL")
con <- dbConnect(drv,user=MyUser, password=MyPasswd, dbname=MyDBName,
host=MyHost, client.flag="196608"
2013 Apr 09
0
2.1.16 Solaris 10 compile regression Sunstudio compiler
Hi,
src/plugins/quota/quota-status.c won't compile due to missing include
<getopt.h> needed for optarg
% make
source='quota-status.c' object='quota-status.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../../../depcomp \
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib
-I../../../src/lib-master -I../../../src/lib-dict
-I../../../src/lib-index
2008 Feb 13
1
Solaris 10 + Sun Studio 12 + dovecot-1.1.beta15 build problem
Hi,
I've been using dovecot quite a while but latest beta fails to compile
on Solaris using latest Sun Studio compiler.
Making all in fts-squat
source='fts-backend-squat.c' object='fts-backend-squat.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/bash ../../../depcomp \
/bin/bash ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H
-I. -I. -I../../..
2006 May 05
2
Rails MySQL Stored Procedure Fun
Hi All.
I have a question about calling MySQL stored procedures that is a little
different from the usual.
I know stored procedures are not really the ''Rails way'' but in this case
there is no other way to accomplish the same task and I have used them
successfully.
Background:
I am using a query to produce a real-time status of items flowing
through a factory.
The query
2007 Dec 21
0
RMySQL installation
Hi,
I am having trouble getting RMySQL running on a solaris machine.
[43] bedrock:/home/jayoung/source_codes/R/other_packages> uname -a
SunOS bedrock 5.10 Generic_118833-36 sun4v sparc SUNW,Sun-Fire-T200
I thought I had finally managed to get it installed, albeit with some
warnings that I didn't understand (it took me a while to find where
our mysql libraries were), but when I tried
2010 Mar 22
4
v2.0.beta4 released
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta4.tar.gz
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta4.tar.gz.sig
I think this release is finally feature complete. There are still some
bugs left to be fixed, but it's mainly in the dsync/mdbox area. v2.0.rc1
should hopefully be out in a couple of weeks. After that v2.0.0 will be
released after no serious bugs have been found for
2010 Mar 22
4
v2.0.beta4 released
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta4.tar.gz
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta4.tar.gz.sig
I think this release is finally feature complete. There are still some
bugs left to be fixed, but it's mainly in the dsync/mdbox area. v2.0.rc1
should hopefully be out in a couple of weeks. After that v2.0.0 will be
released after no serious bugs have been found for
2008 Aug 08
2
Audio CD problem on laptop VGN-SZ61MN
Is there anyone out there who has installed FreeBSD on the above Sony
laptop ?
Both ''cat filename > /dev/dsp0.0'' or ''vlc cdda:///dev/acd0@1 are OK.
If I run ''cdcontrol -f /dev/acd0 play'', there is no sound.
But the output of ''cdcontrol -f /dev/acd0 status audio'' is alright.
(same behaviour for cd0 instead of acd0)
And the output