From owner-freebsd-questions@FreeBSD.ORG Thu Sep 29 21:25:03 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C50FE1065674 for ; Thu, 29 Sep 2011 21:25:03 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 127FD8FC08 for ; Thu, 29 Sep 2011 21:25:01 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so1364632bkb.13 for ; Thu, 29 Sep 2011 14:25:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=g42A+3Tim9kp7Zc01aTWPX65iSgl1y6oh0PaX2Ajc4E=; b=OFRe4NPjMifJOwrkQJ2pW0QDekX5ncjTWIL3D4/JOHRY97k8Pvb0m1mE6CBXFnw1FV dct2JfZB9UgEgVhe8qYOibPRE4fcmsLgwnwO/YODcL0QY/Vr4myPiwl6Shaw7c/S2Php jmrrzjbEsJEk0VHDMJv0BSF0QH5qJMt0p1ZYA= MIME-Version: 1.0 Received: by 10.204.143.15 with SMTP id s15mr4125288bku.334.1317329676480; Thu, 29 Sep 2011 13:54:36 -0700 (PDT) Received: by 10.204.113.4 with HTTP; Thu, 29 Sep 2011 13:54:36 -0700 (PDT) Date: Thu, 29 Sep 2011 16:24:36 -0430 Message-ID: From: Alberto Mijares To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Subject: About suidperl in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2011 21:25:03 -0000 Hi, I'm using 8.2-RELEASE I need suidperl for openwebmail. I include ENABLE_SUIDPERL=true in /etc/make.conf and compile with make -DENABLE_SUIDPERL"TRUE" install clean Even so there is no /usr/bin/suidperl anywhere. Any advise? I'm missing something? Thanks Alberto Mijares