perl imscp-autoinstall -d runs with installer mode auto, proftp, no local DNS Server, apache 2 mpm Event fpm/fastcgi, dovecot, remote Mysql server, PHP 5.6
the ubuntu-bionic.xml from githubfile
i become
Code
- [ERROR] autoinstaller::Functions::_compileDaemon: daemon_signals.c: In function ‘handle_signal’:
- daemon_signals.c:6:14: error: ‘SIGPIPE’ undeclared (first use in this function)
- case SIGPIPE:
- ^~~~~~~
- daemon_signals.c:6:14: note: each undeclared identifier is reported only once for each function it appears in
- daemon_signals.c:9:14: error: ‘SIGCHLD’ undeclared (first use in this function)
- case SIGCHLD: {
- ^~~~~~~
- daemon_signals.c:15:5: warning: implicit declaration of function ‘signal’ [-Wimplicit-function-declaration]
- signal(signo, handle_signal);
- ^~~~~~
- make: *** [daemon_signals.o] Error 1
- [ERROR] autoinstaller::Functions::build: An error occurred while performing build steps
i have no idea