I have created a PostgreSQL database and I am trying to use Perl to connect to it.
However, I am getting the following error message:
"install_driver(Pg) failed: Can't locate DBD/Pg.pm in @INC (you may need to install the DBD::Pg module) (@INC contains: /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) (...).
Perhaps the DBD::Pg perl module hasn't been fully installed,
or perhaps the capitalisation of 'Pg' isn't right.
Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge. (...)"
I would then like to request the installation of the Perl module on the server.
Username: alvim05@yahoo.com.br
Server: Johnny
Perl Module: DBD::Pg (version 3.18.0)
Thanks