Please don't use Scid mailing list for your own project :
- this adds confusion
- not everybody here is necessarily interested in getting information
on your project
- if some people are interested in scidvspc, they will subscribe to
its mailing list (which is easy to setup at SF if you don't have
Hi Steve Gaffagan, Okey Iwu here. Longest time!
Using the ActiveTCL package requires a bit of expertise, especially when things
don't quite work "out of the box".
Most distributions (versions) of Linux come bundled with Tcl/Tk, and those that
don't, will have it easily available in an online re
After a little tinkering, I figured out that I needed to specifiy the path for
the command
ldconfig -v
Thus, the correct command (for this case) is:
ldconfig -v /usr/local/lib
I am able to start the program.
Thank you for your help.
From: Steven Gaffagan
I've coded quite a few changes, and have made a new release.
Patches and source are available at the project page.
http://scidvspc.sf.net
http://sf.net/projects/scidvspc
I also compiled a windows binary. Installation is a non-event for windows - it
just works - though nowadays Linux Tcl/Tk look
thank you for the reply!
[Note: I already removed all symlinks and reinstalled SCID.]
I followed your suggestion and now I have these two lines in /etc/ld.so.conf.
The file and the first line already existed. I added the second line.
include /etc/ld.so.conf.d/*.conf
include /usr/local/lib
Steven Gaffagan wrote:
Hi!
> /usr/local/bin/tkscid: error while loading shared libraries:
> libtcl8.5.so: cannot open shared object file: No such file or directory
>
> I can find this file in my system here:
> [r...@localhost scid]# whereis libtcl8.5.so
> libtcl8.5: /usr/local/lib/libtcl8.5.s
Hello,
I have a problem when I try to run SCID (typing scid or scid & from the
terminal). I get the reply:
/usr/local/bin/tkscid: error while loading shared libraries: libtcl8.5.so:
cannot open shared object file: No such file or directory
I can find this file in my system here:
[r...@local