Results 1 to 8 of 8
Hi All,
I have done
yum install mysql-server.i386 0:5.0.51a-1.fc9
Everything goes well now how am i suppose to see where exactlly it has placed all the configuration and header files?
...
- 02-11-2009 #1Just Joined!
- Join Date
- Nov 2008
- Location
- PUNE
- Posts
- 72
How to see where exactlly yum install has placesed files of a application
Hi All,
I have done
yum install mysql-server.i386 0:5.0.51a-1.fc9
Everything goes well now how am i suppose to see where exactlly it has placed all the configuration and header files?
And is there any way by which i can place them at desired folder like
yum install application in etc/include bla bla
Thanks and regards,
Sachin Parnami
- 02-11-2009 #2
You can run updatedb as root and then you can locate or find mysql.
Glenn
Powered by Fedora 16 and Arch Linux
- 02-11-2009 #3Just Joined!
- Join Date
- Nov 2008
- Location
- PUNE
- Posts
- 72
Hi Glenn,
Thanks for your reply
Actually i have come across with another problem now i have removed the yum mysql and trying to install it through RPMs
when i tryNow when i have installed mock what i should do now? any idea?Code:[root@localhost Download]# rpm -ivh mysql-5.0.51a-1.fc9.src.rpm 1:mysql warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root ########################################### [100%] warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root
- 02-11-2009 #4Just Joined!
- Join Date
- Nov 2008
- Location
- PUNE
- Posts
- 72
If i am trying to install another package like
And when i check it with the following command it givesCode:[root@localhost Download]# rpm -ivh MySQL-server-6.0.9-0.glibc23.i386.rpm error: Failed dependencies: MySQL conflicts with mysql-5.0.51a-1.fc9.i386 [root@localhost Download]#
How am i suppose to resolve this conflict ?Code:[root@localhost Download]# rpm -q -a | grep -i mysql mysql-libs-5.0.51a-1.fc9.i386 mysql-5.0.51a-1.fc9.i386 perl-DBD-MySQL-4.005-8.fc9.i386
- 02-11-2009 #5
It's a version conflict. You can't install the newer version because an older version is already installed. You need to go with one version or the other. If you choose the newer version you should follow the instructions on that web site. I'd probably stick with the Fedora version since I would assume that all dependencies will be met with that one. I don't use mysql so I really don't have good answers for you.
Glenn
Powered by Fedora 16 and Arch Linux
- 02-11-2009 #6Just Joined!
- Join Date
- Nov 2008
- Location
- PUNE
- Posts
- 72
Ohhhh ok ok thanks Glenn will wait for other glance on it
- 02-12-2009 #7Just Joined!
- Join Date
- Nov 2008
- Location
- PUNE
- Posts
- 72
Any thoughts?
- 02-13-2009 #8Just Joined!
- Join Date
- Nov 2008
- Location
- PUNE
- Posts
- 72
No buddy encounter this problem yet!!!!!!!
Strange


Reply With Quote
