If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Help Installing MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-31-03, 15:51
amateurtalk amateurtalk is offline
Registered User
 
Join Date: Dec 2003
Posts: 1
Help Installing MySQL

okay.. here is what someone told me to do:

1.) up2date -d --src mysql

That will put mysql-3.23.58-1.src.rpm in the /var/spool/up2date/ directory.

2.)Then build the rpm using this command:

rpmbuild --rebuild /var/spool/up2date/mysql-3.23.58-1.src.rpm

That will put mysql-server (and 3 others) in
the /usr/src/redhat/RPMS/i386/ directory.

3.)Then just install the mysql-server:

rpm -Uvh /usr/src/redhat/RPMS/i386/mysql-server-3.23.58-1.i386.rpm



The last step is where i get hung up. Here is the error message that I get:

error: Failed dependencies:
libmysqlclient.so.10 is needed by mysql-server-3.23.58-1
mysql = 3.23.58 is needed by mysql-server-3.23.58-1
Suggested resolutions:
mysql-3.23.58-1.i386.rpm


then when i go and try to install the mysql-3.23.58-1.i386.rpm i get an error message that says:
files from install of mysql-3.23.58-1.i386.rpm conflicts with file from package MySQL-server-4.0.17-0



can someone please tell me what i'm doing wrong... i'n new at this so please explain to me in an easy way..


Thanks
Reply With Quote
  #2 (permalink)  
Old 01-01-04, 12:05
ika ika is offline
Registered User
 
Join Date: Oct 2003
Location: Slovakia
Posts: 482
Re: Help Installing MySQL

Quote:
Originally posted by amateurtalk
okay.. here is what someone told me to do:

1.) up2date -d --src mysql

That will put mysql-3.23.58-1.src.rpm in the /var/spool/up2date/ directory.

2.)Then build the rpm using this command:

rpmbuild --rebuild /var/spool/up2date/mysql-3.23.58-1.src.rpm

That will put mysql-server (and 3 others) in
the /usr/src/redhat/RPMS/i386/ directory.

3.)Then just install the mysql-server:

rpm -Uvh /usr/src/redhat/RPMS/i386/mysql-server-3.23.58-1.i386.rpm



The last step is where i get hung up. Here is the error message that I get:

error: Failed dependencies:
libmysqlclient.so.10 is needed by mysql-server-3.23.58-1
mysql = 3.23.58 is needed by mysql-server-3.23.58-1
Suggested resolutions:
mysql-3.23.58-1.i386.rpm


then when i go and try to install the mysql-3.23.58-1.i386.rpm i get an error message that says:
files from install of mysql-3.23.58-1.i386.rpm conflicts with file from package MySQL-server-4.0.17-0



can someone please tell me what i'm doing wrong... i'n new at this so please explain to me in an easy way..


Thanks
At first don't mix the 4.x version with 3.23.x version...
At second will be better when you download binary version from www.mysql.com and you will be following the steps included in INSTALL file.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On