This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Instalation of TCL help!!!

Support & discussion of released scripts, and announcements of new releases.
Post Reply
N
NuWeb
Voice
Posts: 2
Joined: Tue Aug 23, 2005 1:15 pm

Instalation of TCL help!!!

Post by NuWeb »

Ok, so i got my server going, i got it all going remotly hosted. Logged into shell and following instrictions and stuff..

I got tcl on the server at
/root/tcl8.4.11/

It thought i was doing rite well, wget the file, uncompressed it and stuff.... so im doing:
cd tcl8.4.11/unix
configure options
make
make test
make install

when it gets to "configure options" it says:
root@atlantis [~/tcl8.4.11/unix]# configure
-bash: configure: command not found
:( .. Any ideas? .. im only trying to install TCL to get a IRC bot on server.. Eggdrop :)

.. Not going so well so far.. lol.

Any advcie be nice!
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

.. Any ideas?
Yeah, only one idea, type "./configure" or "sh configure" instead.
Que?
N
NuWeb
Voice
Posts: 2
Joined: Tue Aug 23, 2005 1:15 pm

Post by NuWeb »

top lad :) ..

:) ./configure options
Worked fine!

THANKS ALLOT! they should update their istructions on
http://www.tcl.tk/doc/howto/compile.html
-------------

ok, now im doing make test.. and it says:
==== http-4.14 http::Event FAILED
==== Contents of test case:

set code [catch {
set token [http::geturl $badurl/?timeout=10 -timeout 10000 -command {#}]
if {[string length $token] == 0} {
error "bogus return from http::geturl"
}
http::wait $token
http::status $token
} err]
# error code varies among platforms.
list $code [regexp {(connect failed|couldn't open socket)} $err]

---- Result was:
0 0
---- Result should have been (exact matching):
1 1
==== http-4.14 FAILED
That matter? .. whats happening?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

wrong forum dude

and they need not to update their docs, you need to learn how to use UNIX shell

BTW you can safely ignore that failed test and continue with installation
Post Reply