search for: have_ssl

Displaying 20 results from an estimated 20 matches for "have_ssl".

2011 Mar 24
4
try to compile dovecot 2.0.11 with ssl support
Hello, I try to compile dovecot in Version 2.0.11 with ssl support on a CentOS 4.5 system. Installed packages are openssl and openssl-devel. after "./configure --with-ssl=openssl" "make" "make install"the message is: (also tried with CPPFLAGS="-I/opt/openssl/include" LDFLAGS="-L/opt/openssl/lib -ldl") Install prefix . : /usr/local
2015 Mar 12
3
mysql replication - problems
...ave is MySQL (version 5.5.41-log). But there are two issues I'd like to resolve. One is that SSL appears to be disabled. If I look at both the master and the slave and do a 'show variables' command, I can see that it's recognizing the certs. But the 'have_openssl' and 'have_ssl' variables are showing as DISABLED. Watch, on the master: MariaDB [(none)]> show variables like '%ssl%'; +---------------+--------------------------------+ | Variable_name | Value | +---------------+--------------------------------+ | have_openssl | DISABL...
2015 Mar 12
2
mysql replication - problems
> > No: /etc/pki/CA should NOT be group writeable. Ditto for > /etc/pki/tls/cernts and private Ok, yeah I can understand that. I'll correct it. Still need a way to get SSL enabled however. Any suggestions there? Thanks Tim On Thu, Mar 12, 2015 at 11:40 AM, <m.roth at 5-cent.us> wrote: > Tim Dunphy wrote: > >> > >> The mysqld process runs as the mysql
2003 Oct 13
0
Tips to build from CVS?
...in -lgnutls... no ./configure.lineno: 25085: Syntax error: word unexpected (expecting ")") Looking at the script: cat >>confdefs.h <<\_ACEOF #define HAVE_GNUTLS _ACEOF SSL_LIBS="-lgnutls -lgcrypt" have_ssl="yes (GNUTLS)" have_gnutls=yes fi done <-- line 25085 fi fi if test "$want_openssl" = "yes" && test "$have_ssl" = "no"; then if pkg-config --exists openssl; then I have...
2006 May 12
2
1.0beta8 won't start: Fatal: Protocol imaps given more than once
Greetings - I've just built Dovecot 1.0beta8 and find it refuses to start. This under Solaris 10 on an Intel-based Sun system. The error message Dovecot displays (on standard error) in response to /usr/local/sbin/dovecot is Fatal: Protocol imaps given more than once I've checked through my configuration file and the only mention of "imaps" is here: # Protocols
2015 Mar 12
0
mysql replication - problems
.... > > But there are two issues I'd like to resolve. One is that SSL appears to be > disabled. > > If I look at both the master and the slave and do a 'show variables' > command, I can see that it's recognizing the certs. But the 'have_openssl' > and 'have_ssl' variables are showing as DISABLED. > > Watch, on the master: > > MariaDB [(none)]> show variables like '%ssl%'; > +---------------+--------------------------------+ > | Variable_name | Value | > +---------------+-------------------------...
2006 Dec 21
3
New default for SNMP and USB (and HAL) compilation
fellows, I'm working on integrating the preliminary HAL support, and thought a bit about the default configure values below: --with-snmp build and install SNMP drivers (no) --with-usb build and install USB drivers (no) [ --with-hal build and install HAL support (no) ] I wonder if some auto detection magic (if the requirement is present enable the
2000 Jan 18
0
More NetBSD patches
.../usr /usr/local/openssl /usr/lib/openssl /usr/local/ssl /usr/lib/ssl /usr/local /usr/pkg ; do + if test -f "$ssldir/include/openssl/crypto.h"; then + AC_DEFINE(HAVE_OPENSSL) + GOT_SSL="yes" + break + fi + if test -f "$ssldir/include/ssl/crypto.h"; then + AC_DEFINE(HAVE_SSL) + GOT_SSL="yes" + break + fi +done +if test -z "$GOT_SSL" ; then + AC_MSG_ERROR([Could not find SSLeay / OpenSSL libraries, please install]) +fi +AC_SUBST(ssldir) +AC_DEFINE_UNQUOTED(ssldir, "$ssldir") +if test "$ssldir" != "/usr"; then + CFLAGS...
2015 Mar 12
3
mysql replication - problems
...l showing that SSL is not enabled: MariaDB [(none)]> show variables like '%ssl%'; +---------------+--------------------------------+ | Variable_name | Value | +---------------+--------------------------------+ | have_openssl | DISABLED | | have_ssl | DISABLED | | ssl_ca | /etc/pki/CA/certs/ca.crt | | ssl_capath | | | ssl_cert | /etc/pki/tls/certs/mysql.crt | | ssl_cipher | | | ssl_key | /etc/pki/tls/private/mysql.key | +---...
2005 Jul 17
0
issues/workarounds to build dovecot on OSX
...S(SSL, openssl)' % within a pkg-config stanza ... as pkg-config does not exist on OSX, a couple of hacks in 'configure.in': =================================================== (EDITOR) configure.in @1032 if test "$want_openssl" = "yes" && test "$have_ssl" = "no"; then --- if pkg-config --exists openssl; then +++ if test -f openssl; then --- PKG_CHECK_MODULES(SSL, openssl) CFLAGS="$CFLAGS $SSL_CFLAGS" =================================================== , followed, of course, by another: % autoreconf -i -f...
2020 Nov 15
2
[patch] enhancement for tika server protected by user/password basic auth
...http_url->user != NULL) { +??????????????? http_client_request_set_auth_simple( +??????????????????????? http_req, http_url->user, http_url->password); +??????? } + ??????? http_client_request_set_port(http_req, http_url->port); ??????? http_client_request_set_ssl(http_req, http_url->have_ssl); ??????? if (parser_context->content_type != NULL)
2000 Mar 17
2
Problem with 1.2.3pre4 and RSAref
The following code snippet will not compile support for RSAref on NetBSD even if it exists on the system (which breaks OpenSSL): for WANTS_RSAREF in "" 1 ; do if test -z "$WANTS_RSAREF" ; then LIBS="$saved_LIBS -lcrypto" else LIBS="$saved_LIBS -lcrypto -lRSAglue
2006 Nov 19
2
SSL flags (was Re: [nut-commits] svn commit r593 - branches/deb_fixes_for_trunk)
Peter, Any objections to adding this to the trunk? When I run 'ldd upsc' without this patch, it lists the OpenSSL libraries, and the default ./configure setting is to not use OpenSSL. - Charles > Log: > If we are not using SSL_CFLAGS or SSL_LDFLAGS, do not add the OpenSSL libraries > to all of the binaries. > > > Modified: branches/deb_fixes_for_trunk/configure.in >
1999 Dec 29
1
Patch to use Dante socks library
...23:09:36 1999 +++ acconfig.h Wed Dec 29 08:57:46 1999 @@ -24,6 +24,9 @@ /* Are we using the Entropy gathering daemon */ #undef HAVE_EGD +/* Define if using the Dante SOCKS library. */ +#undef HAVE_DANTE + /* Define if your ssl headers are included with #include <ssl/header.h> */ #undef HAVE_SSL --- ssh.h.orig Tue Dec 21 08:12:39 1999 +++ ssh.h Wed Dec 29 10:12:31 1999 @@ -267,6 +267,53 @@ #define SSH_CMSG_HAVE_KERBEROS_TGT 44 /* credentials (s) */ #define SSH_CMSG_HAVE_AFS_TOKEN 65 /* token (s) */ +/* + * The following defines map the normal socket operations to SOCKSified + * ve...
2003 Jun 22
1
0.99.10-rc1
Home again. Fixed SSL checking for Redhat 9, I hope. Could someone test if it actually works now? Also fixed a few compiler warnings. If this thing works, I'll just update the NEWS file and call it 0.99.10. http://dovecot.procontrol.fi/rc/ Near future plans include rewriting parts of index handling. At least .tree file will go, I've a _much_ better idea how to replace it. .data file is
1999 Dec 21
0
Problem with UTMP recording
...stlog is a directory */ /* #undef LASTLOG_IS_DIR */ /* Location of random number pool */ #define RANDOM_POOL "/dev/urandom" /* Are we using the Entropy gathering daemon */ /* #undef HAVE_EGD */ /* Define if your ssl headers are included with #include <ssl/header.h> */ /* #undef HAVE_SSL */ /* Define if your ssl headers are included with #include <openssl/header.h> */ #define HAVE_OPENSSL 1 /* Define is utmp.h has a ut_host field */ #define HAVE_HOST_IN_UTMP 1 /* Define is utmpx.h has a ut_host field */ /* #undef HAVE_HOST_IN_UTMPX */ /* Define is libutil has login() fun...
2000 Jan 19
3
AIX openssh patches
...def Rrecv + #undef Rsend + #undef Rread + #undef Rwrite + #undef Rrresvport + #undef Rshutdown + #undef Rlisten + #undef Rclose + #undef Rdup + #undef Rdup2 + #undef Rfclose + #undef Rgethostbyname + + /* Define if your ssl headers are included with #include <ssl/header.h> */ #undef HAVE_SSL *** auth-passwd.c.DIST Tue Jan 11 09:19:33 2000 --- auth-passwd.c Tue Jan 11 09:45:13 2000 *************** *** 18,23 **** --- 18,27 ---- #include "servconf.h" #include "xmalloc.h" + #ifdef WITH_AIXAUTHENTICATE + #include <login.h> + #endif + #ifdef HAVE_SHADOW_H...
2007 Jan 06
3
Re: [nut-commits] svn commit r708 - in trunk: . clients server
...======================================================== > --- trunk/server/upsd.c (original) > +++ trunk/server/upsd.c Fri Jan 5 21:06:59 2007 > @@ -26,6 +26,7 @@ > > #include <sys/un.h> > #include <sys/socket.h> > +#include <netdb.h> > > #ifdef HAVE_SSL > #include <openssl/err.h> > @@ -60,7 +61,11 @@ > static int listenfd, net_port = PORT; > > /* default is to listen on all local interfaces */ > -static struct in_addr listenaddr; > +static char *listenaddr = NULL; > + > +/* AF_ */ > + > +static int opt_...
2018 Mar 01
5
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
> On 1 Mar 2018, at 5:56 pm, Aki Tuomi <aki.tuomi at dovecot.fi <mailto:aki.tuomi at dovecot.fi>> wrote: > > > > On 01.03.2018 07:34, James Brown wrote: >> On 1 Mar 2018, at 4:09 pm, Aki Tuomi <aki.tuomi at dovecot.fi <mailto:aki.tuomi at dovecot.fi>> wrote: >>> >>> >>> What SSL library and version? >>> ---
2007 Jan 23
2
Re: [nut-commits] svn commit r731
...c Sat Jan 13 21:22:28 2007 > @@ -27,6 +27,7 @@ > #include <unistd.h> > #include <sys/socket.h> > #include <netinet/in.h> > +#include <arpa/inet.h> > > #include "upsclient.h" > > @@ -418,15 +419,15 @@ > } > > #endif /* HAVE_SSL */ > - > + > int upscli_connect(UPSCONN *ups, const char *host, int port, int flags) > { > #ifndef HAVE_IPV6 > - struct sockaddr_in local, server; > - struct hostent *serv; > + struct sockaddr_in local, server; > + struct hostent *serv; > #else > - struct addr...