As Tony pointed out to me, modifying PATH is not allowed. If you call Libdl.dlopen on the DLLs that need to be loaded in the package init function, they will be visible and don't need to be in the path.
Cheers, Bart On Friday, April 22, 2016 at 10:07:06 AM UTC+2, Igor wrote: > > Bart, Tom, Tony, thank you for your help. I'll look into WinRPM package > and into BinDeps also. > What do you think about "quick-and-dirty" solution - put some libraries > binaries (libraries which are part of this particular package) directly > into the package repo, and modify PATH to include those dependencies? > There are a lot of disadvantages of course - for example it will be the > package for some particular platform only. > > Best regards, Igor > > >