summaryrefslogtreecommitdiff
path: root/cpp/install/unix/README.SLES
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/install/unix/README.SLES')
-rw-r--r--cpp/install/unix/README.SLES59
1 files changed, 37 insertions, 22 deletions
diff --git a/cpp/install/unix/README.SLES b/cpp/install/unix/README.SLES
index eab27fc6888..fb870200a04 100644
--- a/cpp/install/unix/README.SLES
+++ b/cpp/install/unix/README.SLES
@@ -49,9 +49,9 @@ This distribution depends on a number of third-party libraries:
All of these libraries are included with your SLES10 distribution in the
following RPMs:
-expat expat
-OpenSSL openssl
-bzip2 bzip2
+expat: expat
+OpenSSL: openssl
+bzip2: bzip2
Java
@@ -60,30 +60,33 @@ Java
Ice for Java requires Java 1.4.2, 1.5.0 or 1.6.0. RPMs can be obtained
from Sun Microsystems at http://java.sun.com.
+
Python
------
The Ice extension for Python included in this distribution requires
the installation of the SLES10 python RPM.
+
C#
--
-Ice for C# requires Mono 1.2.2 or later. You can download the corresponding
-RPM at:
-http://www.go-mono.com/download/x86/mono/1.2.2.1/mono-core-1.2.2.1-0.novell.i586.rpm
-http://www.go-mono.com/download/x86_64/mono/1.2.2.1/mono-core-1.2.2.1-0.novell.x86_64.rpm
+Ice for C# requires Mono 1.2.2 or later. You can download the RPMs at:
+
+ http://www.go-mono.com/download/x86/mono/1.2.2.1/mono-core-1.2.2.1-0.novell.i586.rpm
+ http://www.go-mono.com/download/x86_64/mono/1.2.2.1/mono-core-1.2.2.1-0.novell.x86_64.rpm
PHP
---
-The Ice extension for PHP included in this distribution requires
-the SLES10 php5 RPM, version 5.1.2-29.22 or greater (as long as
-the greater version maintains binary compatibility).
+The Ice extension for PHP included in this distribution requires the
+SLES10 php5 RPM, version 5.1.2-29.22 or greater (as long as the
+greater version maintains binary compatibility).
+
+Note that php5 5.1.2-29.22 is not binary compatible with the php5 RPM
+(version 5.1.2-29.5) included in the original SLES10 distribution.
-php5 5.1.2-29.22 is not binary compatible with the php5 RPM (version
-5.1.2-29.5) included in the original SLES10 distribution.
======================================================================
Berkeley DB
@@ -93,6 +96,7 @@ This distribution includes the C++ and Java runtime for Berkeley DB
4.5.20. The Berkeley DB license is provided in the file
THIRD_PARTY_LICENSE.
+
======================================================================
Setting up your environment to use Ice
======================================================================
@@ -111,17 +115,24 @@ below:
$ export PATH=$ICE_HOME/bin:$PATH
Ice shared libraries and executables in this distribution contain
-/opt/Ice-@mmver@/lib as embedded runpath. In order to run Ice services
-and tools, you can either:
- - create a symbolic link /opt/Ice-@mmver@ that points to your Ice
- installation.
- $ ln -s $ICE_HOME /opt/Ice-@mmver@
- - or add $ICE_HOME/lib to your LD_LIBRARY_PATH environment variable
- $ export LD_LIBRARY_PATH=$ICE_HOME/lib:$LD_LIBRARY_PATH
+/opt/Ice-@mmver@/lib as the embedded runpath. In order to run Ice
+services and tools, you can do one of the following:
+
+ - Create a symbolic link /opt/Ice-@mmver@ that points to your Ice
+ installation:
+
+ $ ln -s $ICE_HOME /opt/Ice-@mmver@
+
+ - Add $ICE_HOME/lib to your LD_LIBRARY_PATH environment variable:
+
+ $ export LD_LIBRARY_PATH=$ICE_HOME/lib:$LD_LIBRARY_PATH
+
With the x86_64 distribution, libraries are installed in
$ICE_HOME/lib64; if you use this distribution, set your
LD_LIBRARY_PATH as follows:
- $ export LD_LIBRARY_PATH=$ICE_HOME/lib64:$LD_LIBRARY_PATH
+
+ $ export LD_LIBRARY_PATH=$ICE_HOME/lib64:$LD_LIBRARY_PATH
+
C++
---
@@ -181,7 +192,9 @@ java.net.preferIPv4Stack to true. For example:
$ java -Djava.net.preferIPv4Stack=true MyClass ...
-See also: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6483406
+For more information on this issue, refer to Sun's bug database:
+
+ http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6483406
Python
@@ -226,6 +239,7 @@ mono. For example,
$ mono server.exe
+
PHP
---
@@ -247,6 +261,7 @@ You can verify that the Ice extension is installed properly by
examining the output of the "php -m" command, or by calling the
phpinfo() function from a script.
+
======================================================================
Using the IceGrid Administrative Console
======================================================================
@@ -270,7 +285,7 @@ Demos and documentation
Sample programs are provided in the Ice-@ver@-demos.tar.gz package,
which can be downloaded from the ZeroC web site at
-http://www.zeroc.com/download.html
+ http://www.zeroc.com/download.html
Please refer to the README.DEMOS file included in that package for
more information.