Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Which version of linux? Commented Jul 18, 2015 at 9:23
  • @Shadur updated my answer with Linux information Commented Jul 18, 2015 at 17:00
  • Looks like Fedora, but I'm not that sure...might as well be RHEL Commented Jul 18, 2015 at 19:38
  • 2
    Try rpm -ql php56w-mysql, that should (it's been a while since I used RPM) give you a list of where the package's files are stored. There may be a mismatch between where it stored them and where php thinks they're supposed to be. Commented Jul 18, 2015 at 20:17
  • @Shadur it looks like the shared objects are in php-zts folder. I tried updating the extension_dir location and got a different error. Module compiled with build ID=API20131226,TS PHP compiled with build ID=API20131226,NTS Commented Jul 21, 2015 at 15:29