Hey, i´ve tried to compile php7.2 with php-imap, but getting an error:
/bin/ld: warning: libssl.so.1.1, needed by /usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/libc-client.so, may conflict with libssl.so.1.0.0
/bin/ld: warning: libcrypto.so.1.1, needed by /usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/libc-client.so, may conflict with libcrypto.so.1.0.0
Generating phar.php
/bin/sh: line 1: 557947 Segmentation fault (core dumped) ` if test -x "/www/server/php/72/src/sapi/cli/php"; then /www/server/php/72/src/build/shtool echo -n -- "/www/server/php/72/src/sapi/cli/php -n"; if test "x" != "x"; then /www/server/php/72/src/build/shtool echo -n -- " -d extension_dir=/www/server/php/72/src/modules"; for i in bz2 zlib phar; do if test -f "/www/server/php/72/src/modules/$i.la"; then . /www/server/php/72/src/modules/$i.la; /www/server/php/72/src/build/shtool echo -n -- " -d extension=$dlname"; fi; done; fi; else /www/server/php/72/src/build/shtool echo -n -- "/www/server/php/72/src/sapi/cli/php"; fi;`` -n -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0 -d 'safe_mode=0' /www/server/php/72/src/ext/phar/build_precommand.php > ext/phar/phar.php
make: *** [Makefile:456: ext/phar/phar.php] Error 139
Ubuntu 20.04 LTS
\l
Bit:64 Mem:32116M Core:6 gcc:9.3.0 cmake:3.16.3
Linux ip-10-0-5-253 5.4.0-31-generic #35-Ubuntu SMP Thu May 7 20:20:34 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
ERROR: php-7.2.31 install failed.
Please submit to https://www.aapanel.com/forum for help`