Installing on Solaris
The Generic Unix or
Linux installation instructions may be used to install
RabbitMQ on Solaris, with two modifications:
-
The RabbitMQ shell scripts assume a standard POSIX environment.
On Solaris this requires that startup scripts be executed with
the /usr/xpg4/bin/sh shell. This can
be accomplished by replacing the first line of each script
(which normally reads #!/bin/sh) with
#!/usr/xpg4/bin/sh.
-
The RabbitMQ shell scripts assume the existence of the
"readlink" utility for resolving symbolic links. This can be
obtained by installing the
Sunfreeware
"coreutils" package or compiling
GNU
coreutils.
Getting Help and Providing Feedback
If you have questions about the contents of this guide or
any other topic related to RabbitMQ, don't hesitate to ask them
on the RabbitMQ mailing list.
Help Us Improve the Docs <3
If you'd like to contribute an improvement to the site,
its source is available on GitHub.
Simply fork the repository and submit a pull request. Thank you!