I am trying to install MySQL onto a Fedora 14 VM. I get the following message when trying to install MySQL:
Error Downloading Packages: zlib-devel-1.2.5-2.fc14.x86_64: failure: Packages/zlib-devel-1.2.5-2.fc14.x86_64.rpm from class-DVD: [Errno 256] No more mirrors to try. libxml2-devel-2.7.7-2.fc14.x86_64: failure: Packages/libxml2-devel-2.7.7-2.fc14.x86_64.rpm from class-DVD: [Errno 256] No more mirrors to try. I tried adding a repository and got this:
[root@dyan src]# yum install mysql mysql-server Loaded plugins: langpacks, presto, refresh-packagekit Adding en_US to language list file:///media/Fedora%2014%20x86_64%20DVD/repodata/repomd.xml: [Errno 14] Could not open/read file:///media/Fedora%2014%20x86_64%20DVD/repodata/repomd.xml Trying other mirror. http://download.fedora.redhat.com/pub/fedora/linux/core///os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 - "" Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: download.fedora.redhat.com_pub_fedora_linux_core_os_. Please verify its path and try again Can someone please tell me how to modify yum.conf (or which appropriate repository to add to yum.repos.d) so that I can install this with yum?
yum-config-manager --add-repo http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/and enabled it.