Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 May 2021 00:28:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 206911] lang/python27: readline shared extension fails to compile (/usr/local/lib/libreadline.so.6: Undefined symbol "PC")
Message-ID:  <bug-206911-21822-sz2eWh2bAy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206911-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206911-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206911

Dmitry Petrov <dpetrov67@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dpetrov67@gmail.com

--- Comment #20 from Dmitry Petrov <dpetrov67@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 remov=
ed

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 mo=
st
recent libraries, etc.).

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206911-21822-sz2eWh2bAy>