No,
that must probably be kept to work on MAC ..... Cheers Andreas.


On Fri, Nov 26, 2010 at 10:05 AM, Gerardo Ganis <[log in to unmask]> wrote:

   Hi Andreas,

   Ok, but is it intentional that you dropped the line

libXrdCryptoLite_la_LDFLAGS = -module

   or should that be kept?

   Cheers, Gerri


On 11/26/2010 12:48 AM, Andreas-Joachim Peters wrote:
Hi,
in XrdCrypto there is a typo and a missing library dependency in Makefile.am

I have it working with this:

libXrdCryptoLite_la_SOURCES = \
       XrdCryptoLite.hh \
       XrdCryptoLite.cc \
       XrdCryptoLite_bf32.cc
libXrdCryptoLite_la_CXXFLAGS = $(SSLCXXFLAGS)
libXrdCryptoLite_la_LIBADD = $(OPENSSL_LIBDIR) -lcrypto

... otherwise SSS authentication cannot be loaded at runtime (it compiles even with the typo!).

Cheers Andreas.