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

No makefile generated using ./configure --with-openssl #29

Open
SecurityRepo opened this issue Sep 3, 2020 · 1 comment
Open

No makefile generated using ./configure --with-openssl #29

SecurityRepo opened this issue Sep 3, 2020 · 1 comment

Comments

@SecurityRepo
Copy link

SecurityRepo commented Sep 3, 2020

Tried installing the program on MacOs Catalina from terminal

./configure --with-openssl doesn't generate the makefile you need to build the project

./configure does

@royhills
Copy link
Owner

royhills commented Sep 3, 2020

I suspect the autoconf script doesn't include the location of the openssl libraries on MacOS Catalina in its search path.

You can include a path to the openssl libraries with "./configure --with-openssl=PATH". If that solves the problem, please let me know the openbssl library path so I can include it in the list of standard locations to search.

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

2 participants