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

Configure error about "error: cannot find input file: `asn1/Makefile.in'" #74

Open
QinLongFei opened this issue Jun 7, 2021 · 2 comments

Comments

@QinLongFei
Copy link

When running ./configure, there is always an error about "config.status: error: cannot find input file: `asn1/Makefile.in'".

I have try it on two different Ubuntu and have the same result.

image

checking whether compiling and linking against OpenSSL works... yes
checking for SSL_CTX_set_ecdh_auto... no
checking for pandoc... no
checking for clang-format... :
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/dist-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
checking for pep8... :
checking for pylint... :
checking for shellcheck... :
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: `asn1/Makefile.in'

@xbzhang99
Copy link

i got the same problem. what was the solution?

@raymondtay
Copy link

You can run autoreconf -iv (i.e. skip the test -f configure) and the asn1/Makefile.in file should be generated.

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

No branches or pull requests

3 participants