?
本文檔使用 PHP中文網(wǎng)手冊(cè) 發(fā)布
Make sure you have set the following environment variables:
ORAWEB_HOME=$ORACLE_HOME/ows/3.0; export ORAWEB_HOME
ORAWEB_SITE=scones; export ORAWEB_SITE
ORAWEB_ADMIN=/oracle/admin; export ORAWEB_ADMIN
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/oracle/ows/3.0/lib:/oracle/ows/3.0/omx/lib
export LD_LIBRARY_PATHPATH=$PATH:$ORAWEB_HOME/bin; export PATH
MANPATH=${MANPATH}:/oracle/ows/3.0/omx/man; export MANPATH
*** ows/3.0/install/lstnr.ins~? Tue Sep 29 22:22:53 1998--
--- ows/3.0/install/lstnr.ins?? Sun Dec 27 23:35:01 1998
***************
*** 1069,1074 ****
--- 1069,1075 ----
??????? }??????? ows_sol_rel=4;
+?????? solaris_rel=5;??????? if (solaris_rel > ows_sol_rel)
??????????????? Start_Server=false;
*** ows/3.0/install/wrb.ins~??? Tue Jun 30 02:12:36 1998--
--- ows/3.0/install/wrb.ins???? Sun Dec 27 23:39:07 1998
***************
*** 1204,1209 ****
--- 1204,1210 ----
??????? }??????? ows_sol_rel=4;
+?????? solaris_rel=5;??????? if (solaris_rel > ows_sol_rel)
??????????????? Start_Server=false;
*** ows/3.0/install/ows.ins~??? Tue Jun 30 02:12:32 1998After applying the patches, you can install the product.
--- ows/3.0/install/ows.ins???? Sun Dec 27 23:43:02 1998
***************
*** 431,436 ****
--- 431,437 ----
??????? }??????? ows_sol_rel=4;
+?????? solaris_rel=5;??????? if (solaris_rel > ows_sol_rel)
??????????????? Start_Server=false;
*** owsctl.orig Wed Dec 30 14:55:28 1998The patch is optional in that owsctl does work without it, but generates some annoying errors.
--- owsctl????? Wed Dec 30 14:56:17 1998
***************
*** 224,233 ****??????? OPTION="$1"???? # save the option
??????? shift
!?????? if [ "$1" = "WRB" -o "$1" = "wrb" -o "$1" = "-p" -o "$1" = "-e" -o "$1"
= "NCX" -o "$1" = "ncx" ]
??????? then
??????????????? $CONTROLPATH/wrbctl $OPTION $@
!?????? elif [ "$1" = "CARTRIDGE" -o "$1" = "cartridge" -o "$1" = "-p" ]
?????????? then
??????????????? $CONTROLPATH/wrbctl $OPTION $@
?????????? else
--- 224,233 ----??????? OPTION="$1"???? # save the option
??????? shift
!?????? if [ "x$1" = "xWRB" -o "x$1" = "xwrb" -o "x$1" = "x-p" -o "x$1" = "x-e"
-o "x$1" = "xNCX" -o "x$1" = "xncx" ]
??????? then
??????????????? $CONTROLPATH/wrbctl $OPTION $@
!?????? elif [ "x$1" = "xCARTRIDGE" -o "x$1" = "xcartridge" -o "x$1" = "x-p" ]
?????????? then
??????????????? $CONTROLPATH/wrbctl $OPTION $@
?????????? else