_tkinter installation problem with Python 2.3b1

Martin v. Löwis martin at v.loewis.de
Mon May 5 17:33:04 EDT 2003


Chad Netzer <cnetzer at mail.arc.nasa.gov> writes:

> > > open shared object file: No such file or directory
> > > running build_scripts
> > > 
> > > But the file /usr/local/lib/libtk8.4.so does exist.  What's going on?
> > 
> > It was probably not looking in /usr/local/lib.
> 
> But his example seemed to indicate clearly that it should be
> (-L/usr/local/lib).

No, it doesn't, see ld(1). The dynamic linker does not care at all
about -L options. Try -R, -Wl,--rpath, LD_RUN_PATH, or
/etc/ld.so.conf. Ask google about these in prior postings of this
newsgroup.

Regards,
Martin




More information about the Python-list mailing list