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