Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2000 21:22:47 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/secure/lib/librsausa Makefile
Message-ID:  <200003020522.VAA33833@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/03/01 21:22:47 PST

  Modified files:
    secure/lib/librsausa Makefile 
  Log:
  Merge from internat.freebsd.org: add libcrypto to librsaUSA's symbol search
  path so that ERR_load_strings() is found in certain circumstances
  involving dlopen().  eg: main program dlopened foo.so which is linked
  against libcrypto.  If libcrypto then dlopens librsaUSA.so, then it's
  search path doens't find libcrypto (!).  One "fix" is to force
  modules (eg main opening foo.so) to use the RTLD_GLOBAL flag, the other
  is to explicitly declare dependencies (as done here).
  
  Revision  Changes    Path
  1.2       +3 -1      src/secure/lib/librsausa/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003020522.VAA33833>