-
Notifications
You must be signed in to change notification settings - Fork 750
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
OpenCV, FFmpeg, Tesseract, etc not working on Alpine, CentOS, etc images #1379
Comments
You'll need to build from source: https://github.com/bytedeco/javacpp-presets#build-instructions |
I've verified that 1.5.10 maybe exists some problems, and 1.5.9 no problem. |
Since CentOS is pretty much dead, I've switched the builds to Ubuntu because it's the most popular distribution today, so if it doesn't work, please use Ubuntu. |
I have tested on red hat and meet |
The latest release version 1.5.10 should work with RHEL 9, but I haven't tested it personally. |
I have no rehl9 but tested the code on rehl7.5, meeting the problem |
To synchronize the latest progress, I found that the cause of the above problem is that there is no CXXABI_1_3_8 in my OS. I tried to install gcc4.9 but there was no download source in my environment. Is there any other way? In addition, can the new 1.5.11 avoid this problem? look forward to any bro. |
I'm trying to run tesseract using java 17 on an alpine image. However, initializing the tessApi fails with the following error:
Using a debian based image works, however that is not an option for my use case. I've tried installing glibc using the instructions from https://gist.github.com/larzza/0f070a1b61c1d6a699653c9a792294be, but no change
POM file:
The text was updated successfully, but these errors were encountered: