Hello, I'm attempting to compile MySQL 3.23.36 on a Linux system (heavily modified i386 RedHat 7.0 base with 2.4.2 kernel and gcc 2.95.3) but get the following error message some ways down: Making all in client make[2]: Entering directory `/home/jandrews/mysql-3.23.36/client' c++ -DUNDEF_THREADS_HACK -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OFF -fno-implicit-templates -c mysql.cc In file included from ../include/global.h:169, from mysql.cc:28: /usr/include/sys/time.h:69: two or more data types in declaration of `__tz' make[2]: *** [mysql.o] Error 1 make[2]: Leaving directory `/home/jandrews/mysql-3.23.36/client' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jandrews/mysql-3.23.36' make: *** [all-recursive-am] Error 2 For configure I only passed in one option: ./configure --prefix=/usr/local/mysql Any ideas why I'm running into this problem? Here's my uname: Linux ja 2.4.2 #7 Wed Mar 28 17:23:27 EST 2001 i686 unknown Some paths: /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/local/gcc/bin/gcc GCC: Reading specs from /usr/local/gcc/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/specs gcc version 2.95.3 20010315 (release) Compilation info: CC='gcc' CFLAGS='' CXX='gcc' CXXFLAGS='' LDFLAGS='' LIBC: lrwxrwxrwx 1 root root 11 Dec 9 12:58 /lib/libc.so.6 -> libc-2.2.so -rwxr-xr-x 1 root root 4733359 Nov 19 09:25 /lib/libc-2.2.so -rw-r--r-- 1 root root 22607104 Aug 30 2000 /usr/lib/libc.a -rw-r--r-- 1 root root 178 Aug 30 2000 /usr/lib/libc.so Configure command: ./configure --with-unix-socket-path=/var/tmp/mysql.sock --with-low-memory --with-mit-threads=yes --without-perl --enable-thread-safe-client --with-berkeley-db --with-innobase Thanks for any help... -Jeremy -- Jeremy Andrews (Yahoo Account) <[EMAIL PROTECTED]> GPG Key fingerprint = F093 A360 47B3 80E9 30C4 D0FE B094 0838 DFD5 41CF _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.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