I installed mysql & lxr, but lxr seems to require a DBI.pm which is not on my system (a relatively vanilla RedHat Linux 7.1 installation).
There is a LXR::Index::DBI.pm, but the one that it cannot find is called by just
use DBI;
in LXR::Index::Mysql.pm. This DBI package apparently has a DBI->connect() method, which the LXR::Index.DBI.pm doesn't have.
Does anyone know how one gets this DBI.pm? I looked through all the mysql and perl install packages but I couldn't find it.
Thanks! --Tom
Cancel the request-- I found DBI.pm. What a neat tool. You learn something new every day! --Tom
Log in to post a comment.
I installed mysql & lxr, but lxr seems to require a DBI.pm which is not on my system (a relatively vanilla RedHat Linux 7.1 installation).
There is a LXR::Index::DBI.pm, but the one that it cannot find is called by just
use DBI;
in LXR::Index::Mysql.pm. This DBI package apparently has a DBI->connect() method, which the LXR::Index.DBI.pm doesn't have.
Does anyone know how one gets this DBI.pm? I looked through all the mysql and perl install packages but I couldn't find it.
Thanks!
--Tom
Cancel the request-- I found DBI.pm. What a neat tool. You learn something new every day!
--Tom