Afgin, Tuesday, April 23, 2002, 1:14:17 PM, you wrote: AS> I try to compile mysql with hebrew and did not success. AS> I compile it on solaris 5.6.
AS> When I configure it with: AS> ./configure --prefix=/usr/local/mysql-3.23.49 --with-low-memory AS> --with-extra-charsets=complex --with-charset=hebrew --enable-assembler AS> or When I configure it with: AS> ./configure --prefix=/usr/local/mysql-3.23.49 --with-low-memory AS> --with-charset=hebrew --with-extra-charsets=hebrew --enable-assembler AS> I get the error: AS> 020418 15:21:22 mysqld started AS> 020418 15:21:23 /usr/local/mysql-3.23.49/libexec/mysqld: File AS> '/usr/local/mysql AS> -3.23.49/share/mysql/charsets/latin1.conf' not found (Errcode: 2) AS> 020418 15:21:23 /usr/local/mysql-3.23.49/libexec/mysqld: Character set AS> '#8' is AS> not a compiled character set and is not specified in the AS> '/usr/local/mysql-3.23. AS> 49/share/mysql/charsets/Index' file AS> 020418 15:21:23 /usr/local/mysql-3.23.49/libexec/mysqld: Can't open file: AS> 'tabl AS> es_priv.MYD'. (errno: 142) AS> /usr/local/mysql-3.23.49/libexec/mysqld: ready for connections AS> Any one know any clue? AS> Please reply directly to me to [EMAIL PROTECTED] By default MySQL uses latin1 character set. You have compiled only with hebrew character set. So, latin1 is not available then. Try to compile MySQL with latin1, too. AS> Any ideas are welcome. AS> Thanks, AS> Shlomit. -- For technical support contracts, goto https://order.mysql.com/ This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- 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