Skip to content
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

3.8.1: configure fails to detect openssl/evp.h #45

Closed
guyharris opened this issue Apr 16, 2013 · 2 comments
Closed

3.8.1: configure fails to detect openssl/evp.h #45

guyharris opened this issue Apr 16, 2013 · 2 comments

Comments

@guyharris
Copy link
Member

Converted from SourceForge issue 892961, submitted by vda

On my system configure says

checking for openssl/evp.h... no

but

ls -l /usr/include/openssl/evp.h

-rw-r--r-- 1 root root 27263 Dec 25 2002
/usr/include/openssl/evp.h

Details from config.log:

configure:4937: checking for openssl/evp.h
configure:4947: gcc -E -I$(srcdir)/missing -I$(srcdir)
-I$(srcdir)/missing -I/usr/include conftest.c

/dev/null 2>conftest.out
cpp0: warning: changing search order for system
directory "/usr/include"
cpp0: warning: as it has already been specified as a
non-system directory
configure: failed program was:

line 4942 "configure"

include "confdefs.h"

include <openssl/evp.h>

@guyharris
Copy link
Member Author

Submitted by fenner

Logged In: YES
user_id=109593

If you have autoconf 2.5x, can you regenerate configure from
configure.in (just run "autoconf") and see if you still get
similar problematic results? The 3.8.2 release will have an
updated configure, so you can also wait for that.

@infrastation
Copy link
Member

All the code in configure.in performing detection of this header has been replaced with a single instance of AC_CHECK_HEADERS() via commit c4b7e5f. Older changes could address this issue as well. As far as I was able to verify, the current revision detects presence of this header properly. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants