26 Nov
2002
26 Nov
'02
8:22 a.m.
On Tuesday 26 November 2002 00:57, Paul Browning wrote:
Now the clincher to making ZOracleDA to work (Step 3) is to edit your Zope start script to be something like this:
#! /bin/sh reldir=`dirname $0` INST_HOME=`cd $reldir; pwd` export INST_HOME export ORACLE_HOME=/u01/app/oracle/product/8.1.7 export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib exec /usr/bin/python2.1 \ $INST_HOME/z2.py \ -D "$@" &
Why not: #! /bin/sh . /oracle/ora_env reldir=`dirname $0` INST_HOME=`cd $reldir; pwd` export INST_HOME exec /usr/bin/python2.1 \ $INST_HOME/z2.py \ -D "$@" & ...? -- Regards, Bogdan I am Lalo of deB-org. You will be freed. Resistance is futile. -- from the sig of Lalo Martins