On 6/1/05, Joe Murray <joe.murray@xxxxxxxxxxxxxxxxx> wrote: > > So I'm trying to shift from Windows to Linux Centos, and my ISP suggests > that I update my MySQL using yum. I put it on my server, extract the > tarball, cd to the directory created, and run > make Makefile > but make doesn't find anything to do, and no file named yum is created in > that directory or in /usr/bin. What I am I missing? > Yum should have been installed already. What version of CentOS are you using? You should be able to do # yum update and get all available updates. Also, try # updatedb and then # locate yum Greg