diff -dPNur netams-3.4.5-orig/configure.sh netams-3.4.5/configure.sh --- netams-3.4.5-orig/configure.sh 2009-09-06 16:44:54.000000000 +0000 +++ netams-3.4.5/configure.sh 2014-10-14 01:11:43.000000000 +0000 @@ -259,7 +259,7 @@ echo "GLib 2.0 found disabling OpenSSL" echo " [ $v1 $v2 $v3 ]" echo "DEFINE += -DWIPE_OPENSSL -I$v2 -I$v3" >> $makefile - echo "LIB += -lglib-2.0 -L$v1" >> $makefile + echo "LIB += -lcrypt -lglib-2.0 -L$v1" >> $makefile else echo "LibC - enabling OpenSSL" echo "LIB += -lcrypt" >> $makefile diff -dPNur netams-3.4.5-orig/src/config.h netams-3.4.5/src/config.h --- netams-3.4.5-orig/src/config.h 2009-08-01 09:23:55.000000000 +0000 +++ netams-3.4.5/src/config.h 2014-10-14 01:10:09.000000000 +0000 @@ -49,7 +49,7 @@ #ifndef WIPE_OPENSSL #include #else -#include +#include #endif #define __FAVOR_BSD 1 //this is dirty hack -D_BSD_SOURCE should work but do not