in reply to MySQL/MariaDB DBD install problem
If it's not present I would go back to the original installation and figure out why they weren't installed. If they are supposed to be there but are not, then something may be wrong with your installation in general.perl -wE 'for my $d (@INC) { -s "$d/DBD/mysql.pm" and say "$d/DBD/mysq +l.pm" }'
Also probably worth looking at perl -V | grep version to make sure you are using the perl you think you are using.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: MySQL/MariaDB DBD install problem
by ABayko (Novice) on Sep 23, 2024 at 22:18 UTC | |
by etj (Priest) on Sep 25, 2024 at 14:50 UTC | |
by NERDVANA (Priest) on Sep 24, 2024 at 20:21 UTC |