From owner-freebsd-ports@FreeBSD.ORG Thu Jan 27 20:48:39 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9376616A4CE; Thu, 27 Jan 2005 20:48:39 +0000 (GMT) Received: from hadar.amcc.com (hadar.amcc.com [192.195.69.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00DED43D4C; Thu, 27 Jan 2005 20:48:39 +0000 (GMT) (envelope-from mmontaseri@amcc.com) Received: from [10.66.12.100] (medi.amcc.com [10.66.12.100]) by hadar.amcc.com (Netscape Messaging Server 4.15) with ESMTP id IAZTT702.NVJ; Thu, 27 Jan 2005 12:48:43 -0800 Message-ID: <41F95376.3040707@amcc.com> Date: Thu, 27 Jan 2005 12:47:50 -0800 From: "Medi Montaseri" User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <41F6F9FA.8050303@amcc.com> <20050126020540.GA81539@xor.obsecurity.org> <41F6FE84.6020901@amcc.com> <20050126030750.GA99109@xor.obsecurity.org> <41F7DF99.7040606@amcc.com> <20050126194430.GA10811@xor.obsecurity.org> In-Reply-To: <20050126194430.GA10811@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: dinoex@FreeBSD.org cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: openssl-0.9.7e_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 20:48:39 -0000 Kris Kennaway wrote: >On Wed, Jan 26, 2005 at 10:21:13AM -0800, Medi Montaseri wrote: > > > >>True...suspect the app first...to that extent, my app works fine on >>64-bit linux >>So for me to continue debugging, I'll need to have source code so I can >>have the symbol tables, etc, etc >>Based on gdb, seg faulting is happening in SSL_library_init().... >>I have downloaded the "openssl port" but being my first time on FreeBSD >>I can use some help >>The "openssl port" seems to be a patch. How do I proceed from >>here....should I just run make in that directory >> >> > >Please read the relevant chapter in the Handbook on the freebsd >website for information on how to use ports. > >Kris > > I have managed to get the patch for openssl 0.9.7e and compiled the libs on my amd64. Can I ask more questions, perhaps along debugging using gdb or am I on my own from here.. Thanks