
ODBC for Unix Installation Instructions
Server Installation on Debian
Prerequisites
You will need:
- Eloquence B.07.00 or later
Server
- Place all files in the /opt/minisoft directory. Be sure
that the directory is readable and executable from public.
- Create a symbolic link to your system specific Eloquence
library. For example:
ln -s /opt/eloquence6/lib/libimage3k.so \
/usr/lib/libimage3k.so
- Append the following to your /etc/inetd.conf file:
#
# odbcsrvr.exe
#
odbcsrvr stream tcp nowait root /opt/minisoft/odbcsrvr.exe odbcsrvr.exe /S
#
# odbcsrvr.exe with trace enabled
#
#odbcsrvr stream tcp nowait root /opt/minisoft/odbcsrvr.exe odbcsrvr.exe
/S /T
Append /R to the end of the line to display a unique ROWID
for each Image/Eloquence Dataset record.
- Append the following to your /etc/services file:
#
# Minisoft odbcsrvr.exe
#
odbcsrvr 30006/tcp
- Append the following to your /etc/pam.conf file:
#
# PAM configuration
#
odbcsrvr auth required /usr/lib/security/libpam_unix.1
odbcsrvr account optional /usr/lib/security/libpam_unix.1
odbcsrvr password required /usr/lib/security/libpam_unix.1
#
- Report the System ID and System Name (see license.exe below)
to your Minisoft sales office. Follow the directions returned
to license the product.
- Restart inetd using the command:
#/etc/init.d/inetd restart
- Alternately you can run the server from the command
line:
Where P is the port number. T is the Trace level (use
zero). W permits write access. S requires a valid logon.
/opt/minisoft/odbcsrvr.exe /P:30006 /S
license.exe
Please report the value from this utility so that a License Number
can be generated for your system.
This is an executable. Place it in the directory
"/opt/minisoft". When run, it should display the System ID and System
Name:
# /opt/minisoft/license.exe
System ID = [4280348409]
System Name = [Linux 2.4.27-2-386 i686]
Minisoft License Utility (1.2.0.3)
Use one of the following parameters:
1 - View license information
2 - License a product
5 - Create license file
6 - View license for a product
#