Date: Mon, 6 Aug 2012 11:55:11 +0200
From: Robban <rob...@netnerdz.se>
To: freerdp-devel@lists.sourceforge.net
Subject: Compile git master branch on SLED 11 SP1
User-Agent: Mutt/1.5.20 (2009-06-14)

Hello!

I'm trying to compile freerdp on SLED 11 SP1 (need to upgrade the rdesktop 
client on some wyse clients) and get the following error:
Linking C executable winpr-reg
../../utils/libwinpr-utils.so.1.0.1: undefined reference to `MD4_Update'
../../utils/libwinpr-utils.so.1.0.1: undefined reference to `HMAC'
../../utils/libwinpr-utils.so.1.0.1: undefined reference to `MD4_Final'
../../utils/libwinpr-utils.so.1.0.1: undefined reference to `EVP_md5'
../../utils/libwinpr-utils.so.1.0.1: undefined reference to `MD4_Init'
collect2: ld returned 1 exit status
make[2]: *** [winpr/tools/reg/winpr-reg] Error 1
make[1]: *** [winpr/tools/reg/CMakeFiles/winpr-reg.dir/all] Error 2
make: *** [all] Error 2

I downloaded and compiled openssl-1.0.1c from openssl.org, the prefix is 
/usr/local/ssl and rerun the cmake the following way:
$ make clean
$ export CMAKE_PREFIX_PATH=/usr/local/ssl/
$ cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON .
$ make

And still get same errors:
[ 33%] Built target winpr-registry
Linking C executable winpr-reg
../../utils/libwinpr-utils.so.1.0.1: undefined reference to `MD4_Update'
../../utils/libwinpr-utils.so.1.0.1: undefined reference to `HMAC'
../../utils/libwinpr-utils.so.1.0.1: undefined reference to `MD4_Final'
../../utils/libwinpr-utils.so.1.0.1: undefined reference to `EVP_md5'
../../utils/libwinpr-utils.so.1.0.1: undefined reference to `MD4_Init'
collect2: ld returned 1 exit status
make[2]: *** [winpr/tools/reg/winpr-reg] Error 1
make[1]: *** [winpr/tools/reg/CMakeFiles/winpr-reg.dir/all] Error 2
make: *** [all] Error 2


Can you help me out what I'm doing wrong.
We can't change from SLED 11 SP1 at current time, and really need to get 
rdesktop working with session brokers.

Have a nice day
//R
-- 
Robert Olsson

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to