MySQL

Binaries(SCO),
Consulting and Services:

We provide binaries, development and Non Recurring Engineering(NRE)

Our custom binaries are mainly for the SCO OS's as MySQL AB no longer provides them.

**You need to install this and add a LD_LIBRARY_PATH to the libs.
gunzip
cd bdb/build_unix
gmake install
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/BerkelyDB.4.1/lib
export LD_LIBRARY_PATH
or add links from the files in the library to /usr/lib

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


I use the following command lines to build MySQL from source for the above binaries.

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


ZENEZ A Complete Consulting Company
www@zenez.com
Design by Boyd Gerber - gerberb@zenez.com

Copyright © 1979-Present ZENEZ, All rights reserved.

MySQL is a trademark of MySQL AB, Inc. in the United States and other countries.