From owner-freebsd-ports@FreeBSD.ORG Sun Jul 30 10:15:37 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 7C29516A4DF; Sun, 30 Jul 2006 10:15:37 +0000 (UTC) (envelope-from rayed@saudi.net.sa) Received: from riy-m18.saudi.net.sa (riy-m18.saudi.net.sa [212.118.133.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD80543D46; Sun, 30 Jul 2006 10:15:36 +0000 (GMT) (envelope-from rayed@saudi.net.sa) Received: from localhost (localhost.saudi.net.sa [127.0.0.1]) by riy-m18.saudi.net.sa (SAUDI NET Mail Server) with ESMTP id 55708A5B383; Sun, 30 Jul 2006 13:15:33 +0300 (AST) Received: from riy-m18.saudi.net.sa ([127.0.0.1]) by localhost (riy-m18.saudi.net.sa [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 60442-02; Sun, 30 Jul 2006 13:15:31 +0300 (AST) Received: from [10.0.0.25] (unknown [10.0.0.25]) by riy-m18.saudi.net.sa (SAUDI NET Mail Server) with ESMTP id 2B7CCA5B3F0; Sun, 30 Jul 2006 13:15:31 +0300 (AST) Message-ID: <44CC86BE.50305@saudi.net.sa> Date: Sun, 30 Jul 2006 13:15:26 +0300 From: Rayed Alrashed User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: anders@FreeBSD.org Content-Type: text/plain; charset=windows-1256; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at saudi.net.sa Cc: ports@FreeBSD.org Subject: FreeBSD Port: pam_mysql-0.6.2 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, 30 Jul 2006 10:15:37 -0000 Hello Andres, I had a problem with pam_mysql port not supporting MD5 encryption. When I used "crypt=3" in my pam.d config file I get this error: pam_mysql - non-crypt()ish MD5 hash is not supported in this build. To fix it I edited the port Makefile to add openssl support (needed for MD5): 19c19 < CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --with-pam-mods-dir=${PREFIX}/lib --with-pam=/usr --with-openssl --- > CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --with-pam-mods-dir=${PREFIX}/lib --with-pam=/usr Tested with FreeBSD 5.3 Best regards, Rayed