Artem D

Results 4 comments of Artem D

WM is 'awesome' ``` yos@node6 ~ $ uname -a Linux node6 3.16.5-gentoo #1 SMP Sun Nov 16 11:31:32 MSK 2014 x86_64 AMD C-60 APU with Radeon(tm) HD Graphics AuthenticAMD GNU/Linux...

``` node6 yos # emerge --info Portage 2.2.14 (python 2.7.9-final-0, default/linux/amd64/13.0/desktop, gcc-4.8.3, glibc-2.19-r1, 3.16.5-gentoo x86_64) ================================================================= System uname: Linux-3.16.5-gentoo-x86_64-AMD_C-60_APU_with_Radeon-tm-_HD_Graphics-with-gentoo-2.2 KiB Mem: 1648360 total, 372616 free KiB Swap: 4000148 total, 3461832...

linking libcef to newer libs does not work :( ``` ../../plugin/html-overlay/lib/linux64/libcef.so: undefined reference to `gcry_control@GCRYPT_1.2' Linux node0 3.18.4-1-ARCH #1 SMP PREEMPT Tue Jan 27 20:45:02 CET 2015 x86_64 GNU/Linux /usr/lib/libgcrypt.so.20.0.2...

Solution - install older version of libgcrypt from AUR: https://aur.archlinux.org/packages/libgcrypt11 ``` yos ~ $ aurget -Ss libgcrypt11 aur/libgcrypt11 1.5.4-3 gcrypt11 library (shared objects) yos ~ $ ls -1 /usr/lib/libgcrypt.so.11* /usr/lib/libgcrypt.so.11...