a problem

Jonathan Chen jonc at chen.org.nz
Tue Feb 22 09:13:18 GMT 2005


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 <jonc at chen.org.nz>
----------------------------------------------------------------------
                             "Beer. Now there's a temporary solution."
                                                       - Homer Simpson


More information about the freebsd-questions mailing list