Page 1 of 1

vesta-php package 2.13 GLIBC

Posted: Tue Jan 23, 2018 8:40 pm
by mike08
Hello,

I have an issue where I can't start vesta due to the following error message:

Code: Select all

/usr/local/vesta/php/bin/php: /usr/lib/x86_64-linux-gnu/libxml2.so.2: version `LIBXML2_2.9.0' not found (required by .php/bin/php)
.php/bin/php: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by .php/bin/php)
My GLIBC version is 2.13, how can I compile the php version that vesta uses for my GLIBC version?

Re: vesta-php package 2.13 GLIBC

Posted: Tue Jan 23, 2018 10:17 pm
by imperio
Hi,
fix for this problem

Code: Select all

apt-get update && apt-get install vesta-nginx --reinstall
apt-get update && apt-get install vesta-php --reinstall

Re: vesta-php package 2.13 GLIBC

Posted: Tue Jan 23, 2018 11:46 pm
by mike08
Thanks for the fix!