Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Help. Problem in Sco 5.02 Instalation Oracle 7.3.2.2
Jaime Elias (ejaimel_at_vianc.com.br) wrote: : I'm had problems, in my instalation for Oracle 7.3.2.2.
: What patches a need?
: I'dont have a Developer System in my SCO
I was in the same situation, sco running however no compiler on it. Here's how I pulled it off:
installation procedure :
To activate the skunk gcc create the directory :
/usr/skunk/lib
and create within that directory a symbolische link:
ln -s /usr/local/lib/gcc-lib gcc-lib
I use the following .bash_profile :
----------------begin of .bash_profile --------------------- # PATH=$PATH:/usr/local/bin:$HOME/bin:. # set command search pathexport PATH
PAGER=less
export PAGER
if [ -z "$LOGNAME" ]; then
LOGNAME=`logname` # name of user who logged in
export LOGNAME
fi
MAIL=/usr/spool/mail/$LOGNAME # mailbox location export MAIL
# clean up the shit for a normal GNUiefied UNIX
stty intr erase ^?
# use default system file creation mask (umask)
eval `tset -m ansi:${TERM:-ansi} -m :\?${TERM:-ansi} -r -s -Q`
PS1="[\h:\u]:(\w)\\$ "
ls() { /bin/ls -CF $* ; }
ll() { /bin/ls -lF $* ; }
export ls
export ll
trap clear EXIT
------------------------endof .bash_profile ------------
# cd /cdrom # ./wgsstart #
Oracle7 Workgroup Server Installation completed.
To access:Connect to:
Oracle7 Workgroup Server Release Note :
http://<full-qualified-hostname>:8000/WG73-doc/release.html
Database Administration Tools:
http://<full-qualified-hostname>:8000/WG73-bin/login (super user : login: system passwd: manager ) Oracle Product Documentation: http://<full-qualified-hostname>:8000/WG73-doc/ Web Server 1.0 Administration: http://<full-qualified-hostname>:8888/ows-abin/boot
Please check the log file under /usr/oracle7/orainst/install.log for any errors.
-- ++---------------------------++----------------------------------------++ || R.M. Stockmann || InfoMagic Nederland VOF || || stock_at_infomagic.nl || Unix administration & support || || tel: +31 162 421747 || P.O.Box 4375 || || fax: +31 23 5354442 || NL-4900 CJ Oosterhout || || http://www.infomagic.nl || The Netherlands || ++---------------------------++----------------------------------------++ 250-Linux: A copylefted Unix-like operating system for 80[3456]86, 250- DEC Alpha, Sun SPARC, Motorola 68k, PowerPC/PowerMac, 250- ARM, Mips R[3,4]x00, Fujitsu AP/1000+ and more to come.Received on Sun Jul 06 1997 - 00:00:00 CDT
![]() |
![]() |