[PD] pd~ with LD_LIBRARY_PATH=

IOhannes m zmölnig zmoelnig at iem.at
Mon Oct 16 21:38:40 CEST 2017


On 10/16/2017 08:44 PM, Max wrote:
> Hi list,
> 
> I need to start a pd~ process with a LD_LIBRARY_PATH= flag. How do I do
> that?

the env-vars should be inherited by any child process.
so if you start the parent Pd with the LD_LIBRARY_PATH= flag, the pd~
process should see it as well.

alternatively, install your libraries in a place where the runtime
linker can find them.
LD_LIBRARY_PATH is *really* a hack, it's insecure, will burn kittens and
eat your data. a number of sanitized environments will forbid it.
go write your SDK vendor that they should provide proper installation
routines for the stuff.

fgmards
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20171016/2f18530f/attachment.sig>


More information about the Pd-list mailing list