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 <[EMAIL PROTECTED]>
----------------------------------------------------------------------
                             "Beer. Now there's a temporary solution."
                                                       - Homer Simpson
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to