We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ld: symbol(s) not found for architecture x86_64 "_libssh2_sftp_read", referenced from: _sftp_recv in libcurl.a(libcurl_la-ssh.o) "_libssh2_sftp_readdir_ex", referenced from: _ssh_statemach_act in libcurl.a(libcurl_la-ssh.o) "_libssh2_sftp_rename_ex", referenced from: _ssh_statemach_act in libcurl.a(libcurl_la-ssh.o) "_libssh2_sftp_rmdir_ex", referenced from: _ssh_statemach_act in libcurl.a(libcurl_la-ssh.o) "_libssh2_sftp_seek64", referenced from: _ssh_statemach_act in libcurl.a(libcurl_la-ssh.o) "_libssh2_sftp_shutdown", referenced from: _ssh_statemach_act in libcurl.a(libcurl_la-ssh.o) "_libssh2_sftp_stat_ex", referenced from: _ssh_statemach_act in libcurl.a(libcurl_la-ssh.o) "_libssh2_sftp_symlink_ex", referenced from: _ssh_statemach_act in libcurl.a(libcurl_la-ssh.o) "_libssh2_sftp_unlink_ex", referenced from: _ssh_statemach_act in libcurl.a(libcurl_la-ssh.o) "_libssh2_sftp_write", referenced from: _sftp_send in libcurl.a(libcurl_la-ssh.o) "_libssh2_userauth_authenticated", referenced from: _ssh_statemach_act in libcurl.a(libcurl_la-ssh.o) "_libssh2_userauth_keyboard_interactive_ex", referenced from: _ssh_statemach_act in libcurl.a(libcurl_la-ssh.o) "_libssh2_userauth_list", referenced from: _ssh_statemach_act in libcurl.a(libcurl_la-ssh.o) "_libssh2_userauth_password_ex", referenced from: _ssh_statemach_act in libcurl.a(libcurl_la-ssh.o) "_libssh2_userauth_publickey_fromfile_ex", referenced from: _ssh_statemach_act in libcurl.a(libcurl_la-ssh.o)
ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [agent/qconf_agent] Error 1 make[1]: *** [agent/CMakeFiles/qconf_agent.dir/all] Error 2
The text was updated successfully, but these errors were encountered:
很有可能是软件版本不对
Sorry, something went wrong.
No branches or pull requests
ld: symbol(s) not found for architecture x86_64
"_libssh2_sftp_read", referenced from:
_sftp_recv in libcurl.a(libcurl_la-ssh.o)
"_libssh2_sftp_readdir_ex", referenced from:
_ssh_statemach_act in libcurl.a(libcurl_la-ssh.o)
"_libssh2_sftp_rename_ex", referenced from:
_ssh_statemach_act in libcurl.a(libcurl_la-ssh.o)
"_libssh2_sftp_rmdir_ex", referenced from:
_ssh_statemach_act in libcurl.a(libcurl_la-ssh.o)
"_libssh2_sftp_seek64", referenced from:
_ssh_statemach_act in libcurl.a(libcurl_la-ssh.o)
"_libssh2_sftp_shutdown", referenced from:
_ssh_statemach_act in libcurl.a(libcurl_la-ssh.o)
"_libssh2_sftp_stat_ex", referenced from:
_ssh_statemach_act in libcurl.a(libcurl_la-ssh.o)
"_libssh2_sftp_symlink_ex", referenced from:
_ssh_statemach_act in libcurl.a(libcurl_la-ssh.o)
"_libssh2_sftp_unlink_ex", referenced from:
_ssh_statemach_act in libcurl.a(libcurl_la-ssh.o)
"_libssh2_sftp_write", referenced from:
_sftp_send in libcurl.a(libcurl_la-ssh.o)
"_libssh2_userauth_authenticated", referenced from:
_ssh_statemach_act in libcurl.a(libcurl_la-ssh.o)
"_libssh2_userauth_keyboard_interactive_ex", referenced from:
_ssh_statemach_act in libcurl.a(libcurl_la-ssh.o)
"_libssh2_userauth_list", referenced from:
_ssh_statemach_act in libcurl.a(libcurl_la-ssh.o)
"_libssh2_userauth_password_ex", referenced from:
_ssh_statemach_act in libcurl.a(libcurl_la-ssh.o)
"_libssh2_userauth_publickey_fromfile_ex", referenced from:
_ssh_statemach_act in libcurl.a(libcurl_la-ssh.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [agent/qconf_agent] Error 1
make[1]: *** [agent/CMakeFiles/qconf_agent.dir/all] Error 2
The text was updated successfully, but these errors were encountered: