Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
Results 11 to 17 of 17
And BTW i run Fedora Core 3..So i should use Linux x86 RPM downloads?...
  1. #11
    Just Joined!
    Join Date
    Dec 2004
    Posts
    37
    And BTW i run Fedora Core 3..So i should use Linux x86 RPM downloads?

  2. #12
    Just Joined!
    Join Date
    Apr 2005
    Posts
    24

    mysql Installation

    Hello,
    I have also RHEL 3.0 workstation and I am also trying to install Mysql with source (Mysql-3.23.42.tar.gz).
    when I am trying to install it I am getting error after running cmd i.e
    make install --error like
    ################
    mv -f .lib/errmsg.lo errmsg.lo
    make[1] leaving dictory '/opt/mysql-3.23.42/libmysql'
    make[1]install -all recursive error-1
    #######################
    Here is the procedure which I am using
    1) copy this source mysql-3.23.42.tar.gz to /opt
    2) adding user & group for mysql
    groupadd mysql
    useradd -g mysql mysql
    3) cd /opt
    4) tar -xvzf mysql-3.23.42.tar.gz
    5) cd mysql-3.23.42 ----------------------> /opt is the location
    6)./configure --prefix=/usr/local/mysql
    7)make
    make install
    here I am getting 1 error as mestion above
    when I procedure with this error and trying to copy support files
    then again I am getting error.
    QUESTION:
    1) Let me clear Can I am following correct procedure???

    2) when I check in /usr/local i found one dirctory that "include" in this dir mysql dir created. is it correct??
    3) RHEL 3.0 workstation compatible to install mysql ??

    please give me correct procedure ..
    Regards-
    Mahesh

  3. #13
    Just Joined!
    Join Date
    Apr 2005
    Posts
    24

    mysql

    Hi,
    As well let me know one more think can I want to reinstall linux or mysql
    when I am getting such error ??

  4. #14
    Just Joined!
    Join Date
    Jul 2005
    Posts
    10
    [root@plain /]# rpm -e mysql
    error: Failed dependencies:
    libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3
    [root@plain /]# rpm -e mysql
    error: Failed dependencies:
    libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3
    [root@plain /]# rpm - e perl-DBD-MySQL-2.1021-3
    error: Failed dependencies:
    perl-DBD-MySQL is needed by (installed) mysql-3.23.58-15.RHEL3.1
    [root@plain /]#
    ok the rpm -e thing was working great till I came across this.

    I rpm -e one and it shows a dependency with the other and same vice versa. There's no way I can get rid of them both.

    now what?

  5. #15
    Linux Guru
    Join Date
    Oct 2001
    Location
    Täby, Sweden
    Posts
    7,578
    Just give both of them in the same command:
    Code:
    rpm -e mysql perl-DBD-MySQL

  6. #16
    Just Joined!
    Join Date
    Sep 2005
    Posts
    1
    Quote Originally Posted by MinoX1337
    i got it to work now just commanded around...
    You're supposed to say what you did! lol. This did it for me

    Code:
    rpm -e mysql-3.23.58-13 --nodeps
    FYI for folks who are still having trouble.

  7. #17
    Just Joined!
    Join Date
    Mar 2011
    Posts
    1
    u can use command:
    yum remove mysql-server

Page 2 of 2 FirstFirst 1 2

Posting Permissions

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