Oh, seems so obvious in retrospect. It used to be that the error message
suggested running autoreconf (config, make), but since I didn't get that
message I didn't think to run autoreconf.
Thanks - worked!
On 2022-08-28 13:39 :35, Darren Tucker wrote:> On Mon, 29 Aug 2022 at 03:54, Larry Ploetz<lploetz at gmail.com>
wrote:
> [...]
>> clang: error: no such file or directory: '@CHANNELLIBS@'
>> make: *** [Makefile:207: ssh] Error 1
>>
>> I assume there's some string replacement that's failing to
replace
>> ?@CHANNELLIBS@? with the appropriate value.
> That's done by configure. You probably just need to run
"autoreconf"
> and "./configure".
>