Confluence 3.3 has reached end of life
Check out the [latest version] of the documentation
Java X11 Dependencies
On UNIX-based operating systems, the Java runtime makes use of certain parts of the platform's native X11 graphics libraries. The X Server does not have to be running, but the libraries must be available on the server. Confluence will run on a server that does not have Xlib installed, but parts of the application that manipulate graphics: PDF exports, image thumbnailing, the image gallery macro, CAPTCHA, and the resizing of profile pictures, will fail. Mac OS X You do not need to install X11 on Mac OS X, as it has its own graphics libraries. If X11 is not present, you may see any of the following errors If This Doesn't Help If you have X11 installed and thumbnailing still does not work, please ensure that you are running Java in headless mode — see the FAQ entitled Confluence doesn't generate thumbnails. On Fedora Core, you will need to install the On Debian, you will need to instll the following packages (CONF-6411): You'll only need the xlibs-dbg package if you're running an older version of Debian (3.0). It's a dummy package for smoothing the transition to a new set of graphics libraries, so if you can't locate it, you most likely don't need it. Please refer to the following forum for more information. Execute the following: Note: 'sudo' enables you to be superuser for one operation. You will need to supply your user password.
Specific Installation Instructions
Fedora Core
xorg-x11-deprecated-libs package. (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130239)Fedora Core 6, RHEL 5
Debian Linux
apt-get install libx11-6 libx11-dev libxt6 libxt6-dbg libxext6 libxtst-dev libxtst6 xlibs-dbg xlibs-devGentoo Linux
emerge libICE libSM libX11 libXext libXp libXt libXtstSolaris 10
Ubuntu
> apt-get install libice-dev libsm-dev libx11-dev libxext-dev libxp-dev libxt-dev libxtst-dev
