-
Notifications
You must be signed in to change notification settings - Fork 131
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
Installation error on Centos #15
Comments
Check with pkg-config zbar --modversion whether it's found. |
Hi, Many thanks for getting back to me. I ran that and it couldn't find zbar, so I ran the command: export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig" Which then allowed me to run the required command: root@server [/usr/local/src/php-zbarcode-master]# pkg-config zbar --modversion However, I still get the same error on compiling. The PKG_CONFIG_PATH is set correctly to point to zbar.pc root@server [/]# $PKG_CONFIG_PATH Any additional help you can offer would be great - thank you. |
Not sure if it will help, but please look at my pull request #17. For me there was a problem on Debian 8, the MagickWand-config was not found in any directories specified by imagemagick.m4. It worked for me with the fix, but now it seems to fail on the Ubuntu based Travis CI for this project. Any ideas? |
Hi,
I have installed zbar using "yum install zbar" and this has worked fine.
When I try to install your PHP extension, I receive the following:
Even though zbar is installed. I'm not sure where to go from here, so can you please offer any help?
Many thanks
The text was updated successfully, but these errors were encountered: