From owner-freebsd-chat@freebsd.org Wed Dec 4 13:27:23 2019 Return-Path: Delivered-To: freebsd-chat@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E77261BA8EC for ; Wed, 4 Dec 2019 13:27:23 +0000 (UTC) (envelope-from freebsd-chat@m.gmane.org) Received: from blaine.gmane.org (195-159-176-226.customer.powertech.no [195.159.176.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47Sflv29G2z3LRQ for ; Wed, 4 Dec 2019 13:27:22 +0000 (UTC) (envelope-from freebsd-chat@m.gmane.org) Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1icURr-0002CG-RQ for freebsd-chat@freebsd.org; Wed, 04 Dec 2019 14:12:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-chat@freebsd.org From: Amit Yaron Subject: The Location of "lynx" Date: Wed, 4 Dec 2019 15:11:59 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 X-Mozilla-News-Host: news://news.gmane.com:119 Content-Language: en-US X-Rspamd-Queue-Id: 47Sflv29G2z3LRQ X-Spamd-Bar: +++++++ Authentication-Results: mx1.freebsd.org; dkim=none; spf=none (mx1.freebsd.org: domain of freebsd-chat@m.gmane.org has no SPF policy when checking 195.159.176.226) smtp.mailfrom=freebsd-chat@m.gmane.org X-Spamd-Result: default: False [7.03 / 15.00]; ARC_NA(0.00)[]; GREYLIST(0.00)[pass,body]; FROM_HAS_DN(0.00)[]; HFILTER_HOSTNAME_1(0.50)[195-159-176-226.customer.powertech.no]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_SPAM_MEDIUM(0.98)[0.984,0]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_LAST(0.00)[]; IP_SCORE(1.36)[ipnet: 195.159.0.0/16(4.11), asn: 2116(2.69), country: NO(-0.01)]; NEURAL_SPAM_LONG(0.99)[0.990,0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[amit@phpandmore.net,freebsd-chat@m.gmane.org]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2116, ipnet:195.159.0.0/16, country:NO]; FROM_NEQ_ENVFROM(0.00)[amit@phpandmore.net,freebsd-chat@m.gmane.org]; FORGED_MUA_THUNDERBIRD_MSGID_UNKNOWN(2.50)[]; RCVD_COUNT_TWO(0.00)[2] X-Spam: Yes X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Dec 2019 13:27:24 -0000 I think lynx is a great browser these days because it is GUI-less. Yesterday I tried to browse "sqlite.org" with it, but failed with the error message: Alert!: This client does not contain support for HTTPS URLs So I searched a solution, and found a great advice to check with "ldd" if the product had been compiled with "openssl". It had not, and I decided to reinstall it, but failed because "ja-lynx" installs to the same location. What does the "ja" stand for? Japanese. I recalled that I'd installed it from "/usr/ports/japanese/lynx" because this is the output you get by running whereis lynx But it is a web browser, so it should be found under "/usr/ports/www". I installed it from there, and it can open URLs with the scheme "https://".