[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]
Re: libtcl.so.0?
Stephen Clower writes:
> Good day folks,
> I get an error saying that libtcl.so.0 can't be found.
By default, the libraries are installed under /usr/local/lib, but the
operating system isn't searching that directory.
There are two alternative solutions:
1. export LD_LIBRARY_PATH=/usr/local/lib
before running software Dectalk.
2. The better solution: edit /etc/ld.so.conf and add the following
line:
/usr/local/lib
which again will cause /usr/local/lib to be searched for shared
libraries.
To test it, run the say program supplied with Software Dectalk, then
retry Emacspeak.
-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"
- References:
- libtcl.so.0?
- From: "Stephen Clower" <steve@xxxxxxxxxxx-audio.net>