On 2004.05.28, Barry Books <[EMAIL PROTECTED]> wrote:
> The default for tcl appears to be /usr/local
> I just installed this box about 2 weeks ago and I think the only tcl
> on it is the one I built

OK.

> Here is what ldd says
> dev1$ ldd nsd
>         libnsd.so =>     /usr/local/aolserver/lib/libnsd.so
>         libnsthread.so =>        /usr/local/aolserver/lib/libnsthread.so
>         libtcl8.4.so =>  /usr/local/lib/libtcl8.4.so

OK, this looks good so far.

>         libdl.so.1 =>    /usr/lib/libdl.so.1
>         libsocket.so.1 =>        /usr/lib/libsocket.so.1
>         libnsl.so.1 =>   /usr/lib/libnsl.so.1
>         libpthread.so.1 =>       /usr/lib/libpthread.so.1
>         libm.so.1 =>     /usr/lib/libm.so.1
>         librt.so.1 =>    /usr/lib/librt.so.1
>         libc.so.1 =>     /usr/lib/libc.so.1
>         libgcc_s.so.1 =>         /usr/local/lib/libgcc_s.so.1

What version of GCC are you using?  What's "gcc -v" say?

>         libmp.so.2 =>    /usr/lib/libmp.so.2
>         libaio.so.1 =>   /usr/lib/libaio.so.1
>         libmd5.so.1 =>   /usr/lib/libmd5.so.1
>         libthread.so.1 =>        /usr/lib/libthread.so.1
>         /usr/platform/SUNW,UltraAX-i2/lib/libc_psr.so.1
>         /usr/platform/SUNW,UltraAX-i2/lib/libmd5_psr.so.1

OK, can you connect to the nscp and execute the following commands
and tell me what output it sends back:

    proc puts {. str} { lappend ::o $str }
    parray tcl_platform
    join $::o \n

It should look something like this:

  tcl_platform(byteOrder) = littleEndian
  tcl_platform(machine)   = i686
  tcl_platform(os)        = Linux
  tcl_platform(osVersion) = 2.6.5
  tcl_platform(platform)  = unix
  tcl_platform(threaded)  = 1
  tcl_platform(user)      =
  tcl_platform(wordSize)  = 4

(Gripe:  why does [parray] do a [puts stdout ...] instead of returning
a string with \n's in it?  Grrr.)

-- Dossy

--
Dossy Shiobara                       mail: [EMAIL PROTECTED]
Panoptic Computer Network             web: http://www.panoptic.com/
  "He realized the fastest way to change is to laugh at your own
    folly -- then you can let go and quickly move on." (p. 70)


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of 
your email blank.

Reply via email to