+

Search Tips   |   Advanced Search

Configure Document Conversion Services for systems other than Windows

Configure the Document Conversion Services to complete document conversions in an operating system other than Windows. Complete the following steps whenever you start the Portal server from a new terminal window.

  1. Ensure the oiexport directory is in the UNIX PATH as...

      WP_PROFILE/PortalServer/config/oiexport:$PATH

    For example...

      PATH=$WP_PROFILE/PortalServer/config/oiexport:APPSERVER_ROOT/java/jre/bin:$PATH

  2. Set set LD_LIBRARY_PATH/LIBPATH/SHLIB_PATH to point to the oiexport directory and the graphics library directory.

      Platform Path
      AIX LIBPATH=$WP_PROFILE/PortalServer/config/oiexport:/usr/X11R6/lib
      Linux LD_LIBRARY_PATH=$WP_PROFILE/PortalServer/config/oiexport:/usr/X11R6/lib
      Solaris LD_LIBRARY_PATH=$WP_PROFILE/PortalServer/config/oiexport:/usr/X11R6/lib
      HP-UX SHLIB_PATH=$WP_PROFILE/PortalServer/config/oiexport:/usr/X11R6/lib

    Required library: On Linux and Solaris, install the following library to run document conversion services:

      libstdc++.so.5

    This library is included with GNU Compiler Collection (GCC) 3.2 to 3.3.6.

    Install libstdc++.so.5 and include the folder containing the library in the library path variable.

      LD_LIBRARY_PATH=WP_PROFILE/PortalServer/config/oiexport:/usr/X11R6/lib:/user/lib

  3. Run the exporter task

      cd WP_PROFILE/PortalServer/config
      ./exporter.sh


Parent Configure Document Conversion Services