13.12.2015, 18:49
(
Последний раз редактировалось dusk; 13.12.2015 в 19:38.
)
Yes and yes.
I also set JAVA_HOME variable.
Using Debian 7 32bit.
EDIT: I was missing some libraries which I installed with following commands:
Now my error is:
It seems that apt-get doesn't have this version.
EDIT2: By adding a new source for apt-get I managed to get GLIBC 2.17:
Finally, shoebill plugin started up successfully
I also set JAVA_HOME variable.
Using Debian 7 32bit.
EDIT: I was missing some libraries which I installed with following commands:
Код:
apt-get install libxtst6 apt-get install libxrender1
Код:
[22:17:47] Loading plugin: Shoebill [22:17:47] Failed (/lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required by plugins/Shoebill))
EDIT2: By adding a new source for apt-get I managed to get GLIBC 2.17:
Код:
deb http://ftp.debian.org/debian sid main apt-get update apt-get install libc6-amd64 libc6-dev libc6-dbg
![Smiley](images/smilies/smile.png)