Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle Webserver on HP UX 11.0
If you install an Oracle 8.0.5 and Oracle Webserver (OWS 4.0.7) in the same
$ORACLE_HOME and if the installation is aborted with: "
$ ./wrbtypset
/usr/lib/dld.sl: Unresolved symbol: lcunulstr (data) from /oracle/8.0.5/ows/4.0/lib/libndwm.sl /usr/lib/dld.sl: Unresolved module for symbol: wrcfinitctx (code) from./wrbtypset
patchCLNTSH.sh :
#! /usr/bin/sh
#
# Run this script in the <CDROM mount point>/scripts directory. If you
# run it from another directory, the patch will not be applied correctly.
#
# This script patches libclntsh.sl to include some necessary oracore and
# nlsrtl symbols.
# Only run this script if you are installing OAS 4.0.7 into an ORACLE_HOME
# that already has 8.0.5 installed. If the database version is not 8.0.5,
# OAS cannot be installed into the same ORACLE_HOME.
#
echo "Patching the $ORACLE_HOME/rdbms/admin/shrept.lst file."
( cd $ORACLE_HOME/rdbms/admin
mv shrept.lst shrept.lst.805 )
cp ../oracle/rdbms/admin/shrept.lst_ $ORACLE_HOME/rdbms/admin
../oracle/orainst/oiuncomp $ORACLE_HOME/rdbms/admin/shrept.lst_
echo "Regenerating libclntsh.sl..."
$ORACLE_HOME/bin/genclntsh
Sincerely
Tim Reuter
e-mail: t.reuter_at_deutschepost.de
phone: +49-511-96873 180
privat e-mail: tim.reuter_at_t-online.de
privat phone: +49-5084-7151
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Thu Jan 14 1999 - 02:59:01 CST
![]() |
![]() |