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

Deprecated function is not defined #24

Open
dorflex150mg opened this issue Sep 5, 2019 · 1 comment
Open

Deprecated function is not defined #24

dorflex150mg opened this issue Sep 5, 2019 · 1 comment

Comments

@dorflex150mg
Copy link

When running Apache:

./install/bin/httpd -X

I cannot load the ssl module due to an X509 not being defined.

Cannot load modules/mod_ssl.so into server: <project_root>/TaLoS/src/httpd-2.4.23/install/modules/mod_ssl.so: undefined symbol: X509_get_notAfter

@plaublin
Copy link
Collaborator

Hi

I am not able to reproduce this error. I guess it could happen if you compile the ssl module with the SSL headers of your system instead of with the ones of TaLoS. modules/ssl/modules.mk needs to contain this line: MOD_CFLAGS = -I${PROJECT_ROOT}/src/libressl-2.4.1/include

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