From owner-freebsd-ports Thu Nov 9 20:37:51 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 512BB37B479 for ; Thu, 9 Nov 2000 20:37:49 -0800 (PST) Received: from admin.westbend.net (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id WAA38806; Thu, 9 Nov 2000 22:37:32 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <027e01c04ad0$0b4ca800$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Chris Byrnes" , References: <200011100203.UAA93398@ns1.t-cog.org> Subject: Re: lynx-ssl Date: Thu, 9 Nov 2000 22:38:16 -0600 Organization: West Bend Interent MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Chris Byrnes" > cd /usr/ports/www/lynx-ssl ; make all install > > LYMain.o: In function `main': > LYMain.o(.text+0x62e): warning: mktemp() possibly used unsafely; consider using mkstemp() > /usr/local/lib/libcrypto.so: undefined reference to `ERR_load_RSAREF_strings' > /usr/local/lib/libcrypto.so: undefined reference to `RSA_PKCS1_RSAref' > *** Error code 1 > The problem is your either the port failed to include a dependancy on the security/RSAref port (FreeBSD 2.x, 3.x), or you failed to remove OpenSSL from FreeBSD 4.x+ as well as not install the base OpenSSL crypto libraries. Which version of FreeBSD are you trying to install this port on? Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message