#304: Improperly linking to system libssl & libcrypto when staged one is desired
----------------------------+-------------------
Reporter: kotoroshinoto | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 1.5.0
Component: crypto | Version: 1.5.0
Resolution: | Keywords:
Blocked By: | Blocks:
----------------------------+-------------------
Comment (by danf):
Your libssh2 library may have been linked to your special libssl at
compile time, but it's not finding it at run-time. On Linux, you can use
the LD_LIBRARY_PATH environment variable or /etc/ld.so.conf config file to
point to the correct library location at run-time. Or, you can use the
-rpath command-line option on the linker to hard-code that path into the
library at compile time.
-- Ticket URL: <https://trac.libssh2.org/ticket/304#comment:1> libssh2 <https://trac.libssh2.org/> C library for writing portable SSH2 clients _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-develReceived on 2015-05-21