ZENEZ presentation at SCO Forum 2007
We will provide for a fee GPL versions of MySQL binaries for SCO OS's. We have been forced to pass on our costs for providing these binaries. We highly recommend you purchase both a yearly contract from ZENEZ to provide SCO OS's binaries and a Support Agreement with MySQL AB/SUN for MySQL. We do provide support for MySQL, but like to recommend a MySQL support agreement with MySQL/AB/Sun. As our binary support is limited to the binaries only and making sure they run on the SCO OS's.
MySQL AB. no longer provides any binary downloads via the web for SCO Operating System(OS)'s. All newer binaries are provide for a fee only.
I have tried to provide these binaries for free in the past, but I can no longer provide them for free to the SCO user community. The free one's have been added to my website for you to download. You must adhere to the MySQL licenses. If you want commercial (non GPL) binaries please contact MySQL AB. at www.mysql.com or at order.mysql.com. The MySQL online Manual is a great reference for questions or problems you may be having. Please check it first.
MySQL source download from the main MySQL site.
You need to install FSU-threads for OpenServer 5.0.x where x is 0,2,4,5,6,7. It is available at FSU-threads-3.14.tar.gz When SCO releases Legend it will have native threads and FSU-threads will not be needed for OpenServer 6.
Please read from the MySQL online manual Using a binary distribution , SCO NOTES, SCO UnixWare NOTES, and SCO OpenServer 6.0.x Notes.
I have a tar.gz of the patches that can be applied to the MySQL source for MySQL-4.1.X to work with OpenServer 6.0.0. They are available at OpenServer 6.0.0 patches.
I have patches that can be applied to the MySQL source to work with OpenServer 6.0.0. They are available at OpenServer 6.0.0 individual patches.
*** On OpenServer 5.0.7 make test and mysql-test-run does not work with MySQL-4.0.23a, MySQL-4.0.24, MySQL-4.1.11, and MySQL-4.1.12 see bug 7375 http://bugs.mysql.com/bug.php?id=7375. So I do not know how well it will work. I was able to run a few things once this binary was installed, but I could not run the entire test suite.
Type | Download URL |
---|---|
Dynamic/shared version |
MySQL 4.0.26 |
Static version |
MySQL 4.0.26 |
Dynamic/shared version |
MySQL 4.1.12 |
Static version |
MySQL 4.1.12 |
Dynamic/shared version |
MySQL 4.0.25 |
Static version |
MySQL 4.0.25 |
Dynamic/shared version |
MySQL 4.1.11 |
Static version |
MySQL 4.1.11 |
Type | Download URL |
---|---|
Dynamic/shared version |
MySQL 4.0.25 |
Dynamic/shared version |
MySQL 4.1.13a bdb for MySQL 4.1.13 ** |
Dynamic/shared version |
MySQL 4.0.24 |
Dynamic/shared version |
MySQL 4.1.12 bdb for MySQL 4.1.12 ** |
Dynamic/shared version |
MySQL 4.1.11 |
Type | Download URL |
---|---|
Dynamic/shared version |
MySQL 4.0.25 |
Dynamic/shared version |
MySQL 4.1.14 bdb for MySQL 4.1.14 ** |
Dynamic/shared version |
MySQL 4.1.13a bdb for MySQL 4.1.13 ** |
Dynamic/shared version |
MySQL 4.1.12 bdb for MySQL 4.1.12 ** |
Click here to get the patch for /usr/include/sys/types.h in OpenServer 5.0.7 MP3/UP3. This is required to remove the code added for the upcoming Legend native threads that have been added to the types.h file in this Maintenance Patch.
ZENEZ Provides MySQL Support for all SCO OS's and we prefer MySQL with all E-Commerce Solutions.
Mail to ZENEZ Staff to request assistance
You can click on the configure-mysql... to download the file I use. You will need to make it executable. Then you can enter
./configure-mysql-osr5blg for MySQL-3.2X.X OpenServer 5.X.X,
./configure-mysql4-osr5blg for MySQL-4.X.X OpenServer 5.X.X,
./configure-mysql4-osr5blgst for static MySQL-4.X.X OpenServer 5.X.X,
./configure-mysql-uw7blg for MySQL-3.2X.X for UnixWare 7.X.X, or
./configure-mysql4-uw7blg for MySQL-4.X.X for UnixWare 7.X.X.
./configure-mysql4-osr6blg for MySQL-4.X.X for OpenServer 6.X.X.
OpenServer 5.X.X:
Prefered Compiler gcc-2.95.3!
MySQL-3.23
CC=gcc CXX=gcc ./configure --prefix=/usr/local/mysql --enable-thread-safe-client --with-berkeley-db=./bdb --with-innodb
MySQL-4.X.X
CC=gcc CXX=gcc ./configure --prefix=/usr/local/mysql --enable-thread-safe-client
--with-berkeley-db=./bdb --with-innodb --with-openssl --with-vio --with-extra-charsets=complex --with-debug
UnixWare:
Prefered Compiler Orignal UDK cc and CC!
MySQL-3.23
CC="cc" CFLAGS=" -I/usr/local/include" CXX="CC" CFLAGS=" -I/usr/local/include" LD=$CC ./configure --prefix=/usr/local/mysql --enable-thread-safe-client --with-berkeley-db=./bdb --with-innodb
MySQL-4.X.X
CC="cc" CFLAGS="-I/usr/local/include" CXX="CC" CFLAGS="-I/usr/local/include" ./configure --prefix=/usr/local/mysql --enable-thread-safe-client --with-berkeley-db=./bdb --with-innodb --with-openssl --with-extra-charsets=complex -with-vio
OpenServer 6.0.X:
Prefered Compiler Orignal UDK cc and CC!
MySQL-4.X.X
CC="cc" CFLAGS="-I/usr/local/include" CXX="CC" CFLAGS="-I/usr/local/include" ./configure --prefix=/usr/local/mysql --enable-thread-safe-client --with-berkeley-db=./bdb --with-innodb --with-openssl --with-extra-charsets=complex -with-vio
* Note the above are all on one single line!
ftp.zenez.com has binaries for MySQL compiled with the above options or programs for SCO OS's
This is the PATH, LD_LIBRARY_PATH, and LIBPATH that we use in our .profile using ksh.
PATH=$PATH:$HOME/bin:/bin:/usr/bin:/usr/bin/X11:/usr/local/bin:/usr/ccs/bin:/usr/local/ubin:/usr/zenez/bin:/etc:
export PATH
LD_LIBRARY_PATH=\;/usr/lib:/lib:/usr/local/lib:/usr/ccs/lib:/usr/local/mysql/lib/mysql:/usr/local/bdb/lib:/usr/local/ssl/lib:
LIBPATH=/usr/lib:/lib:/usr/local/lib:/usr/ccs/lib:
export LD_LIBRARY_PATH LIBPATH