tkinter

Thomas Wouters thomas at xs4all.net
Wed May 17 04:40:58 EDT 2000


On Wed, May 17, 2000 at 04:05:04AM +0000, Simon wrote:

> I had the same problem with tcl, tk and mysql modules.  The problem is the
> executable doesn't look for the libs in /usr/local/lib (I haven't put much
> thought into figuring out why).  I solved the problem by making symbolic
> links to those libraries in a directory which I was sure the interpreter
> would read:
> /usr/lib.

> >From /usr/lib, enter
>     ln -s /usr/local/lib/libtk8.3.so libtk.8.3.so

> I'd like to take this clutter out of /usr/lib.  Can anyone tell me how to
> get the interpreter to seek libraries in additional directories?

Edit /etc/ld.so.conf, add the required library path there, and run
'ldconfig'. (as root, obviously.)

-- 
Thomas Wouters <thomas at xs4all.net>

Hi! I'm a .signature virus! copy me into your .signature file to help me spread!




More information about the Python-list mailing list