Compile error with unresolved string replacement?

Darren Tucker dtucker at dtucker.net
Mon Aug 29 06:39:35 AEST 2022


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".

-- 
Darren Tucker (dtucker at dtucker.net)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860  37F4 9357 ECEF 11EA A6FA (new)
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.


More information about the openssh-unix-dev mailing list