Sergiy Zuban
Sergiy Zuban
Probably not perfect fix, but helped. ``` --- /opt/local/lib/perl5/vendor_perl/5.28/Perl/LanguageServer/Methods/textDocument.pm.bak 2021-07-11 09:43:10.000000000 -0700 +++ /opt/local/lib/perl5/vendor_perl/5.28/Perl/LanguageServer/Methods/textDocument.pm 2022-02-09 14:07:46.000000000 -0800 @@ -26,7 +26,7 @@ my $datapos = $-[1] ; $self -> logger ("line...
It's because there are two libssh2 installed. `perl Makefile.PL` says `Library ssl found in standard place`, but for some reason sets LD_RUN_PATH explicitly which forces `gcc` to link with system...