why i failed to configure openvpn, now i am an ordinary user, how to deal with this issue?

Posted by hugemeow on Super User See other posts from Super User or by hugemeow
Published on 2012-09-25T20:07:38Z Indexed on 2012/09/25 21:40 UTC
Read the original article Hit count: 348

Filed under:
|
|
|
|
checking tap-windows.h presence... no
checking for tap-windows.h... no
checking whether TUNSETPERSIST is declared... yes
checking for setcon in -lselinux... yes
checking for pam_start in -lpam... no
checking for OPENSSL_CRYPTO... yes
checking for OPENSSL_SSL... yes
checking for EVP_CIPHER_CTX_set_key_length... yes
checking for ENGINE_load_builtin_engines... yes
checking for ENGINE_register_all_complete... yes
checking for ENGINE_cleanup... yes
checking for ssl_init in -lpolarssl... no
checking for aes_crypt_cbc in -lpolarssl... no
checking for lzo1x_1_15_compress in -llzo2... no
checking for lzo1x_1_15_compress in -llzo... no
checking for PKCS11_HELPER... no
checking git checkout... yes
configure: error: libpam required but missing
[mirror@innov openvpn]$ ./configure --help | grep libpam
  --enable-pam-dlopen     dlopen libpam [default=no]
              C compiler flags for libpam
  LIBPAM_LIBS linker flags for libpam
[mirror@xxx openvpn]$ ./configure --prefix=/home/mirror/build/ins/ins_vpn --disable-lzo 

error: libpam required but missing

i just have no privilege to install the package named libpam, so can i build libpam and install it in home directory, then build openvpn based on it?

© Super User or respective owner

Related posts about linux

Related posts about vpn