• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Resolved Using mod_perl with Plesk Onyx

Ulrike

New Pleskian
Hallo,
I installed mod_perl in Plesk Onyx for a customer's Perl application and activated Perl support for the subscription.
Now on calls to the app I get
Perl module DBI is not installed.
Perl module DBD::mysql is not installed.
I'm not familiar with Perl. Must I install the DBI module and DBD-mysql additionally?
Ulrike
 
Try install these perl modules with

# yum install perl-Apache-DBI perl-DBD-MySQL
 
Back
Top