S sammy.d macrumors regular Original poster Apr 25, 2012 #1 Hi, Could someone please tell me how to check what version of libssh I have via Terminal? I am trying to run a command line tool which is saying I don't have support for libssh v0.4.x but i think I should have v0.5.2... Cheers. (I am running Lion).
Hi, Could someone please tell me how to check what version of libssh I have via Terminal? I am trying to run a command line tool which is saying I don't have support for libssh v0.4.x but i think I should have v0.5.2... Cheers. (I am running Lion).
S sero macrumors member Apr 25, 2012 #2 you can use locate and/or otool Code: locate libssh otool -L /path/libssh
S sammy.d macrumors regular Original poster Apr 26, 2012 #3 Code: locate libssh otool -L /path/libssh what is the path to libssh?