Print

Print


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