-
Notifications
You must be signed in to change notification settings - Fork 751
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
Openssl not found while compiling ffmpeg on linux x64 #32
Comments
Does it look like the OpenSSL libraries and header files get properly installed? What are the last few lines of the |
Yes, everything seems to be installed fine. Here's the relevant part of
|
That's strange, it seems to think it's cross-compiling for Windows. Could you try to append |
If you haven't, try: More info: |
Hello, (sorry for the slow response, I've been abroad) Yes, the openssl dev package and all libs are installed correctly. I've tracked down the problem: in ffmpeg/configure on line 4942, I had to add the "-ldl" linker flag in the first test line to make the configure script compile the ssl test correctly:
Apparently, the Any ideas how to fix this in a good/clean way? b. |
I see... Does that still happen with FFmpeg 2.5.4 and OpenSSL 1.0.2 (pull
the latest changes)?
|
Just ran the same command after a fresh
|
I've found the problem: We need to use the |
Fix included in the -0.11 release. Thanks your time reporting and investigating this! |
to remedy "ERROR: openssl not found" bytedeco/javacpp-presets#32 (comment)
Using version 0.10 on Ubuntu Trusty. Everything works fine until ffmpeg/cppbuild.sh tries to compile ffmpeg, quitting with "ERROR: openssl not found". Any thoughts?
The text was updated successfully, but these errors were encountered: