bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Question] install error


From: 곽용
Subject: [Question] install error
Date: Tue, 15 Oct 2002 14:47:09 +0900

Dear sir.
 
May I ask you some question? (I'm poor in english, so don't mind grammer)
 
Today I installed mysql-3.23.45.tar.gz.
but I meet with some errors as bellow.  I write this letter as install in reqular order
 
------------------------------------------------------------------------------------------------
1)
#gzip -cd mysql-3.23.45.tar.gz | tar xvf -
 
x mysql-3.23.45/sql/ha_isammrg.h, 2678 bytes, 6 tape blocks
x mysql-3.23.45/sql/ha_isam.h, 3121 bytes, 7 tape blocks
......(ommitted)
x mysql-3.23.45/sql-bench/Results-win32, 0 bytes, 0 tape blocks
x mysql-3.23.45/sql-bench/Results-win32/ATIS-access_odbc-win98-cmp-access,mysql, 978 bytes, 2 tape blocks
tar: directory checksum error                                                         <-- first error
 
# cd mysql-3.23.45
 
# ./configure --prefix=/usr/local/mysql --with-charset=euc_kr
.......(ommitted)
Thank you for choosing MySQL!
 
2)
#make
........(ommitted)
/bin/chmod +x copy-db-t
/bin/mv copy-db-t copy-db
Making all in mysql-test
make: Fatal error: Don't know how to make target `all'                     <-- second error
Current working directory /home/kwakyong/mysql/mysql-3.23.45/mysql-test
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'            <-- third error
Current working directory /home/kwakyong/mysql/mysql-3.23.45
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'      <-- fourth error
3)
# make install
........(ommitted)
for i in ./limits/*.* ; do .././install-sh -c -m 644 $i /usr/local/mysql/sql-bench/limits; done
install:  ./limits/*.* does not exist
*** Error code 1
make: Fatal error: Command failed for target `install-data-local'      <-- fifth error
Current working directory /home/kwakyong/mysql/mysql-3.23.45/sql-bench
*** Error code 1
make: Fatal error: Command failed for target `install-am'                  <-- sixth error
Current working directory /home/kwakyong/mysql/mysql-3.23.45/sql-bench
*** Error code 1
make: Fatal error: Command failed for target `install-recursive'        <-- seventh error
# cd /usr/local/mysql
# ./bin/mysql_install_db
........(ommitted)
The latest information about MySQL is available on the web at http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com
 
#chown -R root /usr/local/mysql
 
# ./bin/safe_mysqld &
[1] 18619
ing# Starting mysqld daemon with databases from /usr/local/mysql/var
021015 14:21:40  mysqld ended
 

[1]    Done                 ./bin/safe_mysqld
4)
# ./bin/mysql
ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (146)  <-- eighth error
#
------------------------------------------------------------------------------------------------
 
I don't understand the errors exactly, so I ignored the errors and come to the next commend.
so, the eighth error occurred.
 
I couldn't execute mysql.
 
Could you teach me why the errors occurred?
and How can I install mysql correctly?
Are there any problem with solaris OS and others?
 
 
                                                                                                 Sincerely yours,
                                                                                                 RAS information Technology Co., Ltd.
                                                                                                 Republic of Korea
                                                                                                 yong, Kwak
 
                                                                                                 address@hidden
 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]