From owner-freebsd-questions@freebsd.org Mon Jun 4 22:49:52 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 E267BFDF6D5 for ; Mon, 4 Jun 2018 22:49:51 +0000 (UTC) (envelope-from edflecko@gmail.com) Received: from mail-lf0-x236.google.com (mail-lf0-x236.google.com [IPv6:2a00:1450:4010:c07::236]) (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 425CA6B761 for ; Mon, 4 Jun 2018 22:49:51 +0000 (UTC) (envelope-from edflecko@gmail.com) Received: by mail-lf0-x236.google.com with SMTP id v135-v6so451980lfa.9 for ; Mon, 04 Jun 2018 15:49:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=kOdSFrM7OfeutQ486ht5a+R35vnV+V32VnQlRt2yzGg=; b=lr0hCaHPw7oeGllT+uVKCk5F5OzBe2/ThefIG+48Bg86W1VMH49H1FQh0P9aWJXC93 qqwiRF7F07lnDSGe6mHTGAIpIZ9v7Mrg/YcQzF4l/G+8J1pwlLQz0ycDZLu84C9evoR7 0V7lPxOZCHCbNguaYgm0GCWlgLs0TzGd7P3LznROlPRyjwML43PdRI75vwOpVnh3OtcJ tHuM7048m6JRFlUrTOkO2swUmUBFfmfspWzq6/515o52FrT6HJ4fuGXkPSYigXwWc0hb YwP4OL1maFMky/Lw6ZPs2PfpZzsET5rf32xMz0g5ggT2zgzfBxt0+6oGhonrMBBdntEk 0PeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=kOdSFrM7OfeutQ486ht5a+R35vnV+V32VnQlRt2yzGg=; b=P2MMVahFXU06pEYOhhDHUQnv+XK6tlMp7f5k35zmdM6QFGOCktzm3YhRwkyqDrjnuK cS6KPqiw4CqavKbwbiXC53Tj207khy1JVD/f8wBvoSoACsLLHsKGYocJxQocNX6uVmqk NMZ4NrHZt1ZvLeLHbZtF6zhmVajDKsENQphSYbKMcV+LUyfIojzsoEKKd0XuP94dlpO8 BM3Jm1bDFEir11EgduVJCoFuLYidmnsS5+1Gv42Gh+uCfIYaz0+G4YPMOYt9G5gVO8/p NXaIVt3u9bk3VmEq3qIBtUOX6lTryUgWjg012zZCJdk41AH3EZaZuuSgKmzv1OHxAJHU uR1w== X-Gm-Message-State: APt69E0mXer1xVnLqUiOXhSMmUrI3d3fkZYgCZI3H1Ezi0ZseNW9AVPG qLN315sXT+FnIMBdlvDs89AMQZQaJNimb/a5EPeJJw== X-Google-Smtp-Source: ADUXVKJCbRvD8cZYyK1o+TYHbU1RoKGsfZ2D40K5lOcILh4+v7iZeh77xK7stteP3f5ieVJRRxaMNH+Mh7xncbBi6xc= X-Received: by 2002:a19:97cb:: with SMTP id z194-v6mr73002lfd.17.1528152589758; Mon, 04 Jun 2018 15:49:49 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:4b02:0:0:0:0:0 with HTTP; Mon, 4 Jun 2018 15:49:49 -0700 (PDT) In-Reply-To: <20180605002444.cbc40d38.freebsd@edvax.de> References: <20180605002444.cbc40d38.freebsd@edvax.de> From: edflecko Date: Mon, 4 Jun 2018 15:49:49 -0700 Message-ID: Subject: Re: 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 22:49:52 -0000 Thank you. Oddly, there is no "configure" file. There are Makefile, Makefile.options and Makefile.options.desc. Perhaps there's a Makefile option that needs to be altered? Ed: On Mon, Jun 4, 2018 at 3:24 PM, Polytropon wrote: > On Mon, 4 Jun 2018 14:33:33 -0700, edflecko wrote: > > 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? > > This is an error message primarily intended for using the > "configure" script (in the classic sense of "./configure && > make && make install" way of installing things). Those options > will instruct "configure" how to generate the Makefile that > will control the build. > > You should be able to use something like this: > > # ./configure --with-nss > # make > # make install > > from within the port's work directory (just check where > the configure script is). > > However, the FreeBSD ports infrastructure should be the > preferred means so you do not have to do this. :-) > > > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... >