Hi Graham,

Thank you for a quick response. I am afraid this is not an option as I am 
using Ice 3.5. I have to manually download the package and recompile 
locally:

wget https://zeroc.com/download/Ice/3.5/Ice-3.5.1-el6-x86_64-rpm.tar.gz
tar xfv Ice-3.5.1-el6-x86_64-rpm.tar.gz
yum install db53-5.3.21-1ice.el6.x86_64.rpm 
db53-devel-5.3.21-1ice.el6.x86_64.rpm db53-utils-5.3.21-1ice.el6.x86_64.rpm 
mcpp-devel-2.7.2-2ice.el6.x86_64.rpm
cd ..

# Download Ice 3.5.1 source
wget https://zeroc.com/download/Ice/3.5/Ice-3.5.1.tar.gz
tar xfv Ice-3.5.1.tar.gz
cd Ice-3.5.1

# Build and install main Ice libraries and programs
cd cpp
make
make test
make install


 # Build and install Python module
cd ../py
source /opt/rh/python27/enable

I tried here:
ICE_HOME=/opt/Ice-3.5.1
export LD_RUN_PATH="${ICE_HOME}/lib64:${ICE_HOME}/lib:$LD_RUN_PATH"

make
make test
make install


but I am afraid no success. The only way I can get this working is by adding

ICE_HOME=/opt/Ice-3.5.1
export LD_LIBRARY_PATH="${ICE_HOME}/lib64:${ICE_HOME}/lib:$LD_LIBRARY_PATH"

to /etc/sysconfig/httpd

Do you have any other ideas ?

Ola

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to