Note: Requires Installation of DocuShare 6.6.1 and DocuShare 6.6.1 Patch 1.
Note: The following error may be displayed, “Bundled JRE is not binary compatible with host OS/Arch or it is corrupt. Testing bundled JRE failedâ€
To install DocuShare 6.6.1 on a 64 bit Red Hat Linux Enterprise Linux 6:
1. Log into the server as administrator, then open a command prompt window and enter the command yum install the following packages (see example below) this will allow the 32-bit DocuShare installation wizard to run on a 64-bit Red Hat Enterprise Linux 6 platform.
Example:
yum install libgcc.i686 glibc.i686 nss-softokn-freebl.i686 libXau.i686 libxcb.i686 libX11.i686 libXext.i686 libXi.i686 libXtst.i686 compat-libstdc++.296.i686
Note: If the packages above are not installed the GUI installer will terminate with a message asking customer to run in console mode.
Note: The console mode is fixed by a second revision of the Linux installer since April 2012. Do not use the first one dated 2011.
2. Run the DocuShare installation wizard to install DocuShare onto the server.
Note: For detailed instructions on how to Install DocuShare refer to the DocuShare Installation Guide.
3. When the installation successfully completes, go the DocuShare /bin directory, open the setup_docushare.sh file, and add /usr/lib64: to the LD_LIBRARY_PATH line.
Example of the file before editing:
if [ "${LD_LIBRARY_PATH}" = "" ]
then
LD_LIBRARY_PATH=${JDOCUSHARE}/bin:${VERITY_BIN}:${IDOL_DISH_HOME}:${IDOL_FSF_HOME}:${IDOL_FSF_HOME}/filters:${IDOL_SERVER_HOME}:${IDOL_SERVER_HOME}/langfiles:${DSDIS_BIN}:/lib:/usr/lib
else
LD_LIBRARY_PATH=${JDOCUSHARE}/bin:${VERITY_BIN}:${IDOL_DISH_HOME}:${IDOL_FSF_HOME}:${IDOL_FSF_HOME}/filters:${IDOL_SERVER_HOME}:${IDOL_SERVER_HOME}/langfiles:${DSDIS_BIN}:${LD_LIBRARY_PATH}:/lib:/usr/lib
fi
Example of the file after editing:
if [ "${LD_LIBRARY_PATH}" = "" ]
then
LD_LIBRARY_PATH=${JDOCUSHARE}/bin:${VERITY_BIN}:${IDOL_DISH_HOME}:${IDOL_FSF_HOME}:${IDOL_FSF_HOME}/filters:${IDOL_SERVER_HOME}:${IDOL_SERVER_HOME}/langfiles:${DSDIS_BIN}:/lib:/usr/lib64:/usr/lib
else
LD_LIBRARY_PATH=${JDOCUSHARE}/bin:${VERITY_BIN}:${IDOL_DISH_HOME}:${IDOL_FSF_HOME}:${IDOL_FSF_HOME}/filters:${IDOL_SERVER_HOME}:${IDOL_SERVER_HOME}/langfiles:${DSDIS_BIN}:${LD_LIBRARY_PATH}:/lib:/usr/lib64:/usr/lib
fi
4. Save and close the file.
5. Install the compat-readline5 RPM package.
6. Install the openssl098e RPM package.
7. Once installation has completed, install DocuShare 6.6.1 latest patch or update. Available from http://www.support.xerox.com/support/xerox-docushare
Solution Updated: July 29th, 2014
Solution ID: 984
Keywords: DS 661 Linux
JRE failed
Libraries
I686
Lib