So REST Inspect didn’t launch and you got an error message talking about Linux dependencies. You’re thinking, “now what?”
Never fear, our testers ran into this on Ubuntu and the fix is really quite simple.
- Figure out which lib directory applies to your Linux installation and
cd
into that directory.
- /lib/x86_64-linux-gnu/ # Ubuntu, Xubuntu, Mint
- /usr/lib64/ # SUSE, Fedora
- /usr/lib/ # Arch, Fedora 32bit
- /lib/i386-linux-gnu/ # Ubuntu 32bit
- From your lib directory, run
sudo ln -s libudev.so.1 libudev.so.0
Once the symlink is in place, you should be able to launch REST Inspect, no problem. But if you do encounter an issue, please let us know!
For those of you who are the inquisitive types, you can read more about this solution here and here. We hope to have workarounds in place in a future release.
-
This topic was modified 9 years, 3 months ago by support-jed.