Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 1999 11:08:55 +0200
From:      Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
To:        freebsd-emulation@freebsd.org
Subject:   Re: running Oracle 8.0.5
Message-ID:  <19990821110855.A23553@dcse.fee.vutbr.cz>
In-Reply-To: <37BDC09B.9DF99591@scc.nl>; from Marcel Moolenaar on Fri, Aug 20, 1999 at 10:54:51PM %2B0200
References:  <19990820104732.F602@bnc.net>, <19990820195631.A11687@dcse.fee.vutbr.cz> <37BDC09B.9DF99591@scc.nl>

next in thread | previous in thread | raw e-mail | index | archive | help

Marcel Moolenaar wrote (1999/08/20):
> Did you do a 'rm -rf /compat/linux' before installing the
> linux_{base|devtools} ports?

Yes. After removing older packages linux-devel-5.2 and linux-base-5.2 I did:

rm -r /compat/linux
mkdir /compat/linux
cd /usr/ports/emulators/linux_base
make install ; make clean
cd /usr/ports/devel/linux_devtools
make install ; make clean
rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm \
    tcl-8.0.3-20.i386.rpm

> Do you have anything other than $ORACLE_HOME/lib in your LD_LIBRARY_PATH?
> What does your PATH look like?

In my oracle account environment looks like this:

--
#host:/root> su - oracle

[oracle@host oracle]$ echo $LD_LIBRARY_PATH
/home/oracle/app/oracle/product/8.0.5/lib

[oracle@host oracle]$ echo $PATH
/compat/linux/bin:/compat/linux/sbin:/compat/linux/usr/bin:/compat/linux/usr/sbin:/home/oracle/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/sbin:/usr/sbin:/home/oracle/app/oracle/product/8.0.5/bin

[oracle@host oracle]$ ls -l bin
total 9
-rwxr-xr-x   1 oracle   dba          2316 Aug 20 19:20 coraenv
-rwxr-xr-x   1 oracle   dba          2415 Aug 20 19:20 dbhome
-rwxr-xr-x   1 oracle   dba          2552 Aug 20 19:20 oraenv

[oracle@host oracle]$ cat .profile
ORACLE_SID=TEST
ORACLE_BASE=/home/oracle/app/oracle
ORACLE_HOME=$ORACLE_BASE/product/8.0.5
LD_LIBRARY_PATH=$LD_LIBRARY_PATH${LD_LIBRARY_PATH:+:}$ORACLE_HOME/lib
PATH=/compat/linux/bin:/compat/linux/sbin:/compat/linux/usr/bin:/compat/linux/usr/sbin:$PATH:/sbin:/usr/sbin:$ORACLE_HOME/bin
export ORACLE_SID ORACLE_BASE ORACLE_HOME LD_LIBRARY_PATH

--

> Did you make any "non-standard" links to libraries, or did you copy
> libraries?

I did not any changes by hand in /compat/linux subtree. Is it helpful
to run link command with more debug parameters?

Or should I try to install another version? Except Oracle8051EE_Intel.tgz
I have 805ship.tgz and 815ship.tgz too. But I'm afraid it will be worse
than Oracle8051EE_Intel.

(Note that I have experiences with successfull installation of
Oracle 8.0.5.0.0 on UnixWare system with the same path settings.)

-- 
Rudolf Cejka   (cejkar@dcse.fee.vutbr.cz;  http://www.fee.vutbr.cz/~cejkar)
Brno University of Technology, Faculty of El. Engineering and Comp. Science
Bozetechova 2, 612 66  Brno, Czech Republic


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990821110855.A23553>