# How-to-repeat
Here is what I sent to monty. He asked me to post it here too.
--
Boyd Gerber <gerb...@zenez.com>
ZENEZ 3748 Valley Forge Road, Magna Utah 84044
On Wed, 19 Dec 2001, Michael Widenius wrote:
Hi!
Can you help me with this one ?
Regards,
Monty
Monty,
I asked him to get the FSU-threads library from
ftp.mysql.com/SCO, ftp.zenez.com/pub/zenez/prgms or
ftp.lerctr.org/pub/zenez/prgms/
The only problem I had with the binary (After I installed all patches
to the OS) was I had to create a link from libsocket.so.1 to
libsocket.so.2
cd /usr/lib
ln -s libsocket.1.so libsocket.2.so
Then I could run the binary. I also told him to make note because Caldera
is suppose to release a patch that will require home to remove the link.
I also sent him these below. He has to have gcc-2.95.2 or newer. I build
gcc-2.95.3 on OSR 5.0.4 and then I did not have a problem.
#CC=gcc CXX=gcc LD=$CC ./configure --prefix=/usr/local/mysql
--enable-thread-safe-client --with-berkeley-db=./bdb --with-innobase
CC=gcc CXX=gcc LD=$CC ./configure --prefix=/usr/local/mysql
--enable-thread-safe-client --with-berkeley-db=./bdb --with-innodb
Thanks,