Re: [PHP-INSTALL] install extension zend opcache 7.0.2
[email protected] (Hendrik Schmieder) Thu, 20 Jun 2013 13:34:00 +0200
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
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