Fetch the mSQL Engine source code.
Build, install and invoke mSQL Engine
tar xzvf msql-1.0.16.tar.gz
cd msql-1.0.16
more README
make target
cd targets/Linux-2.0.18-i686/
./setup
make all
make install
/usr/local/Minerva/bin/msqld &
Fetch the mSQL CGI Interface source code.
Build and install mSQL CGI Interface
tar zxvf w3-msql-1.0.3.tar.gz
cd w3-msql-1.0.3
more README
vi Makefile /* Comment out the line: LIBS= -lsocket -lnsl */
make
cp w3-msql /opt/web/cgi-bin/
by B. Scott Burkett, used with permission.
Create sample database with mkconcerts
Confirm creation of sample databases with mkreport
Query database using w3-mSQL.
Last Modified: 14 May 1997
St. Louis Unix Users Group - Linux SIG