Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> [Oracle 8.0.5 and SuSE6.1] Install success

[Oracle 8.0.5 and SuSE6.1] Install success

From: Matt <mattzag_at_csi.com>
Date: Wed, 14 Jul 1999 00:16:56 +0100
Message-ID: <378BC8E8.A3412EC6@csi.com>


Hi,

Well it worked.

I must say many thanks for all that replied (I could not have done this without you) Ro, Eric, Johnny, Frank, Bill, and every one else that replied.

Installing 6.1 SuSE and Oracle 8.0.5

What I have done so far.. (I have not tested it fully yet).

Deinstalled egcs and libgpp packages.
Installed libgpp27.rpm, gcc, and gccfonts. Packages. Verify this by gcc -v (should produce libstdc2.7.2.1 or later versions, and libg++.so.2.7.2.1 or later. (latest versions available from
ftp://ftp.suse.com/pub/suse/i386/6.1/suse/d1/)

Linked the following for installation of Intelligent agent. ln -sf (for forced) /usr/lib/lintcl8.0.so /usr/lib/libtcl.so As Intelligent Agent requires libtcl8.0.so but Oracle searches for libtcl.so

I installed the software in this fashion first.. Client,
Net8
Unix installer
Any Libraries inc jdbc etc.
Not the Server or RDBMS or SQL software.

Run the Root.sh script.

The loadup RDBMS (with defaults)
Load SLQ*Plus
Server
Intelligent Agent (depending if you set the ln -s to link to libtcl.8.0.so)

Then it works well svrmgrlO does so far.

I have yet to install the web server 3.0.2.

I also encounted problems with LIBCLNTSH.so libs too when running the installer for installing sqlplus I fixed it by doing the following.

This maybe another item for a future patch ?

# If you incounted an error of cannot find libclntsh.so.1 etc etc
# when creating or linking oracle go to the package/object lib
# dir and edit the env_<product>.mk file and change or comment
# out as below.
# then run a make -f env_<product>.mk $ORACLE_HOME

++ # LIBCLNTSH=$(LIBHOME)libclntsh.$(SO_EXT) ++ # LLIBCLNTSH=-lclntsh

Are there any other problems in the application ?

Many thanks

Matt Received on Tue Jul 13 1999 - 18:16:56 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US