Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Linking
Andris,
I don't know exactly what your error means. However, I had a similiar problem when I installed ORACLE DBMS on my Solaris 2.4 machine. I figured out that I did not have the path for the 'make' utility in my $PATH. ORACLE needs to utilize the 'make' utility especially if you changed system parameters causing ORACLE to recompile the executables. Check your $PATH and see if you have the 'make' utility in there. If not, find out where your 'make' utility is (it is in /usr/share/lib/make in Solaris 2.4) and add it to your $PATH.
Hope this helps.
Matt Toennies
mtoennie_at_fsc.follett.com
In article <32B5408A.4A09_at_rw.lv>,
Andris Gailitis <ag_at_rw.lv> wrote:
>
> Hello !!!
>
> I have RS/6000 and AIX 4.1.4
> When i install oracle workgroup server 7.3.... i have this error :
>
> Action: Linking and installing TNS listener executables
> Command: (make -f ins_network.mk ORACLE_HOME=/home/oracle7 install),
> Out=/home/oracle7/orainst/make.log, Err=/home/oracle7/orainst/make.log
> {
> ld -H512 -T512 -bhalt:4 -o tnslsnr -L/home/oracle7/lib s0nsgl.o
> snsglp.o nsglpnp.o -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric
> -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3
> -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 `cat
> /home/oracle7/rdbms/lib/sysliblist` `cat
> /home/oracle7/rdbms/lib/sysclib` -lm
> /home/oracle7/network/lib/libpeer.a
> ld: 0706-006 Cannot find or open library file: -l m
> ld:open(): A file or directory in the path name does not exist.
> ld: 0706-006 Cannot find or open library file: -l m
> ld:open(): A file or directory in the path name does not exist.
> ld: 0706-006 Cannot find or open library file: -l m
> ld:open(): A file or directory in the path name does not exist.
> make: *** [tnslsnr] Error 255
>
> AG
-------------------==== Posted via Deja News ====----------------------- http://www.dejanews.com/ Search, Read, Post to UsenetReceived on Tue Dec 17 1996 - 00:00:00 CST
![]() |
![]() |