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 -> Re: Strange stuff with 8i on OpenLinux 2.2

Re: Strange stuff with 8i on OpenLinux 2.2

From: ykhogaly <ykhogaly_at_us.oracle.com>
Date: Sat, 19 Feb 2000 08:29:01 -0700
Message-ID: <88mcsp$b99$1@inet16.us.oracle.com>


The symbol nauzaoss should be in $ORACLE_HOME/lib/libnetwork.a To check it use;

  nm libnetwork.a |grep -i nauzaoss

  It should return a line with a capital "T" similar to:

  00000000 T nauzaoss

  If it does, then generate a new libclntsh.so file with the following:

  $ORACLE_HOME/bin/genclntsh

  Now check the libclntsh.so file for the same symbol.

  nm libclntsh.so |grep -i nauzaoss

  To make sure that SQLPLUS is using the correct libclntsh.so, check it with ldd $ORACLE_HOME/bin/sqlplus

Regards

"The Views expressed here are my own and not necessarily those of Oracle Corporation"

<sergey_s_at_my-deja.com> wrote in message news:88l2d9$s3$1_at_nnrp1.deja.com...
> I have installed 8i (v8.1.5.0.0) on OL 2.2 after some trouble,
> but now:
> 1. SQL*Plus doesn't work and
> 2. I think I am missing a number of administration apps (Net8
> manager, for example).
>
> SQL*Plus gives me the following:
> "error in loading shared libaraies:
> /u01/app/oracle/product/8.1.5/lib/libclntsh.so.8.0:
> undefined symbol: nauzaoss"
> Sounds like a problem with the library, isn't it?
> What can I do to fix that?
>
> As far as missing apps, I have been dealing
> with databases on Windows NT, and Oracle came with some nice
> GUI clients for administration. Is the linux version also
> GUI driven or is it all command line?
>
> Basically, I've been browsing through the Oracle directories
> trying everything, and found that almost nothing worked
> besides svrmgrl and a few other command line utilities. And
> the installation log is pointing to some "installed" apps that
> actualy aren't there. This is a vague issue, but maybe someone
> knows something about it...
>
> Thanks for any help!
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Sat Feb 19 2000 - 09:29:01 CST

Original text of this message

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