pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/46655: apache24 doesn't start on netbsd6b2-amd64



The following reply was made to PR pkg/46655; it has been noted by GNATS.

From: Ryo ONODERA <ryo_on%yk.rim.or.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost, htodd%twofifty.com@localhost
Cc: 
Subject: Re: pkg/46655: apache24 doesn't start on netbsd6b2-amd64
Date: Thu, 05 Jul 2012 12:38:39 +0900 (JST)

 ----Next_Part(Thu_Jul__5_12_38_39_2012_841)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Hi,
 
 NetBSD current and 6.0's OpenSSL lacks some functions.
 Probably latest OpenSSL-stable has the functions.
 
 Attached patch is workaround.
 Please try it.
 
 Thank you.
 
 -- 
 Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
 PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3
 
 ----Next_Part(Thu_Jul__5_12_38_39_2012_841)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline; filename="patch-modules_ssl_ssl__private.h"
 
 $NetBSD$
 
 NetBSD current and 6.0's OpenSSL have some incompatibilities.
 
 --- modules/ssl/ssl_private.h.orig     2012-04-03 12:37:57.000000000 +0000
 +++ modules/ssl/ssl_private.h
 @@ -83,7 +83,7 @@
  
  /* OpenSSL headers */
  #include <openssl/opensslv.h>
 -#if (OPENSSL_VERSION_NUMBER >= 0x10001000)
 +#if (OPENSSL_VERSION_NUMBER >= 0x10001000) && !defined(__NetBSD__)
  /* must be defined before including ssl.h */
  #define OPENSSL_NO_SSL_INTERN
  #endif
 
 ----Next_Part(Thu_Jul__5_12_38_39_2012_841)----
 
 


Home | Main Index | Thread Index | Old Index