EndPointCorp / end-point-blog

End Point Dev blog
https://www.endpointdev.com/blog/
17 stars 65 forks source link

Comments for Debugging PHP extensions with the dynamic linker #417

Open phinjensen opened 6 years ago

phinjensen commented 6 years ago

Comments for https://www.endpointdev.com/blog/2011/02/debugging-php-extensions-with-dynamic/ By Jason Dixon

To enter a comment:

  1. Log in to GitHub
  2. Leave a comment on this issue.
phinjensen commented 6 years ago
original author: Dan Farrell
date: 2012-04-16T20:35:52-04:00

This was exactly what I was going through on with php-gd. I had added the libraries after installation and hadn't run ldconfig.

Thank-you, thank-you, thank-you!

phinjensen commented 6 years ago
original author: Anonymous
date: 2013-11-19T06:04:17-05:00

Thanks mate, LD_DEBUG was just what I needed.