Page 1 of 1

Installing the perl module (Bundle::dadamail) on Plesk

Posted: Fri Nov 13, 2020 3:01 am
by cpaschen
Well, I got Dada set-up and functionaly; however I'm missing some functionality because I don't have the Bundle::DadaMail installed on the server.
And, I'm using Plesk instead oc cPanel so I can't just use the Perl Module Installer.
I do have full root access to everything, and I'm pretty comfortable installing things via linux command line; however, the instructions are set for users who have cPanel or who do NOT have root access.

Are there any instructions available for how to install the Bundle::DadaMail module via Plesk or via linux command line?


NOTE: Plesk does NOT have mod_perl installed, if that makes any difference (due to security issues)

Re: Installing the perl module (Bundle::dadamail) on Plesk

Posted: Fri Nov 13, 2020 7:53 am
by dadamail
I usually use cpanminus to install Perl modules:

https://metacpan.org/pod/App::cpanminus

or just good old cpan command.

There's a ton of resources on how to install Perl CPAN modules online - Bundle::DadaMail is just another Perl CPAN Module,

Re: Installing the perl module (Bundle::dadamail) on Plesk

Posted: Sat Nov 21, 2020 2:54 am
by cpaschen
Thanks. I was able to get the modules installed using cpanm (using the instructions here: https://cpan.metacpan.org/modules/INSTALL.html)