--- openvpn-2.4.0/src/plugins/auth-pam/auth-pam.c~ 2016-12-26 12:51:00.000000000 +0100 +++ openvpn-2.4.0/src/plugins/auth-pam/auth-pam.c 2016-12-29 23:25:05.328832460 +0100 @@ -698,7 +698,7 @@ pam_server(int fd, const char *service, struct user_pass up; int command; #ifdef USE_PAM_DLOPEN - static const char pam_so[] = "libpam.so"; + static const char pam_so[] = "libpam.so.0"; #endif /*