Date: Sun, 30 Jul 2006 13:15:26 +0300 From: Rayed Alrashed <rayed@saudi.net.sa> To: anders@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: pam_mysql-0.6.2 Message-ID: <44CC86BE.50305@saudi.net.sa>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44CC86BE.50305>