I'm planning to make a Database in BeagleBone Black using MySql but while programming

I’m planning to make a Database in BeagleBone Black using MySql but while programming i’m getting some error for required dependencies

“Can’t locate DBI.pm in @INC
I’m tried installing few packages like: " perl-module-cpan" “libsqlite3-0”
“libsqlite3-dev”

But it is not getting solved. Any suggestions how to solve this problem. What all things are to be installed in order to make a database in beaglebone black.

Did you try adding perl lib location to enviroment variables?

I googl’ed what u said, so all i need to do is

use PERL5LIB over PERLLIB…by using

“export PERL5LIB=/home/root/project”…

will it work…? Just wanna be sure before running it.

It’s only a guess… Sorry… You could give a try… If it doesn’t help lame me :stuck_out_tongue: