pombreda / chrome-screen-capture

Automatically exported from code.google.com/p/chrome-screen-capture
0 stars 0 forks source link

chrome-screen-capture not working on debian wheezy 64 #339

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Plugin shared object needs glibc 2.14 but debian wheezy provides 2.13 :

$ ldd screen_capture_64.so 
./screen_capture_64.so: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' 
not found (required by ./screen_capture_64.so)
    linux-vdso.so.1 =>  (0x00007fffc77ab000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f642ab6a000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f642a94e000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f642a5c3000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f642afb4000)

Original issue reported on code.google.com by dnico...@netceler.com on 15 Oct 2013 at 9:17