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

Reply via email to