Please solve the problems

# 
# groupadd mysql
# useradd -g mysql mysql
# cd /export/home0
# gunzip < mysql-3.23.33.tar.gz | tar xvf -
# cd mysql-3.23.33
# ./configure --prefix=/usr/local/mysql
# make
make  all-recursive
Making all in include
Making all in Docs
Making all in readline
Making all in libmysql
Making all in client
Making all in strings
Making all in dbug
Making all in mysys
Making all in extra
Making all in regex
Making all in isam
.
.
.
/usr/bin/rm -f copy-db copy-db-t
/usr/bin/sed \
  -e 's!@''benchdir''@!/usr/local/mysql/sql-bench!g' \
  -e 's!@''bindir''@!/usr/local/mysql/bin!g' \
  -e 's!@''scriptdir''@!/usr/local/mysql/bin!g' \
  -e 's!@''prefix''@!/usr/local/mysql!g' \
  -e 's!@''datadir''@!/usr/local/mysql/share!g' \
  -e 's!@''localstatedir''@!/usr/local/mysql/var!g' \
  -e 's!@''libexecdir''@!/usr/local/mysql/libexec!g' \
  -e 's!@''PERL''@!/usr/local/bin/perl!' \
  -e 's!@''VERSION''@!3.23.33!' \
  -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \
  copy-db.sh > copy-db-t
/usr/bin/chmod +x copy-db-t
/usr/bin/mv copy-db-t copy-db
Making all in mysql-test
make: Fatal error: Don't know how to make target `all'
Current working directory /export/home0/mysql-3.23.33/mysql-test
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home0/mysql-3.23.33
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'

Thank you.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to