• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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