---------------------------------------------------------------------- ELOQUENCE B.08.30 - patch PE83-2106150 ---------------------------------------------------------------------- This patch adds the contributed libeqdbobj for Eloquence B.08.30. Eloquence B.08.30-1810 (or newer) must be installed before installing this patch. Severity: PE83-2106150: ENHANCEMENT Superseded patches: none Patch PE83-2106150 ------------------ Platforms: All * Initial release (beta) The eqdbobj library adds support for binary objects (blob) to the Eloquence database. Please refer to the Eloquence web site for more information. https://eloquence.marxmeier.com/doc/eqdbobj/ This version is only available for Linux and HP-UX IA64. Installation: ------------- Please download the patch archive that corresponds with the installed release. The patch files follow the conventions below: PE83-2106150-hpux-ia64.tar.gz ^ ^ ^ | | Architecture / OS specific build | Operating system Patch ID HP-UX: In order to install this patch, you need to unpack it with gzip and tar. Gzip is included with HP-UX. Installation requires root privileges. cd /opt/eloquence/8.3 gzip -dc /path/to/PE83-2106150-hpux.tar.gz | tar xf - Files: include/eqdbobj.h lib/hpux32/libeqdbobj.so (HP-UX Itanium 32bit) lib/hpux64/libeqdbobj.so (HP-UX Itanium 64bit) lib/pa20_32/libeqdbobj.sl (HP-UX PA-RISC 2.0 32bit) lib/pa20_64/libeqdbobj.sl (HP-UX PA-RISC 2.0 64bit) share/doc/PE83-2106150-README Linux: In order to install this patch, you need to unpack it with tar. Installation requires root privileges. cd /opt/eloquence/8.3 tar xzf /path/to/PE83-2106150-linux.tar.gz Files: include/eqdbobj.h lib/libeqdbobj.so lib64/libeqdbobj.so share/doc/PE83-2106150-README Windows: Two options are available for patch installation. The patch is available as self extracting archive for automatic installation and as a zip archive for manual installation. Both patches are equivalent. Installation requires administrative capabilities. For autmatic installation of this patch, please download the patch file PE83-2106150-win32.exe. Before installation, please consider closing all applications, then execute the patch installation program. Installation does not require a reboot unless the patched files were active. For a manual installation of the patch, please download the patch file PE83-2106150-win32.zip and unpack its contents. Then perform the following steps: * Please copy the .dll files into the Eloquence bin directory. (Default location: C:\Program Files\Eloquence\8.3\bin) * Please copy the .lib files into the Eloquence lib directory. (Default location: C:\Program Files\Eloquence\8.3\lib) * Please copy the .h files into the Eloquence include directory. (Default location: C:\Program Files\Eloquence\8.3\include) * Please copy the PE83-2106150-README.txt file into the Eloquence share\doc directory. (Default location: C:\Program Files\Eloquence\8.3\share\doc) Files: eqdbobj.h eqdbobj.dll eqdbobjC.dll eqdbobj64.dll eqdbobj.lib eqdbobjC.lib eqdbobj64.lib PE83-2106150-README.txt