%general-entities; ]> $LastChangedBy$ $Date$ Pre-installation Configuration Set an environment variable to resolve the prefix destination. If GNOME is your desktop of choice: export GNOME_PREFIX=/usr If you want to try-out GNOME, or install it in an easy-to-remove location: export GNOME_PREFIX=/opt/gnome-&gnome-version;&gnome-minor-version; Remember to execute ldconfig as the root user after installation of libraries to update the linker's library cache. The try-out group will also need to make all the following configuration changes: Add to your system or personal profile: export PATH=$PATH:/opt/gnome-&gnome-version;&gnome-minor-version;/bin export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-&gnome-version;&gnome-minor-version;/lib/pkgconfig export GNOME_LIBCONFIG_PATH=/usr/lib:/opt/gnome-&gnome-version;&gnome-minor-version;/lib Add to your /etc/ld.so.conf: cat >> /etc/ld.so.conf << "EOF" # Begin gnome addition to /etc/ld.so.conf /opt/gnome-&gnome-version;&gnome-minor-version;/lib # End gnome addition EOF Add to your /etc/man_db.conf: cat >> /etc/man_db.conf << "EOF" # Begin gnome addition to man_db.conf MANDATORY_MANPATH /opt/gnome-&gnome-version;&gnome-minor-version;/share/man # End gnome addition to man_db.conf EOF