From owner-freebsd-questions@FreeBSD.ORG Sun Mar 29 04:47:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 992F2106566B for ; Sun, 29 Mar 2009 04:47:38 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 019C18FC13 for ; Sun, 29 Mar 2009 04:47:37 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id n2T4hj8v021019 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 29 Mar 2009 11:43:45 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.2/8.12.11) id n2T4lXFa044074; Sun, 29 Mar 2009 11:47:33 +0700 (ICT) Date: Sun, 29 Mar 2009 11:47:33 +0700 (ICT) Message-Id: <200903290447.n2T4lXFa044074@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Stock OpenSSL is multithread or not? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Mar 2009 04:47:38 -0000 Hi, I am trying to use Pound (/usr/ports/www/pound). From the documentation I read; Warning: as Pound is a multi-threaded program it requires a version of OpenSSL with thread support. This is normally the case on Linux and Solaris (for example) but not on *BSD. Is that still true on FreeBSD 6.4 RELENG amd64? And should I install another version of OpenSSL that includes threads? TIA, Olivier