-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Ubuntu 13.04 (64 bit) won't launch Brackets, libudev.so.0 error #4720
Comments
I had this problem and just linked the existing libudev.so.* to lib.udev.so.0. PS @jasonsanjose I tried installing libudev0 using apt-get and it appears to be missing. I think we will need to somehow link the existing libudev to libudev.so.0. |
Oops. Deleted my prior comment, bad workaround. Seems like node-webkit (also based on CEF) has the same issue: https://github.com/rogerwang/node-webkit/wiki/The-solution-of-lacking-libudev.so.0. I'll investigate further to see what we can do for Brackets. |
Awesome @DaBungalow. I just confirmed that in my case going into /lib/x86_64-linux-gnu and then executing |
for Ubuntu 13.04 32bit : |
Yup. It helps to have libudev1 installed. :) On 8/10/13, Aurangzaib notifications@github.com wrote:
Danny Seymour |
just a +1 to confirm the issue, and the solution proposed for node+webkit https://github.com/rogerwang/node-webkit/wiki/The-solution-of-lacking-libudev.so.0 in that article there's also an explanation on how to fix the .deb file |
This workouround worked for me too. |
I fixed this in the sprint 29 build. Waiting to hear more feedback before closing. |
@Garbee Can you try the sprint 29 build? We're now using the same technique that the |
Unfortunately, I'm seeing more reports of this issue with sprint 29. @DavidBruant filed a duplicate bug #4799 and @erichstark filed a duplicate in #4785. |
with sprint 29 for me (ubuntu 13.04 32bit) the problem is exactly the same. i have to: |
Problem still exists in Ubuntu 13.04 64bit. Linking |
Not just an Ubuntu issue, reproducible on ArchLinux, as well as a few other up-to-date distros. |
There's a test build linked from adobe/brackets-shell#305 that should fix the dependency issues. |
@jasonsanjose I just tested the fixed build you linked to on 13.04 (64bit) and it is working flawlessly. |
Closing. Fixed in adobe/brackets-shell#305. |
I have same problem with Sprint 37 on Debian testing (jessie). If I install libudev0 from stable (wheezy) works without problens. In ldd command, libudev.so.0 list has "not found", but install package because in depends is "libudev0 (>= 147) | libudev1 (>= 198)" and libudev1 is installed and listed in ldd output. |
The problem still exist in Ubuntu 15.04 and brackets 1.5. |
I downloaded the .deb version (auto-recommended by the page) from the official download page to my system. It is Ubuntu 13.04 64bit. I then executed
sudo dpkg -i brackets-sprint-28-LINUX64.deb
for it. From there it appeared to install just fine without any extra dependencies needed. I then went to executebrackets
from my shell, and I am getting the following error:This error is shown whether I am running it directly, trying to open a file, or even using the --help flag.
Is there any information I am leaving out that is useful?
The text was updated successfully, but these errors were encountered: