Re: [PHP-INSTALL] install extension zend opcache 7.0.2
[email protected] (Hendrik Schmieder) Thu, 20 Jun 2013 11:54:14 +0200
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
Martino schrieb: > Hello Hendrik, > Thank you for your mail. > Please find here the info: > >> What is the path for the php_extendir ? > > from phpinfo, core section: > extension_dir > /usr/local/lib/php/extensions/no-debug-zts-20100525/ > > >> Where exactly opcache.so is located ? > > it is located in this same directory. > > >> What is the output of ldd opcache.so ? > > linux-vdso.so.1 => (0x00007fff919ff000) > libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 > (0x00007f02e92f > b000) > libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f02e8f3c000) > /lib64/ld-linux-x86-64.so.2 (0x00007f02e9741000) > > > > I don't see any strange thing inside. > Your idea is welcome. > I could still try a fake "example" extension that does nothing, just to see > if it works. I say this because for the moment I have no shared extensions > active. > Thank you, > Martino > My suspicion is that linux-vdso.so.1 isn't found. Hendrik