From owner-freebsd-ports@FreeBSD.ORG Wed Jan 26 18:22:03 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 41D0316A4CE; Wed, 26 Jan 2005 18:22:03 +0000 (GMT) Received: from hadar.amcc.com (hadar.amcc.com [192.195.69.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id D906643D1D; Wed, 26 Jan 2005 18:22:01 +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 IAXSCS01.6NF; Wed, 26 Jan 2005 10:22:04 -0800 Message-ID: <41F7DF99.7040606@amcc.com> Date: Wed, 26 Jan 2005 10:21:13 -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> In-Reply-To: <20050126030750.GA99109@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: Wed, 26 Jan 2005 18:22:03 -0000 Kris Kennaway wrote: >On Tue, Jan 25, 2005 at 06:20:52PM -0800, Medi Montaseri wrote: > > >>Kris Kennaway wrote: >> >> >> >>>On Tue, Jan 25, 2005 at 06:01:30PM -0800, Medi Montaseri wrote: >>> >>> >>> >>> >>>>Hi, >>>> >>>>I am having some problems compiling OpenSSL 0.9.7d on FreeBSD 5.3 amd64. >>>>I see that my OS already has openssl-0.9.7d installed ...but my attempt >>>>to ./config and compile >>>> >>>> >>>>from openssl src fails with >>> >>> >>>>medi@medit64:~/src/64bsd/gigapath/sw/openssl/openssl-0.9.7d> ./config >>>>--prefix=/tmp/ssl >>>>Operating system: amd64-whatever-freebsd >>>>This system (freebsd) is not supported. See file INSTALL for details. >>>> >>>>Should I upgrade to 0.9.7e to be able to compile on FreeBSD 5.3 amd64 >>>>(cpu is actually an Intel EM64T) >>>> >>>> >>>> >>>> >>>If you really want to compile another copy of openssl, use the port. >>> >>>Kris >>> >>> >>> >>I don't necessarly want to ... but my app is currently seg faulting on >>SSL_library_init(). >>I'm using stock version on 5.3 amd64 which is openssl-0.9.7d >> >>Has there been any other similar issues reported on 5.3 and 0.9.7d >> >> > >I don't know, but your first guess should probably be an application >bug :-) Are you able to use other openssl applications? > >Kris > > > 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 Thanks