Re: install extension zend opcache 7.0.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Martino schrieb:

My suspicion is that linux-vdso.so.1 isn't found.


Thank you for your idea.
The library that you see as linux-vdso.so.1 is a virtual library or Virtual
Dynamic Shared Object, that resides only in each program's address space.
Older
systems called this linux-gate.so.1. This virtual library provides the
necessary logic to allow user programs to access system functions through
the fastest
means available on the particular processor, either interrupt, or with most
newer processors, fast system call.
So this is not the cause.


OK,

let's have a look on the PHP side.
Is PHP loaded as module ?
If not, does the problem also occur when PHP is loaded as module ?

  Hendrik






[Index of Archives]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [Postgresql]     [PHP Books]     [PHP Databases]     [PHP SOAP]
  Powered by Linux