diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-10-06 15:30:35 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-10-06 15:30:35 +0000 |
commit | 3a6e59d977bec0e2cbbb87c385accfc36dbdb180 (patch) | |
tree | 990cf34b18b3e67b92630d9742d7e12d70c33967 /cpp | |
parent | bug fix for batch datagram (diff) | |
download | ice-3a6e59d977bec0e2cbbb87c385accfc36dbdb180.tar.bz2 ice-3a6e59d977bec0e2cbbb87c385accfc36dbdb180.tar.xz ice-3a6e59d977bec0e2cbbb87c385accfc36dbdb180.zip |
Fixed bug 1459
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/install/unix/README.Linux-RPM | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/install/unix/README.Linux-RPM b/cpp/install/unix/README.Linux-RPM index 86533f45517..35b19267078 100644 --- a/cpp/install/unix/README.Linux-RPM +++ b/cpp/install/unix/README.Linux-RPM @@ -89,6 +89,10 @@ supporting Python files: $ export PYTHONPATH=/usr/lib/Ice-@ver@/python:$PYTHONPATH +On a x86_64 system, the python Ice extension is installed in +/usr/lib64/Ice-@ver@/python, so use instead: + +$ export PYTHONPATH=/usr/lib64/Ice-@ver@/python:$PYTHONPATH C#/Mono ------- |