Description
This issue was originally filed by @darrellpf
What steps will reproduce the problem?
html tests wouldn't start dartium on fedora rawhide.
What is the expected output? What do you see instead?
Dart editor reports missing libraries
What version of the product are you using? On what operating system?
Dart Editor version 0.4.3_r20602
Please provide any additional information below.
Solution is
ln -s /usr/lib64/libbz2.so.1.0.6 /usr/lib64/libbz2.so.1.0
ln -s /usr/lib64/libudev.so.1.3.0 /usr/lib64/libudev.so.0
Note that I didn't try to run a web app first, but I'm assuming that the same libraries are required.
These don't appear anywhere in
https://code.google.com/p/dart/wiki/PreparingYourMachine
or
https://code.google.com/p/chromium/wiki/LinuxBuildInstructionsPrerequisites