Other suggestion: try temporarily (re)moving that file (`%/liblapack.dll`).
I wonder if Julia itself is opening the dll for some reason, before WinRPM
tries to replace it. (check again with Process Explorer while Julia is
still running?)
On Wed, Oct 26, 2016 at 12:22 PM, Frank Kampas wrote:
>
>
>
> Process Explorer does not indicate that lapack is being run when the
> problem occurs.
Does
Find -> Find a Handle or DLL -> "liblapack"
Return any results? The goal is to look for any open handle to
"liblapack.dll", which would lead to the "Can not delete" error indicated
in the posted err
>
> Something is preventing the lapack dll from being overwritten on your
> system.
Try Process Explorer (
https://technet.microsoft.com/en-us/sysinternals/processexplorer.aspx)
"Find" menu -> "Find a Handle or DLL"
search for "liblapack" and look at what process owns the handle.
On Wed, O