On Wednesday 22 June 2005 15:15, Simon Perreault wrote: > That's a bug that should be reported > to SUSE.
...and here is the patch that should be submitted to them. I won't do so, I don't want to help a distro which has given me so much trouble. (Much more than only openvpn-related trouble.)
--- pam-modules-9.3/pam_unix2-1.26/src/Makefile.am.orig 2005-06-22 15:21:18.000000000 -0400 +++ pam-modules-9.3/pam_unix2-1.26/src/Makefile.am 2005-06-22 15:19:02.000000000 -0400 @@ -24,7 +24,8 @@ pam_PROGRAMS = pam_unix2.so pam_unix2_so_LDFLAGS = -Wl,-soname,pam_unix2.so \ - -Wl,--version-script=$(srcdir)/pam_unix2.map + -Wl,--version-script=$(srcdir)/pam_unix2.map \ + $(LIBPAM) pam_unix2_so_SOURCES = passwd_nss.c unix_acct.c get_options.c \ unix_passwd.c yppasswd_xdr.c passwd_nisplus.c support.c \