Hi,
Recently I update my Debian to Debian 10.
I work with i-MSCP 1.5.3Build: 2018120800 Codename: Ennio Morricone.
Today, when i tried to reconfigure my imscp installation to repair a error with php socket:
I have an error with imscp certificates (ftp, control panel, mail...)
I tried to reconfigure certs with:
But i obtain this errors.
Code
- # cat /var/log/imscp/imscp-build.log
- [Thu May 11 12:22:56 2023] [debug] iMSCP::Execute::execute: perl -V:version 2> /dev/null
- [Thu May 11 12:22:56 2023] [debug] iMSCP::Execute::execute: php -nv 2> /dev/null
- [Thu May 11 12:22:56 2023] [debug] iMSCP::Execute::execute: make clean imscp_daemon
- [Thu May 11 12:22:57 2023] [debug] autoinstaller::Functions::_compileDaemon: rm -f *.o *~ imscp_daemon
- gcc -ansi -Wall -Wstrict-prototypes -pedantic -g -O2 -c -g -O2 daemon_cmd.c
- gcc -ansi -Wall -Wstrict-prototypes -pedantic -g -O2 -c -g -O2 daemon_conn.c
- gcc -ansi -Wall -Wstrict-prototypes -pedantic -g -O2 -c -g -O2 daemon_init.c
- gcc -ansi -Wall -Wstrict-prototypes -pedantic -g -O2 -c -g -O2 daemon_main.c
- gcc -ansi -Wall -Wstrict-prototypes -pedantic -g -O2 -c -g -O2 daemon_msg.c
- gcc -ansi -Wall -Wstrict-prototypes -pedantic -g -O2 -c -g -O2 daemon_notify.c
- gcc -ansi -Wall -Wstrict-prototypes -pedantic -g -O2 -c -g -O2 daemon_signals.c
- [Thu May 11 12:22:57 2023] [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: *** [Makefile:33: daemon_signals.o] Error 1
- [Thu May 11 12:22:57 2023] [debug] iMSCP::Execute::execute: /usr/bin/dialog --help-label Help --ok-label Ok --title 'i-MSCP Installer Dialog' --colors --cancel-label Back --exit-label Abort --backtitle 'i-MSCP- internet Multi Server Control Panel (1.5.3)' --yes-label Yes --no-label No --no-shadow --msgbox '\Z1[ERROR]\Zn
- Error while performing step:
- Compiling daemon
- Error was:
- \Z1autoinstaller::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: *** [Makefile:33: daemon_signals.o] Error 1\Zn
- Please have a look at http://i-mscp.net/forum if you need help.
- ' 41 208
- [Thu May 11 12:23:13 2023] [error] autoinstaller::Functions::build: An error occurred while performing build steps
¿Somebody can help me?