From owner-freebsd-net@FreeBSD.ORG Tue Aug 2 13:39:50 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 548C916A41F for ; Tue, 2 Aug 2005 13:39:50 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBD2043D45 for ; Tue, 2 Aug 2005 13:39:49 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j72DdmNV021611 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 2 Aug 2005 09:39:49 -0400 Received: from obsecurity.dyndns.org (fields.fields.utoronto.ca [128.100.216.11]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j72Ddm6P003337; Tue, 2 Aug 2005 09:39:48 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8E71C514C4; Tue, 2 Aug 2005 09:39:39 -0400 (EDT) Date: Tue, 2 Aug 2005 09:39:39 -0400 From: Kris Kennaway To: sibel kanmaz Message-ID: <20050802133939.GA41300@xor.obsecurity.org> References: <20050729104515.82498.qmail@web53502.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <20050729104515.82498.qmail@web53502.mail.yahoo.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-net@freebsd.org Subject: Re: SSL lib X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2005 13:39:50 -0000 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 29, 2005 at 03:45:15AM -0700, sibel kanmaz wrote: > hello I have some problems with openssl: > wclient2.o(.text+0x3a6): undefined reference to `SSL_new' > wclient2.o(.text+0x3b9): undefined reference to `BIO_new_socket' > wclient2.o(.text+0x3d0): undefined reference to `SSL_set_bio' > wclient2.o(.text+0x3de): undefined reference to `SSL_connect' > wclient2.o(.text+0x3f2): undefined reference to `berr_exit' > wclient2.o(.text+0x40f): undefined reference to `check_cert' > wclient2.o(.text+0x42a): undefined reference to `SSL_get1_session' > wclient2.o(.text+0x43b): undefined reference to `SSL_shutdown' > wclient2.o(.text+0x449): undefined reference to `SSL_free' > wclient2.o(.text+0x46e): undefined reference to `tcp_connect' > as I have seen at internet you have had a problem like this if you solved= this please help me,thanks. > Good days,Sibel=20 You probably aren't linking to the correct libraries, e.g. -lssl -lcrypto. If this is not the case, post the exact command that caused the above errors. Kris --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC73ebWry0BWjoQKURAim/AJ0XspI3AZivSdWxERn1RzQDWaJzBgCgu/9b r3txH1MT9edSzGfm7Fp1IRc= =rWuc -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc--