You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue seems to be similar to a previous, older issue ( #366 ).
I'm building rugged on FreeBSD12.2, in a Jail.
Initial gem install rugged fails, so I tried to debug what is happening in the directory left behind.
First, I create the Makefile with ruby extconf.rb (Full output here: https://pastebin.com/kjkxhrVP). Filtered output here:
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.11")
-- Checking for module 'libssh2'
-- Found libssh2, version 1.9.0
-- Resolved libraries: /usr/local/lib/libssh2.so
-- Looking for libssh2_userauth_publickey_frommemory in /usr/local/lib/libssh2.so
-- Looking for libssh2_userauth_publickey_frommemory in /usr/local/lib/libssh2.so - found
Hey,
This issue seems to be similar to a previous, older issue ( #366 ).
I'm building rugged on FreeBSD12.2, in a Jail.
Initial
gem install rugged
fails, so I tried to debug what is happening in the directory left behind.First, I create the
Makefile
withruby extconf.rb
(Full output here: https://pastebin.com/kjkxhrVP). Filtered output here:This looks more or less good. Next I run
make
(Full output: https://pastebin.com/2rjedAde ). Nothing to note here.However when I check to see if we've resolved the functions in
libssh2.so
:And from
ldd libssh2.so.1
:Full
Makefile
: https://pastebin.com/YGwSv7V3And outputs form
pkg-config
:I'm really unsure how to proceed with debugging this further. Would anyone be able to give me some pointers please?
The text was updated successfully, but these errors were encountered: