Hi All
I am trying to install DBD::mysql module on ubuntu 14.04. I have installed DBI module using the following command
perl -MCPAN -e 'install DBI' and it installed without any error. I also installed DBI:BD module using same command and it also installed properly. When I try to install DBD::mysql it complains cant locate DBI/DBD.pm @NIC. I have already added the path for DBI and DBD to my bashrc file.
I am not a expert in installing software in linux. Please help me in understanding this problem and correcting it.
Hoping for a positive response.
Thanks
Neha
I am trying to install DBD::mysql module on ubuntu 14.04. I have installed DBI module using the following command
perl -MCPAN -e 'install DBI' and it installed without any error. I also installed DBI:BD module using same command and it also installed properly. When I try to install DBD::mysql it complains cant locate DBI/DBD.pm @NIC. I have already added the path for DBI and DBD to my bashrc file.
I am not a expert in installing software in linux. Please help me in understanding this problem and correcting it.
Hoping for a positive response.
Thanks
Neha
Comment