Solved
How to add perl modules on my distribution package?
Hi all ~
I'm using ProFTP and try to use ftpasswd perl script to manage AuthUserFiles.
But when I run ftpasswd command on my system I get the following error
Can't locate Fcntl.pm in @INC (you may need to install the Fcntl module)
(@INC contains:
/usr/lib/perl5/site_perl/5.34.1/arm-linux
/usr/lib/perl5/site_perl/5.34.1
/usr/lib/perl5/vendor_perl/5.34.1/arm-linux
/usr/lib/perl5/vendor_perl/5.34.1
/usr/lib/perl5/5.34.1/arm-linux
/usr/lib/perl5/5.34.1)
at ./ftpasswd line 29.
BEGIN failed--compilation aborted at ./ftpasswd line 29.
2022-12-23 00:31:06,788 stm32mp1-prox-mx670 proftpd[3800]: fatal: unknown configuration directive 'AuthUserFile' on line 13 of '/home/hantas/remoteprox_ftpconf'How can I add perl module on distribution package?
Thanks in advanced.
