Re: Problem compiling MySQL-4.0.0-alpha with charset german1

2001-10-28 Thread Ed Carp
Stephan Skusa ([EMAIL PROTECTED]) writes: > ./conf_to_src .. german1 > \ > ./ctype_extra_sources.c > make[2]: *** [ctype_extra_sources.c] Error 132 > make[2]: Leaving directory `/usr/src/mysql-4.0.0-alpha/libmysql' I'm running RedHat 6.2 and I'm seeing the same error with "latin1"

Re: Problem compiling MySQL-4.0.0-alpha with charset german1

2001-10-26 Thread Thomas Spahni
On Fri, 26 Oct 2001, Stephan Skusa wrote: > if I do a > > ./configure --prefix=/usr/local/mysql-4.0.0 --with-charset=german1 --with-in > nodb --with-tcp-port=3307 --with-unix-socket-path=/tmp/mysql4.sock what about ./configure --with-charset=latin1_de ?? Thomas Spahni --