Dear all,

Now I'm using binary distribution of MySQL 3.23.30-gamma for
FreeBSD 4.2. The size of mysqld is 1339436 bytes. It can work
well without any crash.

But I need to use charset tis620 so I use 2 parameters when I
call mysqld.

--character-sets-dir=/usr/local/share/mysql/charsets
--default-character-set=tis620

I get an error message because I don't have tis620.conf in
/usr/local/share/mysql/charsets. I decide to compile MySQL
from source code instead (gcc 2.95.2 19991024) by using this
configure.

./configure --with-charset=tis620

There's some problem while compiling and I can fix it. The
size of new mysqld is 2035935 bytes. And when I try to run
the new mysqld, it will crash with "Bus error" every a few
minutes.

Anyone know how to configure and compile MySQL in binary
distribution?

Thanks,
Apisilp.


---------------------------------------------------------------------
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