-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Can't install in ubuntu 16.04 #187
Description
1st way:
in sources.list i have
deb http://download.opensuse.org/repositories/home:/felfert/xUbuntu_16.04 ./
key i import from http://download.opensuse.org/repositories/home:/felfert/xUbuntu_16.04/Release.key
after apt update i have error key expired:
W: GPG error: http://download.opensuse.org ./ Release: The following signatures were invalid: KEYEXPIRED 1525593553
2nd way:
i cloned git, and installed by install_prereqs.sh, so now i try to install, but i got error:
[ 18%] Building C object winpr/libwinpr/sspi/CMakeFiles/winpr-sspi.dir/NTLM/ntlm_compute.c.o /root/prereqs/FreeRDP/winpr/libwinpr/sspi/NTLM/ntlm_compute.c: In function ‘ntlm_compute_message_integrity_check’: /root/prereqs/FreeRDP/winpr/libwinpr/sspi/NTLM/ntlm_compute.c:649:11: error: storage size of ‘hmac_ctx’ isn’t known HMAC_CTX hmac_ctx; ^ /root/prereqs/FreeRDP/winpr/libwinpr/sspi/NTLM/ntlm_compute.c:656:2: warning: implicit declaration of function ‘HMAC_CTX_init’ [-Wimplicit-function-declaration] HMAC_CTX_init(&hmac_ctx); ^ /root/prereqs/FreeRDP/winpr/libwinpr/sspi/NTLM/ntlm_compute.c:662:2: warning: implicit declaration of function ‘HMAC_CTX_cleanup’ [-Wimplicit-function-declaration] HMAC_CTX_cleanup(&hmac_ctx); ^ /root/prereqs/FreeRDP/winpr/libwinpr/sspi/NTLM/ntlm_compute.c:649:11: warning: unused variable ‘hmac_ctx’ [-Wunused-variable] HMAC_CTX hmac_ctx; ^ make[2]: *** [winpr/libwinpr/sspi/CMakeFiles/winpr-sspi.dir/NTLM/ntlm_compute.c.o] Error 1 make[1]: *** [winpr/libwinpr/sspi/CMakeFiles/winpr-sspi.dir/all] Error 2 make: *** [all] Error 2 Unable to build FreeRDP package. Exiting...