
To install Omnidex software in the appropriate directory, execute
odxinstall.sh script.

The odxinstall.sh script performs the following tasks:
  1. Copy the Omnidex files into /opt/omnidex directory.
  2. Create symbolic links in /usr/bin for odxsql, odxnet, omnidex,
     and odxversions.
  3. Create omnidex.conf file in /etc/ld.so.conf.d directory.
     omnidex.conf contains the path to the Omnidex libraries
	 (/opt/omnidex/lib).

To uninstall Omnidex software, execute odxuninstall.sh script located
in /opt/omnidex directory.

To use Omnidex with Java, you must set these environment variables:
  export LD_LIBRARY_PATH="opt/omnidex/lib:$LD_LIBRARY_PATH"
  export CLASSPATH="/opt/omnidex/lib/Omnidex.jar:$CLASSPATH"

To use OdxSQL as a Java client for testing purposes, you also must add the
directory containing libjvm.so to LD_LIBRARY_PATH.

To set both the LD_LIBRARY_PATH and CLASSPATH, execute odxset.sh script
provided in /opt/omnidex:
  . /opt/omnidex/odxset.sh
Note: there is a space between the "." and "/opt/omnidex/odxset.sh"
