-
Notifications
You must be signed in to change notification settings - Fork 130
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 problem #4
Comments
Have you installed libzbar? |
Sorry, I was able to install this, however images are not showing, seems like imagick issue as imagick.so is not loading |
I am getting No package 'MagickWand' found |
after running checking for zbar_image_scanner_create in -lzbar... yes |
Same here, on a Mac: checking for zbar_symbol_get_quality in -lzbar... yes |
@mkoppanen Any clue? |
Which version of ImageMagick? I'll check later today with that version |
brew info imagemagick brew info zbar Mac OS Mountain Lion, PHP 5.4.11, Thanks in advance! |
Can you test the latest? |
Now I get this: checking ImageMagick MagickWand API configuration program... found in /usr/local/bin/MagickWand-config When running it with |
Cool. |
Now when running
|
Can you retry? |
|
32bit / 64bit mismatch? |
I have a Intel Core 2 Duo 64-bits processor. |
i meant either php, php-zbarcode and imagemagick. all 32bit or 64bit? |
PHP is 64-bit. I installed imagemagick using homebrew (with no special args) so I guess it is? How can I check if php-zbarcode is 64? |
Accidentally removed some lines, should work now. |
Still no luck :( I ran
|
Retried it and got it working now :) I got 1 failing test tho, but installed it anyway.
|
Can you check tests/007-test-gd.diff and output? |
I am running OSX 10.8+ 64-bit with PHP 5.4.20 and imagick 3.2.1 (stable). I installed imagemagick using brew. I am using Cellar/imagemagick/6.8.7-0/include/ImageMagick-6 I successfully configured, made, installed. However, when I run make test no tests are run. I ran a few examples and it appears that it works using php5 (5.4.20). XAMP uses php 5.4.7. Could the different versions be the issue. In any case, at least the "make test" command should work with php 5.4.20. Initially I had the following errors, until I installed zbar. yld: lazy symbol binding failed: Symbol not found: _MagickWandGenesis dyld: Symbol not found: _MagickWandGenesis dyld: lazy symbol binding failed: Symbol not found: _MagickWandGenesis dyld: Symbol not found: _MagickWandGenesis But these errors went away after installing zbar. Any thoughts on what else I should look at? I have tried so many different things and got ot to a point where I at least have everything compiling and installing. I'd appreciate any suggestions or ideas! |
@atul-tewari, what is the actual issue you are facing now? |
Mikko Koppanen,Thanks for responding. Imagick Class was not loading from within XAMPP. I discovered this about an our ago. As it turns out, within XAMPP, I have to disable exporting DYLD_LIBRARY_PATH. It all worked fine after that. I really appreciate your response.Regards,Atul -------- Original Message -------- |
支持>php7吗??? |
Hello,
I am getting the following error while running ./configure
checking for zbar.h header... configure: error: Cannot locate zbar.h header. Please check your libzbar installation
Can you please let me know what I need to do.
Regards,
The text was updated successfully, but these errors were encountered: