What is your problem ? Compiling MySQL out of the box or Compiling a
JDBC driver ?
Why are trying to compile the JDBC driver? You should not need to compile it.
The JDBC driver that I have come across have been precompiled. Therefore you
should just install it on your system and set your CLASSPATH to refer to the
zip or jar file accordingly.
e.g.
CLASSPATH=...:/usr/local/mysql/jdbc-driver-for-mysql.zip:...
export CLASSPATH
______________________________ Reply Separator _________________________________
Subject: Newbie mySQL MkLinux and JDBC
Author: dtbrown ([EMAIL PROTECTED]) at lon-mime
Date: 31/10/98 02:04
I'm a newbie, and I'm trying to install a JDBC drivable database engine on my
MkLinux (DR3) machine. MySQL should do the trick, and I have configured the
files without any trouble, but the compile fails. Is there anyone out there
who has experience with this installation???
Thanks!
DTB