[Kolab-devel] [issue3341] Solaris 10 Sparc Kolab V2.2.1 Beta 1 SSL/TLS libraries were missing or unusable

Andrea kolab-issues at intevation.de
Mon Dec 29 07:17:42 CET 2008


New submission from Andrea <soliva at comcept.ch>:

Issue was identified and recognized:

http://www.mail-archive.com/openpkg-users@openpkg.org/msg03467.html

--------------- msg03467.html --------------- 
Thanks for the config.log. I see the problem. You built "openssl" with
option "with_zlib=yes". Sorry, although this works fine for OpenSSL
itself, not many upstream vendors use pkg-config and the "openssl.pc"
file in order to determine the _dependencies_ of OpenSSL. They just try
to link against "-lssl -lcrypto" and hope this works. It does, but not
if OpenSSL is built with ZLib support. As a workaround just build and
install "openssl" with "with_zlib=no", please.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

--------------- msg03467.html --------------- 

Modify instal-kolab-sh in following way:


ATTENTION Delete all entries below in "install-kolab.sh" with because Solaris:
********* does not support within find these options:

		-mindepth 1 -maxdepth 1

ATTENTION Change line 25 to cover "-D apache::with_zlib=no" within 
********* apache/openssl compilation to exclude zlib otherwise the compilation 
          will fail (see below error message):


Line 25 to change within install-kolab.sh
******************************************

DEFINE="-D openldap::with_pth=no -D sasl::with_ldap -D sasl::with_login -D 
sasl::with_ntlm -D postfix::with_sasl -D postfix::with_ssl -D 
postfix::with_ldap -D imapd::with_kolab_nocaps -D apache::with_zlib=no"



	Output error install-kolab.sh if no change
	******************************************

........................................................................
.........................................................................
.........................................................................
.........................................................................
.........................................................................
.........................................................................
checking whether to enable mod_ssl... checking dependencies
checking for SSL/TLS toolkit base... /kolab
  adding "-R/kolab/lib" to LDFLAGS
checking for OpenSSL version... checking openssl/opensslv.h usability... yes
checking openssl/opensslv.h presence... yes
checking for openssl/opensslv.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
OK
  forcing SSL_LIBS to "-lssl -lcrypto"
checking openssl/engine.h usability... yes
checking openssl/engine.h presence... yes
checking for openssl/engine.h... yes
checking for SSLeay_version... yes
checking for SSL_CTX_new... no
checking for ENGINE_init... no
checking for ENGINE_load_builtin_engines... no
checking for SSL_set_cert_store... no
configure: error: ... Error, SSL/TLS libraries were missing or unusable
error: Bad exit status from /kolab/RPM/TMP/rpm-tmp.9292 (%build)


RPM build errors:
    Bad exit status from /kolab/RPM/TMP/rpm-tmp.9292 (%build)
+ exit 1

----------
messages: 18180
nosy: soliva
status: unread
title: Solaris 10 Sparc Kolab V2.2.1 Beta 1 SSL/TLS libraries were missing or unusable
___________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://www.intevation.de/roundup/kolab/issue3341>
___________________________________________________




More information about the devel mailing list