Displaying 20 results from an estimated 300 matches similar to: "2.2.24 ldap-client.c compile failing on Solaris 10"
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 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
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
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)
>
2010 Mar 22
2
dovecot-2.0.beta4 mysql support in Solaris
Hi,
I've been able to configure --with-mysql in Solaris 10 which has MySQL
version 4.0.31 bundled in. Since beta4 build fails due to change in
src/lib-sql/driver-mysql.c. I've never used this feature but so I don't
need it. This is just a FYI if someone reads mailing list.
"driver-mysql.c", line 139: undefined symbol: CLIENT_MULTI_RESULTS
"driver-mysql.c",
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
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../../..
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
2009 Jun 17
3
Yum Repo that has xcache
Hi,
I am wondering where I can get a repo that has xcache. (Or if anyone has any
tips on a PHP optimizer)
Thanks
James
--
http://www.goldwatches.com
http://www.jewelerslounge.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20090618/5d01a1d1/attachment-0001.html>
2010 Sep 08
3
puppet dashboard and 64-bit mysql
I was looking forward to trying this out, given the puported Solaris
support. However, in attempting to install the prereqs for dashboard,
I hit a major snag. My main server uses the blastwave MySQL install,
which is a 64-bit version of MySQL 5.
mysql Ver 14.12 Distrib 5.0.90, for pc-solaris2.10 (x86_64)
Apparently the mysql bindings for ruby don''t like the 64-bit version.
Output of
2009 Jan 06
1
xCache install error ($PHP_AUTOCONF?)
Hey Guys
I'm trying to install xcache on our web server (php optcode cacher)
but I am having the following error. I have download the xcache tar
ball, unzipped and when in the unzipped directory attempting to run
phpize but it fails with the following error:
[root at server1882 xcache-1.2.2]# phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend
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.
2005 Oct 11
0
[Bug 3159] New: VA_COPY() brokenness
https://bugzilla.samba.org/show_bug.cgi?id=3159
Summary: VA_COPY() brokenness
Product: rsync
Version: 2.6.6
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: skunk@iskunk.org
QAContact:
2004 Nov 22
1
Installing rgl in R2.0.1
I'm running R2.0.1 under Solaris 2.9 on a SunBlade 100.
When I installed it, I set things up to use the Sun compilers
cc, CC, f95 with the options recommended in the installation and
administration guide.
Until today, no worries.
With all this discussion about R GUIs I thought I'd give R Commander a go.
The web page said to install a bunch of packages first, so I did
>
2010 Aug 16
19
v2.0.0 released
http://dovecot.org/releases/2.0/dovecot-2.0.0.tar.gz
http://dovecot.org/releases/2.0/dovecot-2.0.0.tar.gz.sig
As promised last Friday, here's the v2.0.0 release finally. I'm
cautiously optimistic that v2.0.1 won't (have to) be released for a few
weeks, since there was quite a lot of testing and fixing going on in the
RC stage.
Remember to read http://wiki2.dovecot.org/Upgrading/2.0
2010 Aug 16
19
v2.0.0 released
http://dovecot.org/releases/2.0/dovecot-2.0.0.tar.gz
http://dovecot.org/releases/2.0/dovecot-2.0.0.tar.gz.sig
As promised last Friday, here's the v2.0.0 release finally. I'm
cautiously optimistic that v2.0.1 won't (have to) be released for a few
weeks, since there was quite a lot of testing and fixing going on in the
RC stage.
Remember to read http://wiki2.dovecot.org/Upgrading/2.0
2004 Jun 10
4
patches for xiph build setup
Hi,
I offered some time ago to do some build cleanup. Today I did so and
here's my slew of patches.
Basically, they
- touch ogg, vorbis, vorbis-tools and theora
- fix a bunch of autotools issues
- uniformize the use of them across the four
- fix compile/link flags
- use pkgconfig if it's available to detect flags
- for vorbis-tools, generate and use config.h
- add -uninstalled .pc stuff
2004 Jun 10
4
patches for xiph build setup
Hi,
I offered some time ago to do some build cleanup. Today I did so and
here's my slew of patches.
Basically, they
- touch ogg, vorbis, vorbis-tools and theora
- fix a bunch of autotools issues
- uniformize the use of them across the four
- fix compile/link flags
- use pkgconfig if it's available to detect flags
- for vorbis-tools, generate and use config.h
- add -uninstalled .pc stuff
2003 Mar 17
2
Samba 2.2.8 compile failure - Solaris 8, SunCC, LDAP
My apologies if this isn't the correct posting address -- I didn't see
an obvious "report problems here" on the website. Some of the code
modifications introduced between 2.2.7 and 2.2.8 don't appear to agree
with Solaris, using Sun's CC, with the LDAP support code. Note that
I'm linking against the Solaris-bundled LDAP package (SUNWlldap).
|% env