Re: The mystery of the missing library.

2015-07-30 Thread David Naylor
On Wednesday, 29 July 2015 09:06:40 Konstantin Belousov wrote: > On Wed, Jul 29, 2015 at 07:46:14AM +0200, David Naylor wrote: > > On Tuesday, 28 July 2015 22:05:54 Bart??omiej Rutkowski wrote: > > > I've checked how linux does it and it seems they're (at least Debian) > > > > doing > > > > > sta

Re: The mystery of the missing library.

2015-07-29 Thread Bryan Drewery
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 7/28/15 10:43 PM, David Naylor wrote: > On Tuesday, 28 July 2015 17:08:37 Bryan Drewery wrote: > >> On 7/28/15 11:46 AM, David Naylor wrote: > >>> Why would the shared library be found when using a relative >>> path but not > >>> when using an

Re: The mystery of the missing library.

2015-07-29 Thread Bartłomiej Rutkowski
On Wed, Jul 29, 2015 at 7:06 AM, Konstantin Belousov wrote: > On Wed, Jul 29, 2015 at 07:46:14AM +0200, David Naylor wrote: > > On Tuesday, 28 July 2015 22:05:54 Bart??omiej Rutkowski wrote: > > > I've checked how linux does it and it seems they're (at least Debian) > > doing > > > static linking

Re: The mystery of the missing library.

2015-07-28 Thread Konstantin Belousov
On Wed, Jul 29, 2015 at 07:46:14AM +0200, David Naylor wrote: > On Tuesday, 28 July 2015 22:05:54 Bart??omiej Rutkowski wrote: > > I've checked how linux does it and it seems they're (at least Debian) > doing > > static linking - that would fix the issue, whatever it is. Can you adjust > > the por

Re: The mystery of the missing library.

2015-07-28 Thread David Naylor
On Tuesday, 28 July 2015 22:05:54 Bartłomiej Rutkowski wrote: > I've checked how linux does it and it seems they're (at least Debian) doing > static linking - that would fix the issue, whatever it is. Can you adjust > the port to do the static instead of dynamic linking binary? ``` # cd /usr/loca

Re: The mystery of the missing library.

2015-07-28 Thread David Naylor
On Tuesday, 28 July 2015 17:08:37 Bryan Drewery wrote: > On 7/28/15 11:46 AM, David Naylor wrote: > > Why would the shared library be found when using a relative path but not > > when using an absolute path? Is this a bug in FreeBSD? > > What is the output for readelf? > > readelf -d `which pyp

Re: The mystery of the missing library.

2015-07-28 Thread Bryan Drewery
On 7/28/15 11:46 AM, David Naylor wrote: > Why would the shared library be found when using a relative path but not > when using an absolute path? Is this a bug in FreeBSD? What is the output for readelf? readelf -d `which pypy`|grep -i libr -- Regards, Bryan Drewery

Re: The mystery of the missing library.

2015-07-28 Thread Bartłomiej Rutkowski
I've checked how linux does it and it seems they're (at least Debian) doing static linking - that would fix the issue, whatever it is. Can you adjust the port to do the static instead of dynamic linking binary? Kind regards, Bartek Rutkowski On Tue, Jul 28, 2015 at 7:46 PM, David Naylor wrote: