Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SCO OpenServer 5.0 Oracle V7.3.2.2.0 relink error
On Thu, 01 Oct 1998 11:20:11 +0800, Lee Kian Beng <kianbeng_at_synergixtech.com> wrote:
>I am installing Oracle Workgroup Server V7.3.2.2.0 on SCO Open Server
>5.0.
>All goes fine until when Oracle would hit the following errors :
>
> THS Listener executables were not relinked : check the log file.
> Oracle Names were not made : check the log file.
> Relinking Error : The executables for ORACLE7 Server (RDBMS) were
>not made successfully. Please check the log file
>(/usr/orace7/orainst/install.log) and repeat the installtion procedures
>for Oracle7 Server.
>
>With reference to Oracle Support, they said the error occured becos of
>missing make utility, but I have already downloaded the GNU Make utility
>and installed it on my SCO machine. Please advice. The make utility can
>be found in my path.
>
Make sure you have set LD_LIBRARY_PATH:
LD_LIBRARY_PATH=/usr/lib:/usr/lib/X11:$ORACLE_HOME/lib export LD_LIBRARY_PATH
in your .profile.
Also make sure you have installed the OSS459a (COFF Linker supplement) from SCO.
-Mike Received on Fri Oct 02 1998 - 00:00:00 CDT