Print

Print


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