[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fault of my nam, urgent help needed!



Hello,
      I am very grateful for your help and am sorry for my poor 
knowledge of Unix. 
      I tried the command "ldd". Yes, I find there is something wrong 
with my installation, but I do not know what is wrong with my 
installation and how to correct it.
      When I use "ldd", I get the following information.

	libotcl.so => not found
	libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40005000)
	libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40010000)
	libnsl.so.1 => /lib/libnsl.so.1 (0x400a9000)
	libdl.so.2 => /lib/libdl.so.2 (0x400af000)
	libstdc++.so.2.8 => /usr/lib/libstdc++.so.2.8 (0x400b2000)
	libm.so.6 => /lib/libm.so.6 (0x400f3000)
	libc.so.6 => /lib/libc.so.6 (0x4010c000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00000000)

       Yes, it can not find the libotcl.so, but I do not know why?
So, I also list the configuration information below. Woudl you please 
help me to check it.
***********************************************************
loading cache ./config.cache
No .configure file found in current directory
Continuing with default options...
checking host system type... 
checking target system type... 
....  ..... ...

checking for libtclcl1.0b6... -L../tclcl -ltclcl
checking for tcl2c++... ../tclcl
No explicit static compilation flag; setting V_STATIC to ""
no dynamic load lib
checking for a BSD compatible install... (cached) /usr/bin/install -c
creating ./config.status
creating Makefile
*************************************************************
       I do not know whether "no daynamic load lib" above is a sign 
that I could not  run nam right.

       I have used "ldd" checked ns and otclsh.
There are the same information below :
	libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40005000)
	libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40010000)
	libnsl.so.1 => /lib/libnsl.so.1 (0x400a7000)
	libdl.so.2 => /lib/libdl.so.2 (0x400ae000)
	libstdc++.so.2.8 => /usr/lib/libstdc++.so.2.8 (0x400b1000)
	libm.so.6 => /lib/libm.so.6 (0x400f2000)
	libc.so.6 => /lib/libc.so.6 (0x4010b000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00000000)

It seems that the ns and otclsh have nothing to do with the file 
"libotcl.so"

         I am sorry that I have not solid background in Unix although I 
have certain experience on Unix.

         I am anxious to such a problem and hope your further help.

         Thank you,
 
         Sincerely Yours,
                             Sun Kai

By the way, before I run ./configure of nam, I have set the variables 
LD_LIBRARY_PATH and PATh.