Date: Wed, 29 Jul 2015 07:46:14 +0200 From: David Naylor <dbn@freebsd.org> To: =?utf-8?B?QmFydMWCb21pZWo=?= Rutkowski <robak@freebsd.org> Cc: FreeBSD Mailing List <freebsd-ports@freebsd.org>, freebsd-python@freebsd.org Subject: Re: The mystery of the missing library. Message-ID: <2674365.uk0duFZDgI@dragon.local> In-Reply-To: <CAGFrfxZpCT962krwPdBDoWUyf8ZXXf32kQ1HLuOK=MOSfNWb=Q@mail.gmail.com> References: <2883201.vcG9JJBxrl@dragon.local> <CAGFrfxZpCT962krwPdBDoWUyf8ZXXf32kQ1HLuOK=MOSfNWb=Q@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart1761507.XzUvt6VV2J Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" On Tuesday, 28 July 2015 22:05:54 Bart=C5=82omiej Rutkowski wrote: > I've checked how linux does it and it seems they're (at least Debian)= =20 doing > static linking - that would fix the issue, whatever it is. Can you ad= just > the port to do the static instead of dynamic linking binary? ``` # cd /usr/local/bin # rm pypy = =20 # ln ../pypy-2.6/bin/pypy = =20 # ls -l pypy = =20 -rwxr-xr-x 2 root wheel 5152 Jul 28 22:10 pypy = =20 # pypy = =20 Shared object "libpypy-c.so" not found, required by "pypy" = =20 # `which pypy` = =20 Shared object "libpypy-c.so" not found, required by "pypy" ``` I had a look at Debian and they seem to have quite a large patchset=20 applied to pypy. Perhaps they patch it to make it work? =20 Based on the documentation from pypy it appears they think a symlink=20= should work. =20 Regards --nextPart1761507.XzUvt6VV2J Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJVuGinXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5NDhFQzUxMUEyN0YwMzAyRTc5OUI1M0FB RDYzRkE4REQ2QjJEQTU1AAoJEK1j+o3WstpVQz4P/RyHxP6tHKg/827Jwts4zdeJ YubMg05e/f++nRvU4JhUNRpCqAUTWorUGLeuGWwm4CAhn1zC1TV/J10Rk5y1qvlL CwT1XL7u8orFcw5EmzcKo7MWdQk+q55DRlWEa+o/zuD2NXoZfz3bOMIshNTz6C58 hydafR9E6RP+gEdU1BssCnnzvNgt/RNjgmCVgjzhjEohZTXoaLiFv0U40ItIDIpB ARQ6cPJp73PlgQpEI4J9+0yQLsdWkKuABJY139toULSFDGqhKsjWTOgUi/SwL+T9 y6VcaF8cqKmT3u1duOO+3XmJRH1Y6ZHLetplrtgbbNuBrfRG8gjkycqi1Y1nnHR1 awpsHCs14okL92HrGuSITO7zienj6Itd94YHpluhnSbd2sc9jgsYPPwDGubH+bjZ TAcnvx6kOMkpb25tIyWVxSXRN6BSNK+nNdmzKMQJl67aH8TbsxPotn+/7+PMe9PV mVLZC+DgXDQwPIU4wpJ57Urd8y0QrUWmKHI2gDl/QieDs1DwWfwWenih9fSrx7DG MY59YRNTGxxm2ZqhHEJIb1RjXIMmfqxcFHVkHnAbOgOab+nguO1rk1zgjvA8X2+2 d31hYpkV04MYxJH4sfzHG6JjcKkZlV8m4HDyZwzKwr82FvYWTZ/AXZcGnFqYUlAo XJwzWmN77u4NfZh7UCxd =aD9x -----END PGP SIGNATURE----- --nextPart1761507.XzUvt6VV2J--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2674365.uk0duFZDgI>