[Vortex] [ISSUE] API mismatch using custom SSL contexts
Benoit Amiaux
b.amiaux at ateme.com
Wed Apr 23 14:07:08 CEST 2008
Robert M. Münch wrote:
> Hi, where is it defined that "linked to" is refering to dynamic linking
> only? Never heard about this. Robert
You're correct.
LGPL force you to enable the user of your derived-work to link his own
version of the library. It's very easy to do when using the library as a
shared library as you can just recompile it. With static linking, you
need to give objects and instructions on how to relink your application.
IMHO, it's much more awkward.
More information about the Vortex
mailing list