From owner-freebsd-questions@freebsd.org Mon Jun 4 21:33:36 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9353DFF733C for ; Mon, 4 Jun 2018 21:33:36 +0000 (UTC) (envelope-from edflecko@gmail.com) Received: from mail-lf0-x22a.google.com (mail-lf0-x22a.google.com [IPv6:2a00:1450:4010:c07::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D73686808F for ; Mon, 4 Jun 2018 21:33:35 +0000 (UTC) (envelope-from edflecko@gmail.com) Received: by mail-lf0-x22a.google.com with SMTP id q11-v6so226904lfc.7 for ; Mon, 04 Jun 2018 14:33:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=A4xFwoD/GBbHgdxxDy4Wo5nXqqWkpNnUi4RZFoiOiLE=; b=mc3nLfGvwnq26arc/Uepw0FQGYmMGM4JBlJbVjVIeP3PprWFOqzMQl4plCC6u7pyEf D9M9F1biolP7aMe+qKpP3rX+bbxiOeEiB9vHzIWVaYFQtbjCjRdWotjHviuGkgrOv21T Rw3q0fkhs1fg992yllr4HhT7BfmH+sHq6y2ofZhw2OkSDadql9G0R5IqZpC9sB+6Ygtz XvmOfz2Og09hEIW35hh39lyGpp5mwGYp0cthHzyFdOb0cRgbYIDWdO0sGEhmn8PDn86i eDc4g0sXjpbP36JDjFK0uR62AF/8+5XapfpVK17RlcXK3jLdSSK6BWwFPMCeRdTOSxul pnjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=A4xFwoD/GBbHgdxxDy4Wo5nXqqWkpNnUi4RZFoiOiLE=; b=gMvShyS2Capj2eI7g6ZWi7fyGOu4XUqTlLiPOcODCy30DyftZADc+GwpWe5dQQHfBa 4HaYeamvRdVZh/E6JL6/YZ9fczkQ+tdB/PpFlbC8jGrSFFbffpFY9qjuFpE9r+lqm+TK H0oTXNZE35R6q4aA7vaDhze+Pt/6YECphNYl3olWiLD0BJtHiF3x0S0zXW11FQb/2JDA B3CiA9APR1q0qFnVTCkPR1IIuT1aPtguWgU6Q0BI1mvc/4aS2aZ5E27AoLfWm7hrOBjH IuliDOkaFbA6RU19ZNYwrmeXmaR9/SQxwKwbcvAsgqteldXh1ypTxotYPYN4lZ1gkYnm /hOg== X-Gm-Message-State: ALKqPwc6xzwprDbuMlWE3dEIvgi0M2nbd+ARr6n8fMLSOz3t+4r7kMjH XQ87haQDI7Y+bpP9GBt17YV0xwCBgFsq+I8uCZDklw== X-Google-Smtp-Source: ADUXVKKUnJBn77SNnTkBKdgTM2e/cGcclV9jo5ikQKIlaGS6Q0TlqTt9nzoKK5V/jBOILLgsvCYoEwE/7itHKTLYdsg= X-Received: by 2002:a19:d744:: with SMTP id o65-v6mr13320960lfg.124.1528148014344; Mon, 04 Jun 2018 14:33:34 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:4b02:0:0:0:0:0 with HTTP; Mon, 4 Jun 2018 14:33:33 -0700 (PDT) From: edflecko Date: Mon, 4 Jun 2018 14:33:33 -0700 Message-ID: Subject: Error installing Apache from port with NSS To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 21:33:36 -0000 I'm trying to install Apache 2.4 in an ezjail using the port. I issued the following command from the jail /usr/ports/www/apache24 directory to begin: make config-recursive install clean and I chose to use the NSS option when installing. The error message I eventually get is: "configure: error: Crypto was requested but no crypto library could be enabled; specify the location of a crypto library using --with-openssl, --with-nss, and/or --with-commoncrypto." I then ran: make deinstall clean for the Apache port, installed NSS from the port, and re-ran my Apache install and I still get the same error. I see the error message clearly says to " specify the location of a crypto library using --with-openssl, --with-nss..." but I don't know how to do that. Suggestions? Thank you, Ed