install_driver(SQLite) failed: Can't locate DBD/SQLite.pm 缺少perl模組解決方法

其它教學 / 2023-03-18

錯誤訊息

install_driver(SQLite) failed: Can’t locate DBD/SQLite.pm in @INC (you may need to install the DBD::SQLite module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at (eval 42) line 3.
Perhaps the DBD::SQLite perl module hasn’t been fully installed,
or perhaps the capitalisation of ‘SQLite’ isn’t right.
uTools_1679072587610

解決方法

sudo apt-get install perl libio-socket-ssl-perl libdbd-sqlite3-perl libclass-dbi-perl libio-all-lwp-perl

uTools_1679070539405