Find the answer to your Linux question:
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? ...
  1. #1
    Just 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

  2. #2
    Linux User glennzo's Avatar
    Join Date
    Sep 2004
    Location
    Salem, Mass
    Posts
    434
    You can run updatedb as root and then you can locate or find mysql.
    Glenn
    Powered by Fedora 16 and Arch Linux

  3. #3
    Just 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 try
    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
    Now when i have installed mock what i should do now? any idea?

  4. #4
    Just Joined!
    Join Date
    Nov 2008
    Location
    PUNE
    Posts
    72
    If i am trying to install another package like
    Code:
    [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]#
    And when i check it with the following command it gives

    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
    How am i suppose to resolve this conflict ?

  5. #5
    Linux User glennzo's Avatar
    Join Date
    Sep 2004
    Location
    Salem, Mass
    Posts
    434
    Quote Originally Posted by sachin.parnami View Post
    If i am trying to install another package like
    Code:
    [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]#
    And when i check it with the following command it gives

    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
    How am i suppose to resolve this conflict ?
    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

  6. #6
    Just Joined!
    Join Date
    Nov 2008
    Location
    PUNE
    Posts
    72
    Ohhhh ok ok thanks Glenn will wait for other glance on it

  7. #7
    Just Joined!
    Join Date
    Nov 2008
    Location
    PUNE
    Posts
    72
    Any thoughts?

  8. #8
    Just Joined!
    Join Date
    Nov 2008
    Location
    PUNE
    Posts
    72
    No buddy encounter this problem yet!!!!!!!

    Strange

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...