Oracle 5.0 Reference Manual page 204

Table of Contents

Advertisement

CC=cc CFLAGS="-D_FILE_OFFSET_BITS=64 -O3" \
CXX=CC CXXFLAGS="-D_FILE_OFFSET_BITS=64 -O3" \
./configure --prefix=/usr/local/mysql \
--enable-thread-safe-client --with-berkeley-db \
--with-extra-charsets=complex \
--build=i686-unknown-sysv5SCO_SV6.0.0
If you use gcc, you must use
CC=gcc CXX=g++ ... ./configure ...
The version of Berkeley DB that comes with either UnixWare 7.1.4 or OpenServer 6.0.0 is not
used when building MySQL. MySQL instead uses its own version of Berkeley DB. The
command needs to build both a static and a dynamic library in src_directory/bdb/build_unix/,
but it does not with MySQL's own
1. Configure as normal for MySQL.
2.
cd bdb/build_unix/
3.
cp -p Makefile Makefile.sav
4. Use same options and run ../dist/configure.
5. Run gmake.
6.
cp -p Makefile.sav Makefile
7. Change location to the top source directory and run gmake.
This enables both the shared and dynamic libraries to be made and work.
SCO provides OpenServer 6 operating system patches at ftp://ftp.sco.com/pub/openserver6.
SCO provides information about security fixes at ftp://ftp.sco.com/pub/security/OpenServer.
By default, the maximum file size on a OpenServer 6.0.0 system is 1TB. Some operating system
utilities have a limitation of 2GB. The maximum possible file size on UnixWare 7 is 1TB with VXFS or
HTFS.
OpenServer 6 can be configured for large file support (file sizes greater than 2GB) by tuning the UNIX
kernel.
By default, the entries in
Value
Default
-----
-------
SVMMLIM
0x9000000
HVMMLIM
0x9000000
To make changes to the kernel, use the
/etc/conf/cf.d/stune
root:
#
/etc/conf/bin/idtune SDATLIM 0x7FFFFFFF
#
/etc/conf/bin/idtune HDATLIM 0x7FFFFFFF
#
/etc/conf/bin/idtune SVMMLIM 0x7FFFFFFF
#
/etc/conf/bin/idtune HVMMLIM 0x7FFFFFFF
#
/etc/conf/bin/idtune SFNOLIM 2048
#
/etc/conf/bin/idtune HFNOLIM 2048
Then rebuild and reboot the kernel by issuing this command:
#
/etc/conf/bin/idbuild -B && init 6
Other Unix Notes
2.95.3 or newer.
gcc
version. The workaround is as follows.
BDB
/etc/conf/cf.d/mtune
Min
---
0x1000000
0x1000000
idtune name parameter
file for you. To set the kernel values, execute the following commands as
184
are set as follows:
Max
---
0x7FFFFFFF
0x7FFFFFFF
command.
configure
modifies the
idtune

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 5.0 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Mysql 5.0

Table of Contents