Subj : Strange behaviour with PERL To : Fabio Bizzi From : Michael Dukelsky Date : Sun Apr 25 2021 22:07:32 Hello Fabio, Sunday April 25 2021, Fabio Bizzi wrote to Brother Rabbit: FB> I cloned the hpt tree from GIY HUB, and tryied to build it against the FB> 20210213 How did you manage this? You cloned hpt from GitHub and obtained the two-month-old version? The latest hpt version is 20210418. [...skipped...] FB> Did I have to build all the environment from GIT? Yes, you have to update everything using `git pull` and then build and install everything: $ cat build_all #!/bin/sh build() { git pull make sudo make install make distclean } for subproject in huskylib smapi fidoconf areafix hpt do pushd $subproject build popd done Michael .... node (at) f1042 (dot) ru --- GoldED+/LNX 1.1.5-b20180707 * Origin: Moscow, Russia (2:5020/1042) .