This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jpc2350
Recipients jpc2350, ned.deily
Date 2017-10-20.20:06:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAEjmdv1Otg3Zi=R-MC59_Xbyw4OR3eQGmfQj27_dk6soYK1kdQ@mail.gmail.com>
In-reply-to <1508529438.53.0.213398074469.issue31817@psf.upfronthosting.co.za>
Content
Hi Ned,

LD_LIBRARY_PATH has been set with the lib paths for both, like I said the
module itself builds, I’ll add the module build logs later but the module
try’s to get loaded before the tests which unfortunately gives the error
undefined symbol: Tcl_GetCharLength
On Fri, 20 Oct 2017 at 20:57, Ned Deily <report@bugs.python.org> wrote:

>
> Ned Deily <nad@python.org> added the comment:
>
> You may need to set LD_LIBRARY_PATH env variable to point to your Tcl and
> Tk libraries or, better, add an rpath entry to LDFLAGS.
>
> ----------
> nosy: +ned.deily
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue31817>
> _______________________________________
>
History
Date User Action Args
2017-10-20 20:06:45jpc2350setrecipients: + jpc2350, ned.deily
2017-10-20 20:06:45jpc2350linkissue31817 messages
2017-10-20 20:06:44jpc2350create