mysql-3.22.33

2001-10-03 Thread R Talbot

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

I have compiled 3.22.32, ...3.23.40.. 3.23.42
All on Linux w/  kernel 2.2.10 and 2.2.13   
Gnu make 3.77.xx and GNU make 3.78.xx

What I have learned is that an up to date Make and
libc library are very important .. Earlier versions seem
to compile well with earlier GNU Make/ libc installs and
Later version seem to need updated GNU Make / Libc..

What is your OS flavor and have recent are your library and
tools... Update  when possible...

Hope this helps some...

BOb T


-
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




mysql-3.22.33

2001-10-02 Thread CMU System Administrator

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