+

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. Verify the oiexport directory is in the PATH as WP_PROFILE/PortalServer/config/oiexport:$PATH. For example, export PATH=WP_PROFILE/PortalServer/config/oiexport:APPSERVER_ROOT/java/jre/bin:$PATH

  2. Export LD_LIBRARY_PATH/LIBPATH/SHLIB_PATH to point to the oiexport directory and the graphics library directory. This environment variable is different for different systems, as detailed in the following table:

    Platform Library path variable
    AIX LIBPATH
    HP-UX SHLIB_PATH
    Linux LD_LIBRARY_PATH
    Solaris LD_LIBRARY_PATH

    In AIX , the command might be export LIBPATH=WP_PROFILE/PortalServer/config/oiexport:/usr/X11R6/lib

    Required library: On SolarisLinux, 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. The command might be export LD_LIBRARY_PATH=WP_PROFILE/PortalServer/config/oiexport:/usr/X11R6/lib:/user/lib

  3. Run the exporter task from the WP_PROFILE/PortalServer/config directory to ensure installed all the libraries.

    A successful task displays the following message:

      Error: no input file was specified Error: no output file was specified Error: No output id was specified


Parent Configure Document Conversion Services