Problem Install

Hello,

I have a problem during installation of Asterisk 14.6.0.

I have integrated the MariaDB packages.

I checked res_config_mysql, app_mysql and cdr_mysql in menuselect.

When I type “make install”, I have this message :
[CC] app_mysql.c -> app_mysql.o
[LD] app_mysql.o -> app_mysql.so
/bin/ld: cannot find -lssl
/bin/ld: cannot find -lcrypto
collect2: error: ld returned 1 exit status
make[1]: *** [app_mysql.so] Error 1
make: *** [addons] Error 2

How to solve the problem?

Thanks you

Problem solved.

Because I installed version 10 of MariaDB.

I think it is not yet compatible with Asterisk for services CDR, RealTime, …

To solve, I installed version 5 of MariaDB.