Print

Print


Hi,

Here's the dump:

Linking CXX executable xrdsssadmin
libXrdCryptoLite.so.0.0.1: undefined reference to `BF_set_key'
libXrdCryptoLite.so.0.0.1: undefined reference to `BF_cfb64_encrypt'
collect2: ld returned 1 exit status
make[2]: *** [src/xrdsssadmin] Error 1
make[1]: *** [src/CMakeFiles/xrdsssadmin.dir/all] Error 2
make: *** [all] Error 2

Cheers,
Matevz

On 12/08/11 02:08, Lukasz Janyst wrote:
> Strange, what is the name of the missing symbol?
> 
> Lukasz
> 
> 2011/12/8 Matevz Tadel <[log in to unmask]>:
>> Hi,
>>
>> One more missing lib ... I couldn't figure how ssl is properly linked against so
>> I just dump the diff that fixed it for me on CentOS-5.
>>
>> Cheers,
>> Matevz
>>
>>
>> [1549] matevz@uaf-6 ~/xrootd/src$ git diff XrdSec.cmake
>> diff --git a/src/XrdSec.cmake b/src/XrdSec.cmake
>> index 893ae66..c855987 100644
>> --- a/src/XrdSec.cmake
>> +++ b/src/XrdSec.cmake
>> @@ -115,7 +115,8 @@ target_link_libraries(
>>   xrdsssadmin
>>   XrdSecsss
>>   XrdCryptoLite
>> -  XrdUtils )
>> +  XrdUtils
>> +  ssl )
>>
>>  #-------------------------------------------------------------------------------
>>  # The XrdSecunix library
>>
>> ########################################################################
>> Use REPLY-ALL to reply to list
>>
>> To unsubscribe from the XROOTD-DEV list, click the following link:
>> https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1