Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to load dynamic library - http_errno_description is Unknown #86

Open
dustin-hawkins opened this issue Dec 12, 2016 · 0 comments
Open

Comments

@dustin-hawkins
Copy link

I have built php-git2 on a CentOS 6.8 box following the instructions. The build is successful, with no errors.

Upon loading PHP, I get the following:

Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/git2.so' - /usr/lib64/php/modules/git2.so: undefined symbol: http_errno_description in Unknown on line 0

It looks like its unable to find one of the dependencies provided by: libgit2/deps/http-parser

I have it loading at the very end of the PHP ini, after all other modules are loaded. I have tried ./configure with and without the --enable-git2-debug, but have the same issue.

Any thoughts on how I screwed up the build process?
Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant