This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Brackets can't run on Debian 7 (Wheezy) #4816
Open
Description
Update from @jasonsanjose:
A fix for this issue requires an update to CEF https://code.google.com/p/chromiumembedded/ to fix the glib dependency. A story for this issue is logged here https://trello.com/c/CySUsuf4.
Original Message
Hi,
I get the following error when run Brackets sprint 29 on my Debian 64bit:
/opt/brackets/Brackets: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /opt/brackets/Brackets).
I have tried to applied the solutions in #4720
ln -s libudev.so.1 libudev.so.0
, howeverlibudev.so.0
has already existed in my system.$ ls -al libudev.*
lrwxrwxrwx 1 root root 17 Jul 20 11:38 libudev.so.0 -> libudev.so.0.13.0
-rw-r--r-- 1 root root 59992 Apr 29 05:36 libudev.so.0.13.0