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

Problems compiling Centos 8 #23

Open
Udirley opened this issue Jun 17, 2021 · 1 comment
Open

Problems compiling Centos 8 #23

Udirley opened this issue Jun 17, 2021 · 1 comment

Comments

@Udirley
Copy link

Udirley commented Jun 17, 2021

Hi, I'm having trouble compiling on Centos 8:
CentOS Linux release 8.3.2011

[root@150620211711 amiws-master]# ./configure --with-ssl
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking for yaml_parser_initialize in -lyaml... yes
checking for library containing CRYPTO_new_ex_data... -lcrypto
checking for library containing SSL_library_init... no
configure: error: openssl library not found

The OpenSSL libraries are already installed:

[root@150620211711 amiws-master]# rpm -qa |grep openssl
compat-openssl10-1.0.2o-3.el8.x86_64
openssl-1.1.1g-15.el8_3.x86_64
openssl-perl-1.1.1g-15.el8_3.x86_64
apr-util-openssl-1.6.1-6.el8.x86_64
openssl-pkcs11-0.4.10-2.el8.x86_64
openssl-devel-1.1.1g-15.el8_3.x86_64
openssl-ibmpkcs11-1.0.2-1.el8.x86_64
openssl-libs-1.1.1g-15.el8_3.x86_64
anope-openssl-2.0.9-3.el8.x86_64

I thank you in advance for your help.

@staskobzar
Copy link
Owner

It looks like amiws is not compatible with new version of openssl.
I am not sure I will be able to upgrade it any time soon as I am busy with other projects, sorry.

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