From owner-freebsd-net@FreeBSD.ORG Mon Aug 11 08:29:04 2003 Return-Path: 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 844E137B401 for ; Mon, 11 Aug 2003 08:29:04 -0700 (PDT) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id E026043FD7 for ; Mon, 11 Aug 2003 08:29:03 -0700 (PDT) (envelope-from mbsd@pacbell.net) Received: from atlas (adsl-64-165-200-173.dsl.snfc21.pacbell.net [64.165.200.173])h7BFSxoN007068; Mon, 11 Aug 2003 10:29:00 -0500 (CDT) Date: Mon, 11 Aug 2003 08:29:01 -0700 (PDT) From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= X-X-Sender: mikko@atlas.home To: Maria Dolores Moral In-Reply-To: <200308111335.55573.yoyes@dif.um.es> Message-ID: <20030811082729.H1825@atlas.home> References: <200308111335.55573.yoyes@dif.um.es> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-net@freebsd.org Subject: Re: SSL lib X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 15:29:04 -0000 On Mon, 11 Aug 2003, Maria Dolores Moral wrote: > Hello. I am working with FreeBSD > I have included in that files, and I obtain the following > error: > > IPv6Router# gcc -lssl echo_server.c ssl_common.c -o ssl > /tmp/ccN7GB0Z.o: In function `main': > /tmp/ccN7GB0Z.o(.text+0x170): undefined reference to `BIO_new_socket' [...] Try: -lssl -lcrypto $.02, /Mikko