On Thu, 18 Aug 2011, lamar.sa...@americredit.com wrote:

1.2.9 exhibits the same problem:

Right, as I suspected.

ld: 0711-317 ERROR: Undefined symbol: .libssh2_channel_get_exit_signal

I'm puzzled by the error. Why does it lack that single symbol?

Can you run nm on the libssh2.a file (possibly present in src/.libs after you've built it) and see? Run something like:

 $ nm libssh2.a  | grep libssh2_channel_get_exit_signal

--

 / daniel.haxx.se
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to