On Tue, 12 Feb 2013, Wes Donze wrote:

I need to install libssh2 onto a hp-ux itanium 11.31 system

What is the correct version to use please

I'd use the latest release or possibly the latest git.

I am currently getting the following error when I run make and it goes to the 'tests' part

libtool: link: cc -o .libs/ssh2 ssh2.o ../src/.libs/libssh2.so -lssl -lcrypto

ld: Unknown input file type: "../src/.libs/libssh2.so"

It looks like the code is incorrectly putting a .. in which of course goes up a level in the directory hierarchy - should the path actually be hard coded there rather than having .. ?

From the tests dir, it needs to go "../src" to find the source dir!

--

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

Reply via email to