From owner-freebsd-ports Thu Jun 3 14:48:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from neptune.psn.net (unknown [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 4200D158C6 for ; Thu, 3 Jun 1999 14:48:11 -0700 (PDT) (envelope-from andrews@technologist.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow) by neptune.psn.net with smtp (PSN Internet Service 2.12 #3) id 10pfLN-0001qG-00; Thu, 3 Jun 1999 14:48:09 -0700 Message-Id: <3.0.6.32.19990603174121.007b3910@mail.psn.net> X-Sender: andrews@mail.psn.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Thu, 03 Jun 1999 17:41:21 -0400 To: koji@dti.ad.jp From: Will Andrews Subject: Re: ports/12003: www/lynx-ssl build fails Cc: ports@FreeBSD.ORG In-Reply-To: <19990603082539.C402D151C4@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry I couldn't use send-pr to reply to this message. However, relevant information has been posted here. At 01:25 AM 6/3/99 -0700, you wrote: >>Number: 12003 >>Category: ports >>Synopsis: www/lynx-ssl build fails >>Confidential: no >>Severity: serious >>Priority: low >>Responsible: freebsd-ports >>State: open >>Quarter: >>Keywords: >>Date-Required: >>Class: sw-bug >>Submitter-Id: current-users >>Arrival-Date: Thu Jun 3 01:30:03 PDT 1999 >>Closed-Date: >>Last-Modified: >>Originator: Koji Kondo >>Release: FreeBSD 3.2-RELEASE >>Organization: >DTI >>Environment: >FreeBSD 3.2-STABLE i386 uname -srm: FreeBSD 3.1-RELEASE i386 >>Description: >configure fail. > >===> Configuring for lynx-ssl-2.8.1.1 >creating cache ./config.cache >checking host system type... i386--freebsd3.2 >checking for gcc... cc >checking whether the C compiler (cc -O -pipe I/usr/local/include/openssl ) works... no It should be noted that OpenSSL installs its libraries as /usr/local/include/libssl*.h. Also, that cc thing appears to be a typo.. In the Makefile, line 30: -CFLAGS+= I${PREFIX}/include/openssl CFLAGS+= -I${PREFIX}/include/libssl I reran `make' in the port's toplevel dir, and it succeeded. I also tested the lynx binary that resulted, and it worked with a HTTPS (Thawte SSL Cert) server. :-) -- Will Andrews System Administrator, Gatekeeper Technologies Powered by FreeBSD - http://www.gatekeep.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message