From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16016 invoked by alias); 3 Oct 2015 18:58:26 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 20694 Received: (qmail 2326 invoked from network); 3 Oct 2015 18:58:25 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=9M3lEg8Zkhg1ZJlbrEI1FANYMAI7/6S3j3xzdCNqd6A=; b=lYKsI0wQL/IC5TJ8uKYmOalBpcmznAocyQThCk0mpGYngPvN7oGtLpL4cweDMYuBa2 IbvnP/KJLAn+PJsQO+BX6OWc/PbFRDPSMZKhopoY1hXfNq9q1tgyhXahDxydii4cwIzt RFeOE1TGWRFgoz+8N3nS4AYn+oiJFEylrvuadWzfToACcGhX96AJcesTtoEz6Z06ceQZ 38wwu/vC8ndlrHnAruvdWj7W34rKvEgnzAOdah6qzSVmozqwWxfX55V+k/5fdNRwhCFM WU9LZ7ByvDi3my1Z/4LILCzUUOOxp/Vyna3LAs6iASiPOIafHwlxh/qTCAhMoJke/bkz ilKg== X-Gm-Message-State: ALoCoQmJnfEJgOK811kqwTiFt5J9Kx2DzT2QJ8ygqTBYb4jWN0AoPd6NCn3H/NoypBnzq9yCxSlM X-Received: by 10.60.141.69 with SMTP id rm5mr13437100oeb.18.1443898704147; Sat, 03 Oct 2015 11:58:24 -0700 (PDT) From: Bart Schaefer Message-Id: <151003115816.ZM4689@torch.brasslantern.com> Date: Sat, 3 Oct 2015 11:58:16 -0700 In-Reply-To: <560DEDDD.6080603@eastlink.ca> Comments: In reply to Ray Andrews "missing curses.so" (Oct 1, 7:37pm) References: <560DEDDD.6080603@eastlink.ca> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Zsh Users Subject: Re: missing curses.so MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Oct 1, 7:37pm, Ray Andrews wrote: } } After rebuilding everything yesterday I thought everything was fine, but } I see that I'm missing two modules: curses.so and pcre.so. curses.so gets built if the necessary libraries and headers are found, so for some reason they were not. You may need to use the --with-term-lib option to configure, or in some other way tell the build process where the headers are. pcre.so is not built unless "configure --enable-pcre ..." is used.