Welcome to openacs running at /usr/local/aolserver/bin/nsd (pid 19746)
AOLserver/4.0.3 (aolserver4_0) for solaris built on May 28 2004 at 13:12:53
CVS Tag: $Name: aolserver_v40_r3 $
openacs:nscp 1> proc puts {. str} { lappend ::o $str }
    parray tcl_platform
    join $::o \n
openacs:nscp 2>
openacs:nscp 3>
tcl_platform(byteOrder) = bigEndian
tcl_platform(machine)   = sun4u
tcl_platform(os)        = SunOS
tcl_platform(osVersion) = 5.9
tcl_platform(platform)  = unix
tcl_platform(threaded)  = 1
tcl_platform(user)      =
tcl_platform(wordSize)  = 4


dev1$ gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.3.2/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld 
--disable-nls
Thread model: posix
gcc version 3.3.2


On Friday, May 28, 2004, at 01:56PM, Dossy <[EMAIL PROTECTED]> wrote:

>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.
>
>


--
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