Bugs item #3551581, was opened at 2012-07-29 13:43
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3551581&group_id=976
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: compile or build problem
Group: wrong behaviour
Status: Open
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Yonatan Ganot (scolpy)
Assigned to: Daniel Stenberg (bagder)
Summary: libssh2 error when compiling cURL 7.27
Initial Comment:
Hey,
I'm getting this error when I'm trying to compile cURL 7.27:
../lib/.libs/libcurl.so: undefined reference to `libssh2_scp_send64' collect2:
ld returned 1 exit status make[2]:
*** [curl] Error 1 make[2]:
Leaving directory `/usr/local/directadmin/custombuild/curl-7.27.0/src' make[1]:
*** [all] Error 2 make[1]:
Leaving directory `/usr/local/directadmin/custombuild/curl-7.27.0/src'
make:
*** [all-recursive] Error 1 *** The make has failed, would you like to try to make again? (y,n):
I sure that this is happen because I have libssh2 library installed, but there shouldn't be any problem with this library.
----------------------------------------------------------------------
>Comment By: Daniel Stenberg (bagder)
Date: 2012-07-31 11:27
Message:
It happens because your libssh2 headers are from libssh2 1.2.6 or later,
but the shared library version used at link time is older and doesn't have
the libssh2_scp_send64() function.
This is not a curl bug.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3551581&group_id=976
Received on 2012-07-31