# CUDAnative ERROR: could not load library "libjulia.exe"

**URL:** https://discourse.julialang.org/t/cudanative-error-could-not-load-library-libjulia-exe/9781
**Category:** GPU
**Tags:** cudanative
**Created:** [March 18, 2018, 4:44am UTC](https://discourse.julialang.org/t/cudanative-error-could-not-load-library-libjulia-exe/9781 "2018-03-18T04:44:51Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Luxemecongineer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/luxemecongineer/32/6718_2.png) [@Luxemecongineer](https://discourse.julialang.org/u/Luxemecongineer)
#### Post date: [March 18, 2018, 4:44am UTC](https://discourse.julialang.org/t/cudanative-error-could-not-load-library-libjulia-exe/9781/1 "2018-03-18T04:44:51Z")

</div>

I have passed tests of LLVM and CUDAdrv (non-documentation tests). But Pkg.test(“CUDAnative”) fails for

```julia
ERROR: LoadError: could not load library "libjulia.exe"
The specified module could not be found.

```

Please, let me know if you need more information. Thank you in advance!

---

<div class="post-metadata">

### Author: ![maleadt](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/maleadt/32/10097_2.png) [@maleadt](https://discourse.julialang.org/u/maleadt)
#### Post date: [March 18, 2018, 8:59am UTC](https://discourse.julialang.org/t/cudanative-error-could-not-load-library-libjulia-exe/9781/2 "2018-03-18T08:59:03Z")

</div>

This has been fixed on master: [https://github.com/JuliaGPU/CUDAnative.jl/pull/167](https://github.com/JuliaGPU/CUDAnative.jl/pull/167)  
Let me know if you want this fix on the `release-0.6` branch.

---

<div class="post-metadata">

### Author: ![Luxemecongineer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/luxemecongineer/32/6718_2.png) [@Luxemecongineer](https://discourse.julialang.org/u/Luxemecongineer)
#### Post date: [March 18, 2018, 5:22pm UTC](https://discourse.julialang.org/t/cudanative-error-could-not-load-library-libjulia-exe/9781/3 "2018-03-18T17:22:38Z")

</div>

It is gonna help a lot, if you could fix this on the 0.6 branch. I would appreciate it, and thank you for your time!

---

<div class="post-metadata">

### Author: ![Luxemecongineer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/luxemecongineer/32/6718_2.png) [@Luxemecongineer](https://discourse.julialang.org/u/Luxemecongineer)
#### Post date: [March 18, 2018, 6:35pm UTC](https://discourse.julialang.org/t/cudanative-error-could-not-load-library-libjulia-exe/9781/4 "2018-03-18T18:35:03Z")

</div>

Error has been fixed.
