Date: Mon, 10 Jan 2011 10:18:54 +0100 From: Luca Fulchir <luca@fulchir.it> To: anders@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: pam_mysql-0.7.r1_1 Message-ID: <4D2ACEFE.8080801@fulchir.it>
next in thread | raw e-mail | index | archive | help
This is a cryptographically signed message in MIME format. --------------ms040009040503080907050206 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, i'm writing to report 2 problems in the port pam_mysql: 1: function MD5() (which i need) is not supported, unless you build pam_m= ysql with "--with-openssl" the full configure_args should be: CONFIGURE_ARGS=3D --with-mysql=3D${LOCALBASE} --with-pam-mods-dir=3D${= PREFIX}/lib --with-pam=3D/usr --with-openssl 2: it is not linked with libpam. nothing worked untill you patch with thi= s: *** Makefile.in.orig Sat Mar 11 23:36:14 2006 --- Makefile.in Sat Mar 11 23:37:14 2006 *************** *** 110,116 **** CPPFLAGS =3D @CPPFLAGS@ LDFLAGS =3D @LDFLAGS@ LIBS =3D @LIBS@ ! pam_mysql_la_LIBADD =3D pam_mysql_la_OBJECTS =3D pam_mysql.lo CFLAGS =3D @CFLAGS@ COMPILE =3D $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_C= FLAGS) $(CFLAGS) --- 110,116 ---- CPPFLAGS =3D @CPPFLAGS@ LDFLAGS =3D @LDFLAGS@ LIBS =3D @LIBS@ ! pam_mysql_la_LIBADD =3D -lpam pam_mysql_la_OBJECTS =3D pam_mysql.lo CFLAGS =3D @CFLAGS@ COMPILE =3D $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_C= FLAGS) $(CFLAGS) Hope you'll include at least the second patch... Luca Fulchir --------------ms040009040503080907050206--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D2ACEFE.8080801>