On 7/10/06, Arkadiusz Miskiewicz <[EMAIL PROTECTED]> wrote: > On Monday 10 July 2006 17:10, Rafael J. Wysocki wrote: > > > > I wonder if dlopen()ing openssl lib would be ok here. > > > > Could you please explain? I know nothing about dlopen() ... > > You can use functions from library without linking with it explictly. Just > dlopen() it at runtime and then use some function...
It doesn't change anything for the legal (and technical) point of view. Guess what does libdl.so do ;-) If you use -lopenssl the DL searches the library, loads it and resolves the symbols by itself. If you use dlopen() you do exactly the same stuff by hand. Luca ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Suspend-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/suspend-devel
