[Bug 206911] lang/python27: readline shared extension fails to compile (/usr/local/lib/libreadline.so.6: Undefined symbol "PC")
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat May 15 00:28:27 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206911
Dmitry Petrov <dpetrov67 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dpetrov67 at gmail.com
--- Comment #20 from Dmitry Petrov <dpetrov67 at gmail.com> ---
I know this is an old bug report, but other people might find this useful:
The issue is likely caused by obsolete library in /lib that was never removed
Try this:
rm -f /lib/libreadline.*
It helped me to finally fix the problem with python (various versions) and some
other ports.
If you are upgrading FreeBSD from sources, do not forget about "make
delete-old-libs" (do not just run it, you have to recompile ports to use most
recent libraries, etc.).
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list