Installation guide

Install Options
Jabber XCP Server Installation Guide Install Packages and Options Page 34
Beta Version Only
Install Options
A number of install options are available, which give you more control over the
installation. To list the options that are available for the installation scripts, execute the
script followed by the --help option. For example:
./xcp-core-installer-5.2.2.x-OS.bin --help
or
./xcp-developerextensions-5.2.2.x-OS.bin --help
where OS is solaris8 or linux.
Table 3. Install options
Option Description
--prefix=path The location in which you want to install the Jabber server. The
default location is /opt/jabber.
--lib-path=path A colon-separated list of library search paths. The install scripts search
these paths for required libraries. If you do not specify the lib-path
option, the install scripts search in all of the expected locations for the
required libraries.
If you want to use your own version of the required libraries, you may
list them using this option.
--owner=owner_name The user who will own the installed files. You must be logged in as
root to run this option.
--group=group_name The group who will own the installed files. You must be logged in as
root to run this option.
--force Forces the installation to complete even when the installer cannot find
all required libraries.
--help Lists all available install options.
--clobber Causes the installation not to inquire about the existence of the
destination directory.
--disable-pre Causes the installation not to execute any pre-installation scripts, if
there are any.
--disable-post Causes the installation not to execute any post-installation scripts, if
there are any.