From owner-freebsd-questions@FreeBSD.ORG Tue Feb 22 09:13:18 2005 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 D04E016A4CE for ; Tue, 22 Feb 2005 09:13:18 +0000 (GMT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B18543D31 for ; Tue, 22 Feb 2005 09:13:18 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id ACC2B5643A; Tue, 22 Feb 2005 22:13:16 +1300 (NZDT) Date: Tue, 22 Feb 2005 22:13:16 +1300 From: Jonathan Chen To: Bulent Message-ID: <20050222091316.GA40831@osiris.chen.org.nz> References: <001701c5182d$331b9dd0$dc96eed5@ihlasnetym> <20050221181232.GA70161@ei.bzerk.org> <00a401c518af$0bb06460$dc96eed5@ihlasnetym> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00a401c518af$0bb06460$dc96eed5@ihlasnetym> User-Agent: Mutt/1.4.2.1i cc: Ruben de Groot cc: freebsd-questions@freebsd.org Subject: Re: a problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2005 09:13:18 -0000 On Tue, Feb 22, 2005 at 09:20:54AM +0200, Bulent wrote: > I was given some files which openssl and paycgi files by a bank in order to > make a secure ssl via the bank. > but I use FreeBSD53 and the bank gave me named linuxcgifiles according to > linux-redhat > the files as below; > openssl > capi.c > capi.h > cgic.c > cgic.h > common.c > libcrypto.a > libssl.a You can't use Linux compiled C library-archives on a FreeBSD system. Try linking against the FreeBSD SSL libraries instead. -- Jonathan Chen ---------------------------------------------------------------------- "Beer. Now there's a temporary solution." - Homer Simpson