Date: Tue, 2 Aug 2005 09:39:39 -0400 From: Kris Kennaway <kris@obsecurity.org> To: sibel kanmaz <sibelkanmaz@yahoo.com> Cc: freebsd-net@freebsd.org Subject: Re: SSL lib Message-ID: <20050802133939.GA41300@xor.obsecurity.org> In-Reply-To: <20050729104515.82498.qmail@web53502.mail.yahoo.com> References: <20050729104515.82498.qmail@web53502.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050802133939.GA41300>