Results 11 to 13 of 13
my error code
[root@SteveJKing SteveJKing]# cd /usr/bin/
[root@SteveJKing bin]# audela
./audela: error while loading shared libraries: libtcl8.5.so.0: cannot open shared object file: No such file or directory
[root@SteveJKing bin]#
yet ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-09-2011 #11Just Joined!
- Join Date
- Mar 2011
- Posts
- 11
tcl8.5 i audela
my error code
[root@SteveJKing SteveJKing]# cd /usr/bin/
[root@SteveJKing bin]# audela
./audela: error while loading shared libraries: libtcl8.5.so.0: cannot open shared object file: No such file or directory
[root@SteveJKing bin]#
yet this file is in /usr/lib ????
cheers steve.
- 03-09-2011 #12Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,156
I think you'll find that the file in /usr/lib is libtcl8.5.so, not 8.5.so.0. That's why you need to create a link for libtcl8.5.so.0 and libtk8.5.so.0. Like this:
If these links are there already, then they may be pointing at the wrong actual file.Code:su - cd /usr/lib ln -s libtcl8.5.so libtcl8.5.so.0 ln -s libtk8.5.so libtk8.5.so.0
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 03-10-2011 #13Just Joined!
- Join Date
- Mar 2011
- Posts
- 11
Done as above , same error code as above , above.
Cheers Steve.


Reply With Quote
