From owner-freebsd-questions@FreeBSD.ORG Mon Aug 25 14:04:35 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 EB27416A4BF for ; Mon, 25 Aug 2003 14:04:35 -0700 (PDT) Received: from undead.dnn.ru (dnn.ru [212.158.164.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FDAD43FDD for ; Mon, 25 Aug 2003 14:04:34 -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 BAA59515; Tue, 26 Aug 2003 01:06:13 +0400 (MSD) (envelope-from alex@dynaweb.ru) Message-ID: <3F4A7A34.1080008@dynaweb.ru> Date: Tue, 26 Aug 2003 01:05:56 +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: Dan Nelson References: <3F4A3CE6.1020805@dynaweb.ru> <20030825165613.GA26367@dan.emsphone.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: FreeBSD questions list Subject: Re: 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 21:04:36 -0000 Dan Nelson wrote: >In the last episode (Aug 25), Alex said: > > >>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) >> >> > >Use the port? /usr/ports/security/cryptlib builds just fine for me on >4.x and 5.x > It was till cl3.1 beta 5 released I have no actual idea what Peter had changed there since beta 4 that was compiled w/out any problem but I need beta 5 because of SSH problems in previous betas under FreeBSD. I looked through /usr/ports/security/cryptlib and found it just downloading tarball from Peter's ftp with all faults I'm facing every time when compiling it. I mean original makefile ignores -pthread option and hence makes a mass of linker errors to occur. After all my question is still on :0( > > >