Go to the first, previous, next, last section, table of contents.
We use GNU autoconf so it is possible to port MySQL to all
modern systems with working Posix threads and a C++ compiler. The
client code requires C++ but not threads. We use/develop the software
ourselves primarily on Sun Solaris (versions 2.5 & 2.6) and some on
RedHat Linux 5.0.
The following OS/thread packages have been reported to compile
MySQL successfully. Note that for many OSes the native thread
support only works in the latest versions.
-
Solaris 2.5 & 2.6 with native threads.
-
SunOS 4.x with the included MIT threads package.
-
BSDI 2.x with the included MIT threads package.
-
BSDI 3.0 and 3.1 native threads.
-
SGI IRIX 6.x with native threads.
-
AIX 4.x whith native threads.
-
DEC UNIX 4.x with native threads.
-
Linux 2.0+ with LinuxThreads 0.5, 0.6 and 0.7.
-
FreeBSD 2.x with the included MIT threads package.
-
FreeBSD 3.x with native threads.
-
SCO OpenServer with a recent port of the FSU-threads package.
-
NetBSD 1.3 Intel and NetBSD 1.3 Alpha.
-
Openbsd 2.1
-
HPUX 10.20 with the included MIT threads package.
-
Win95 and NT. This version is currently only available for users with
a MySQL license or MySQL email support.
Go to the first, previous, next, last section, table of contents.