Re: What am I doing wrong????a

2003-12-23 Thread Egor Egorov
Kirti S. Bajwa [EMAIL PROTECTED] wrote:
 Hello List:
 
 Please point to what am I doing wrong:
 
 I am trying to install MySQL on top of RH9. I am following steps outlined
 MySQL official documentation from Section 2.3.1 titled Quick Source
 Installation Overview. These are the steps I have performed:
 
 # cd /usr/local
 Download: mysql-standard-4.0.17-pc-linux-i686.tar.gz
 Note: on RH9 group (mysql)  user (mysql) are already there..
 # gunzip mysql-standard-4.0.17-pc-linux-i686.tar.gz
 # tar -xvf mysql-standard-4.0.17-pc-linux-i686.tar
 # cd mysql-standard-4.0.17-pc-linux-i686
 
 NOW THE PROBLEM
 =
 According to the instructions, my next step is:
 
 # ./configure --prefix=/usr/local/mysql
 
 But I get a message that ./configure is already done 
 
 This is where I am struck-up for the whole day. Can someone help to direct
 me to the right direction.

mysql-standard-4.0.17-pc-linux-i686.tar.gz is a binary distribution. You should 
download source or install MySQL from binary distribution.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: What am I doing wrong????a

2003-12-23 Thread Kirti S. Bajwa
Thanks.

I think your help is what I needed  is highly appreciated.

Kirti

-Original Message-
From: Egor Egorov [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 23, 2003 4:22 AM
To: [EMAIL PROTECTED]
Subject: Re: What am I doing wronga


Kirti S. Bajwa [EMAIL PROTECTED] wrote:
 Hello List:
 
 Please point to what am I doing wrong:
 
 I am trying to install MySQL on top of RH9. I am following steps outlined
 MySQL official documentation from Section 2.3.1 titled Quick Source
 Installation Overview. These are the steps I have performed:
 
 # cd /usr/local
 Download: mysql-standard-4.0.17-pc-linux-i686.tar.gz
 Note: on RH9 group (mysql)  user (mysql) are already there..
 # gunzip mysql-standard-4.0.17-pc-linux-i686.tar.gz
 # tar -xvf mysql-standard-4.0.17-pc-linux-i686.tar
 # cd mysql-standard-4.0.17-pc-linux-i686
 
 NOW THE PROBLEM
 =
 According to the instructions, my next step is:
 
 # ./configure --prefix=/usr/local/mysql
 
 But I get a message that ./configure is already done 
 
 This is where I am struck-up for the whole day. Can someone help to direct
 me to the right direction.

mysql-standard-4.0.17-pc-linux-i686.tar.gz is a binary distribution. You
should download source or install MySQL from binary distribution.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]