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
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.
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.