Hello,
I have made upgrade to debian 11 and then run upgrade packages via custombuild. Now then I am sending message to distribution list I am getting such error:
Compilation failed in require at /etc/virtual/majordomo/resend line 99.
Content of resend:
98 require "ctime.pl"; # For logging purposes
99 require "majordomo.pl";
100 require "majordomo_version.pl";
101 require "config_parse.pl";
I have found bugfix in 1.62 but with no results: https://directadmin.com/features.php?id=2931
I have already use lib added in majordomo.cf and I have been trying to symlink this files to paths in @INC.
I also tried to rewrite all files included with 'require' as well as resend script wrapper with use lib '.' and find::lib to point local dir or direct path to /etc/ but with same result, fails on require.
I remember that during build all with custombuild I had some missing perl modules and I have installed only via apt: libmoosex-types-netaddr-ip-perl (but that shouldn;t have any impact).
I have made upgrade to debian 11 and then run upgrade packages via custombuild. Now then I am sending message to distribution list I am getting such error:
Compilation failed in require at /etc/virtual/majordomo/resend line 99.
Content of resend:
98 require "ctime.pl"; # For logging purposes
99 require "majordomo.pl";
100 require "majordomo_version.pl";
101 require "config_parse.pl";
I have found bugfix in 1.62 but with no results: https://directadmin.com/features.php?id=2931
I have already use lib added in majordomo.cf and I have been trying to symlink this files to paths in @INC.
I also tried to rewrite all files included with 'require' as well as resend script wrapper with use lib '.' and find::lib to point local dir or direct path to /etc/ but with same result, fails on require.
I remember that during build all with custombuild I had some missing perl modules and I have installed only via apt: libmoosex-types-netaddr-ip-perl (but that shouldn;t have any impact).