Apples and Oranges: A Linux DBMS Comparison Acquiring and Installing mSQL Matthias Warkus
Wednesday, November 10, 1999 03:04:53 PM
Downloading mSQL is not as uncomplicated as downloading PostgreSQL or MySQL, but then, the distribution is much smaller, too. Start out from Hughes Technologies Web page and look for further instructions. To download mSQL, one needs to first register with the site and go through a CGI-based downloading system which allows choice between a couple of mirrors if necessary. Building and installing mSQL is a matter of the following steps:
Untar it and change into the source directory tree:
tar -xvzf msql-2.0.11.tar.gz
cd msql-2.0.11
Generate the target definitions:
make target
Change into the target directory for your platform:
cd targets/Linux-2.2.12-i586
Configure the package:
./setup
Edit site.mm; I only changed the installation path into
/opt/msql.
Build it:
make all
Install it as root:
make install
After building and installing mSQL, you'll need to configure it: