| Siebel Store-and-Forward Messaging Guide for Mobile Web Client > Installation and Configuration of Siebel Store-and-Forward Messaging > Deploying IBM MQe Queue Managers > Deploying SMQReceivers on UNIX Systems
 To deploy SMQReceivers in a UNIX environment, perform the applicable procedure.  To install SMQReceivers on UNIX, Solaris platform 
Make sure Java is installed on the following servers:
Set the following environment variables:
setenv LD_LIBRARY_PATH  {$LD_LIBRARY_PATH}:/usr/jdk/jdk1.5.0_01/jre/lib/sparc/server setenv JAVA_HOME /usr/jdk/jdk1.5.0_01Make sure the directory that contains libjvm.so is in LD_LIBRARY_PATH.
 To install SMQReceivers on UNIX, AIX platform 
Set the following environment variables:
setenv LIBPATH {$LIBPATH}:/usr/java1.5/sdk/jre/bin:/usr/java1.5/sdk/jre/bin/j9vm/ setenv JAVA_HOME /usr/java1.5/sdkCreate SmqJVMSubsys: Use Server Manager and issue the following commands:
create named subsystem SmqJVMSubsys for subsystem JVMSubsys change param CLASSPATH="<Install_Dir>/siebsrvr/classes/SiebelJI_enu.jar:<Install_Dir>/siebsrvr/classes/Siebel.jar" for named subsystem SmqJVMSubsys To install SMQReceivers on UNIX, Redhat Linux or SUSE Linux platform 
The EAI component group is needed to run SMQReceiver.
Make sure the directory that contains libjvm.so is in LD_LIBRARY_PATH.
Create SmqJVMSubsys: Use Server Manager and issue the following commands:
create named subsystem SmqJVMSubsys for subsystem JVMSubsys change param CLASSPATH="{$SIEBEL_HOME}/siebsrvr/classes/SiebelJI_enu.jar:{$SIEBEL_HOME}/siebsrvr/classes/Siebel.jar" for named subsystem SmqJVMSubsys |