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

Post Reply
cpaschen
Posts: 8
Joined: Thu Oct 29, 2020 12:29 am

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

Post by cpaschen » Fri Nov 13, 2020 3:01 am

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)

User avatar
dadamail
Site Admin
Posts: 67
Joined: Fri Nov 29, 2019 10:47 pm
Contact:

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

Post by dadamail » Fri Nov 13, 2020 7:53 am

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,
Justin J
Creator, Dada Mail

cpaschen
Posts: 8
Joined: Thu Oct 29, 2020 12:29 am

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

Post by cpaschen » Sat Nov 21, 2020 2:54 am

Thanks. I was able to get the modules installed using cpanm (using the instructions here: https://cpan.metacpan.org/modules/INSTALL.html)

Post Reply