in reply to library management in XS

This thread might help: (tye)Re: programatically setting the LD_LIBRARY_PATH

Update: changed the link.

Replies are listed 'Best First'.
Re^2: library management in XS
by pdupre (Acolyte) on Aug 05, 2016 at 17:08 UTC

    This does not really help because

    exec 'env', $^X, $0, @ARGV ;

    does not work on my machine

    Patrick Dupre