PHP ZendGuard loader install probelm

1 post / 0 new
#1 Sun, 2017-08-20 17:45
arthurma
  • arthurma's picture
  • Offline
  • Last seen: 7 months 1 week ago
  • Joined: 2017-08-20

I used the offical php ext from http://www.zend.com/en/products/loader/downloads#Linux

But it have some error ,

```
/ # php -m
Failed loading /usr/local/lib/php/extensions/zend/ZendGuardLoader.so: Error relocating /usr/local/lib/php/extensions/zend/ZendGuardLoader.so: backtrace: symbol not found
Failed loading /usr/local/lib/php/extensions/zend/opcache.so: Error relocating /usr/local/lib/php/extensions/zend/opcache.so: backtrace: symbol not found
```

by the way I have tried install glibc, but error still come out.

anyone have meet such problem ?