[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: after Debian update most apps crash - libffi issue?



On 9/26/21 15:39, Riccardo Mottola wrote:
> That's a bit a similar issue with building libffi locally. In /usr/local
> I am unsure it would be picked up. I can of course still do it and perhaps
> have GNUstep pick it up and do some tests there.
> 
> In the meanwhile, I'm setting up to configure and build libffi locally.

You can build libffi locally and then make your application make use of it
by setting LD_LIBRARY_PATH=/path/to/local/libffi so that your application
picks it up from there, e.g.

$ LD_LIBRARY_PATH=/home/user/libffi/ python2.7

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


Reply to: