I am installing Mysql server on Fedora.
When running this command:
[sugumar@localhost softwares]$ rpm -i MySQL-server-5.6.21-1.el6.i686.rpm
it shows the following error
error: Failed dependencies:
/usr/bin/perl is needed by MySQL-server-5.6.21-1.el6.i686
So I have installed Perl:
Downloaded Activeperl tarball:
tar -xzvf Activeper.tar.gz
cd Activeperl
sh install.sh
Enter top level directory for install [/opt/Activeperl]: yes
But still when I try to install Mysql, it shows the same error
error: Failed dependencies:
/usr/bin/perl is needed by MySQL-server-5.6.21-1.el6.i686
What should I do?