From owner-freebsd-questions@FreeBSD.ORG Mon Aug 25 09:42:43 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 482F916A4BF for ; Mon, 25 Aug 2003 09:42:43 -0700 (PDT) Received: from undead.dnn.ru (dnn.ru [212.158.164.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id D610843FDF for ; Mon, 25 Aug 2003 09:42:38 -0700 (PDT) (envelope-from alex@dynaweb.ru) Received: from dynaweb.ru (dynaweb.dnn.ru [212.158.164.112]) by undead.dnn.ru (8.9.3/8.9.3) with ESMTP id UAA58249 for ; Mon, 25 Aug 2003 20:44:42 +0400 (MSD) (envelope-from alex@dynaweb.ru) Message-ID: <3F4A3CE6.1020805@dynaweb.ru> Date: Mon, 25 Aug 2003 20:44:22 +0400 From: Alex User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD questions list Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Subject: lack of pthread_atfork() in FreeBSD 4.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: alex@dynaweb.ru List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2003 16:42:43 -0000 Hi everybody! I've got a problem when compiling Peter Gutmann's CryptLib under FreeBSD 4.8 as it needs some unimplemented function in pthreads library pthread_atfork(). How can I handle this? Is it implemented in 5.x? Or any other way out? Any help will be usefull :0) Alexander Komratov