Changes between Version 1 and Version 2 of Ticket #3406, comment 12
- Timestamp:
- 12/30/16 08:18:38 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3406, comment 12
v1 v2 25 25 /usr/include/libssh2_sftp.h:#define LIBSSH2_FX_FAILURE 4 26 26 }}} 27 28 '''edit''' 29 30 got libssh2 building :) attached the session log, below the trace mask, I took a fast peek but the log doesn't tell me much 31 {{{ 32 libssh2_trace(super_data->session, LIBSSH2_TRACE_SFTP|LIBSSH2_TRACE_SOCKET|LIBSSH2_TRACE_TRANS|LIBSSH2_TRACE_CONN|LIBSSH2_TRACE_ERROR); 33 }}}