-
Notifications
You must be signed in to change notification settings - Fork 87
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
PHP Startup: Unable to load dynamic library ! #20
Comments
I've the same issue! PHP Version PHP 5.6.19-1 |
+1 |
I found the fix , we can't compile opencv with -Wl,--as-needed , because seems that clean cvLoadImage symbol ... Update this is not the correct fix |
Could you please send a PR when it's working for you? I don't have time atm to work on it :/ |
The fix is in build of opencv unfortunately ... |
Same issue - Installed on Ubuntu 16 latest OpenCV and Facedetected install from source. |
Shoudl be fixed by pr #26 |
Same issue with PHP7.1 & opencv-3.1.0 |
Thanks @sergiomb2 |
Hi, I have the same issue at service apache2 restart. pkg-config --cflags --libs opencv : I tried to compile the infusion and sathieu fork. but no success. How to patch ? Thanks |
@Meloman-zz , after all we don't need patch opencv , we need patch php-facedetect-pkgconfig https://src.fedoraproject.org/cgit/rpms/php-facedetect.git/tree/php-facedetect-pkgconfig.patch |
#23 if the problem is in stop |
@Meloman-zz "retrieve opencv build options from pkg_config #26" was merged . |
Could you guys please test the current master branch? I rewrote the code almost completely for PHP7 and to come by the old OpenCV C-interface. |
Whenever I try to restart apache now I get the following error:
An ofcourse it won't work since it wasn't loaded !! Any clue what went wrong ?
PHP Version 5.6.17
OpenCV Verison 3.1.0
The text was updated successfully, but these errors were encountered: