View previous topic :: View next topic |
Author |
Message |
NuWeb Voice
Joined: 23 Aug 2005 Posts: 2
|
Posted: Tue Aug 23, 2005 1:19 pm Post subject: Instalation of TCL help!!! |
|
|
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:
Quote: | 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! |
|
Back to top |
|
 |
KrzychuG Master

Joined: 16 Aug 2003 Posts: 306 Location: Torun, Poland
|
Posted: Tue Aug 23, 2005 1:30 pm Post subject: |
|
|
Yeah, only one idea, type "./configure" or "sh configure" instead. _________________ Que? |
|
Back to top |
|
 |
NuWeb Voice
Joined: 23 Aug 2005 Posts: 2
|
Posted: Tue Aug 23, 2005 1:58 pm Post subject: |
|
|
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:
Quote: | ==== 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? |
|
Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Tue Aug 23, 2005 2:43 pm Post subject: |
|
|
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 |
|
Back to top |
|
 |
|