Results 1 to 10 of 23
hello i have a problem sins ubuntu has updated it to 0.97 it will not work it keeps asking me to download TLS so i check urs/lib and it was ...
- 07-21-2007 #1Linux Newbie
- Join Date
- Jul 2007
- Posts
- 101
amsn help ubuntu
hello i have a problem sins ubuntu has updated it to 0.97 it will not work it keeps asking me to download TLS so i check urs/lib and it was installed already but this keeps asking the same thing so i uninstaller amsn and reinstalled 0.96 witch works fine for a bit the core dumps any clue how i can fix this
- 07-21-2007 #2
I had the same problem with my slackware ! to fix it
be sure that you have the tls version 1.5
check the /home/(your home directory)/.amsn/tlsconfig.tcl and in wish directory it's pointing. usually should be /usr/lib/tls1.50
in my case the problem was only with the name it was 1.5 instead of 1.50
Hope this help
RegardsLinux is not only an operating system, it's a philosophy.
Archost.
- 07-21-2007 #3Linux Newbie
- Join Date
- Jul 2007
- Posts
- 101
were is the wish directory i can not find it
- 07-21-2007 #4
the directory is not found at all ?
run this
to find where is it.Code:find /usr -name "tls*"
Last edited by devils casper; 07-21-2007 at 07:04 PM. Reason: Code tags
Linux is not only an operating system, it's a philosophy.
Archost.
- 07-21-2007 #5Linux Newbie
- Join Date
- Jul 2007
- Posts
- 101
still could not find it my output is
magpie@Kite:~$ find /usr -name "tls*"
/usr/lib/tls1.50
/usr/lib/tls1.50/tls.tcl
/usr/include/tls.h
/usr/share/doc/tcltls/tls.htm
/usr/share/doc/tcltls/examples/tlsIO.test.gz
/usr/share/doc/tcltls/examples/oldTests/tlsUpload.tcl
/usr/share/doc/tcltls/examples/oldTests/tlsSrv2.tcl
/usr/share/doc/tcltls/examples/oldTests/tlsAuto.tcl
/usr/share/doc/tcltls/examples/oldTests/tlsHttp.tcl
/usr/share/doc/tcltls/examples/oldTests/tls.tcl
/usr/share/doc/tcltls/examples/oldTests/tlsCiphers.tcl
/usr/share/doc/tcltls/examples/oldTests/tlsBlocking.tcl
/usr/share/doc/tcltls/examples/oldTests/tlsSrv.tcl
magpie@Kite:~$
- 07-21-2007 #6
in your home directory , all the configuration files are stored in .something
so for amsn it's .amsn then open a terminal and cd .amsn and you'll find a file there called tlsconfig.tcl have a look to it and make sure that it's set the correct directory .
also make sure that the /usr/lib/tls1.50/pkgIndex.tcl if you have a line like
package ifneeded tls 1.5 "[list load [file join $dir libtls-1.50.so] ] ; [list source [file join $dir tls.tcl] ]"
replace it with.
package ifneeded tls 1.50 "[list load [file join $dir libtls-1.50.so] ] ; [list source [file join $dir tls.tcl] ]"
Regards.Linux is not only an operating system, it's a philosophy.
Archost.
- 07-21-2007 #7Linux Newbie
- Join Date
- Jul 2007
- Posts
- 101
thats all fine and i trys o run amsn and got this feedback
% magpie@Kite:~$ amsn
Application initialization failed: Can't find a usable init.tcl in the following directories:
/usr/lib/tcl8.5 /usr/lib/tcl8.5 /lib/tcl8.5 /usr/library /library /tcl8.5a5/library /tcl8.5a5/library
This probably means that Tcl wasn't installed properly.
Error in startup script: can't find package Tk
while executing
"package require Tk"
(file "/usr/bin/amsn" line 4
magpie@Kite:~$
magpie@Kite:~$
- 07-21-2007 #8
it seems yes, the tcl/tk scripting languages used by asmn aren't installed properly or there is a missing symlink somewhere !
Linux is not only an operating system, it's a philosophy.
Archost.
- 07-21-2007 #9Linux Newbie
- Join Date
- Jul 2007
- Posts
- 101
i have reinstall amsn and done everthing u said but still no look its asking to download it still
- 07-22-2007 #10
check in amsn preferences and you to the advanced bar and make sure about TLS configuration, other than this you shouldn't have problem !
Linux is not only an operating system, it's a philosophy.
Archost.


Reply With Quote