# Issues with librsvg-2-2.dll on Windows 11

**URL:** https://discourse.julialang.org/t/issues-with-librsvg-2-2-dll-on-windows-11/130201
**Category:** General Usage
**Created:** [June 25, 2025, 2:47pm UTC](https://discourse.julialang.org/t/issues-with-librsvg-2-2-dll-on-windows-11/130201 "2025-06-25T14:47:38Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![giordano](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/giordano/32/2166_2.png) [@giordano](https://discourse.julialang.org/u/giordano)
#### Post date: [June 25, 2025, 3:16pm UTC](https://discourse.julialang.org/t/issues-with-librsvg-2-2-dll-on-windows-11/130201/2 "2025-06-25T15:16:40Z")

</div>

Sigh. Your operating system knows what library can’t be found, but it doesn’t tell you, it’s very frustrating. What you could try is to do

```julia
using DependencyWalker
using Luxor # this will fail, it's fine, it's what we want

Library("/path/to/librsvg...") # put here the actual path

```

Hopefully this will print what library can’t be found.

Side note, please don’t post screenshot, they’re hard to read and readers can’t copy-past code, see [Please read: make it easier to help you](https://discourse.julialang.org/t/please-read-make-it-easier-to-help-you/14757).

---

_[View the full topic](https://discourse.julialang.org/t/issues-with-librsvg-2-2-dll-on-windows-11/130201)._
