From owner-freebsd-ports@FreeBSD.ORG Sun Oct 1 15:10:14 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A24AD16A407 for ; Sun, 1 Oct 2006 15:10:14 +0000 (UTC) (envelope-from alex.pogodin@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1B6843D45 for ; Sun, 1 Oct 2006 15:10:13 +0000 (GMT) (envelope-from alex.pogodin@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so1391109nfc for ; Sun, 01 Oct 2006 08:10:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=abiRYV/uqDFt9JKGsjnFtQ0m0uvXOlFi6NlECKRNlDa7MBPZ8xsmGLL6huH3nIznW6MkyDQ/MCPG+tnQD5ZZrUV0y5cAw2mH112W4pv+BQZELwocOuWS1EQ1B96WagIpiAqEIDVbtXShA+PY03LZONgOwC0BMKxmvxz0+NXzBnc= Received: by 10.49.29.3 with SMTP id g3mr4516344nfj; Sun, 01 Oct 2006 08:10:12 -0700 (PDT) Received: by 10.48.202.12 with HTTP; Sun, 1 Oct 2006 08:10:12 -0700 (PDT) Message-ID: <9baaaba30610010810m1c61b6b9tedddb076ac2c4bb9@mail.gmail.com> Date: Sun, 1 Oct 2006 18:10:12 +0300 From: "Alex Pogodin" To: skv@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: ports@FreeBSD.org Subject: FreeBSD Port: libapreq2-2.08 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 15:10:14 -0000 Hi! Here is my problem. I have installed a clean FreeBSD 6.1. CVSup-ed port collection. Then: #cat >> /etc/make.conf .if ${.CURDIR:M*/www/apache2*} WITH_LDAP=yes WITH_LDAP_MODULES=yes WITH_BERKELEY_DB=db42 .endif ^D #cd /usr/ports/www/libapreq2 #make install Compiling fails with error /usr/bin/ld: cannot find -lldap I have also tried to exclude LDAP from Apache modules, then I am getting "cannot find -lexpat" What am I doing incorrect? Best, Alex.