: OpenSSL linking question; handling 1.0.0 vs 0.9.8
>
> Hi Jason,
>
> some general things about linking:
>
> - The symbolic link(s) libcrypto.so pointing to libcrypto.so.0.9.8
> are only needed during BUILD time. On a host where no compiling
> happens the symbolic links a
Hi Jason,
some general things about linking:
- The symbolic link(s) libcrypto.so pointing to libcrypto.so.0.9.8
are only needed during BUILD time. On a host where no compiling
happens the symbolic links are not required.
- While linking the application, the linker opens the library
libcryp