ictinnovations / ictfax

Open Source Fax Server Software supporting inbound and outbound faxing. ICTFAX can be used in following faxing scenarios Web to fax, Fax to Web or Online Fax Email to fax and fax to email ATA / Extensions to send and receive faxes via Fax machine using internet REST based Fax API’s to integrate with third party applications and automate business process G.711 based Fax Origination / Termination / Gateway T.38 based Fax Origination / Termination PSTN based Fax Origination / Termination / Gateway
http://www.ictfax.org
GNU General Public License v3.0
172 stars 60 forks source link

[Installation] Getting errors when restarting httpd #96

Open santee-moto opened 2 weeks ago

santee-moto commented 2 weeks ago

I'm following the installation guide https://ictfax.org/ictfax-installation-guide/ for Rocky Linux 8 system. I'm having the following error when restarting the httpd (follow step ---> service httpd restart)

php-fpm (3079682) is already running [16-Oct-2024 16:28:25] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library 'imap' (tried: /pld/php/cci/imap (/pld/php/cci/imap: cannot open shared object file: No such file or directory), /pld/php/cci/imap.so (/pld/php/cci/imap.so: undefined symbol: executor_globals_offset)) in Unknown on line 0 [16-Oct-2024 16:28:25] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/eerun/php/cci/mailparse.so' (tried: /eerun/php/cci/mailparse.so (/eerun/php/cci/mailparse.so: undefined symbol: add_next_index_zval), /pld/php/cci///eerun/php/cci/mailparse.so.so (/pld/php/cci///eerun/php/cci/mailparse.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [16-Oct-2024 16:28:25] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/eerun/php/cci/redis.so' (tried: /eerun/php/cci/redis.so (/eerun/php/cci/redis.so: undefined symbol: add_next_index_zval), /pld/php/cci///eerun/php/cci/redis.so.so (/pld/php/cci///eerun/php/cci/redis.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 1729121305 (Wed Oct 16 16:28:25 2024) [pid 3147973, v213.03.0039, (null)]: vchoke Error: : choke ERROR: config_r: "unitfile" read failed (68 != 102) [No such file or directory(2) dbe0] Mode[0,00000000] env0 1729121305 (Wed Oct 16 16:28:25 2024) [pid 3147973, v213.03.0039, (null)]: initConfig: (initConfig.c, 92) read unit file failed WARNING: Possible ERROR occurred in file loadUgliness.C line 22. AH00534: httpd: Configuration error: More than one MPM loaded.

santee-moto commented 2 weeks ago

The httpd issue was resolved and could be started. Now the Freeswitch can not started.

sudo systemctl daemon-reload sudo systemctl enable freeswitch sudo systemctl start freeswitch

-- Unit freeswitch.service has begun starting up. Oct 17 15:58:50 nndmc4 systemd[2119680]: freeswitch.service: Failed to set up CPU scheduling: Operation not permitted Oct 17 15:58:50 nndmc4 systemd[2119680]: freeswitch.service: Failed at step SETSCHEDULER spawning /usr/bin/freeswitch: Operation not permitted -- Subject: Process /usr/bin/freeswitch could not be executed -- Defined-By: systemd -- Support: https://access.redhat.com/support

-- The process /usr/bin/freeswitch could not be executed and failed.

-- The error number returned by this process is 1. Oct 17 15:58:50 nndmc4 systemd[1]: freeswitch.service: Control process exited, code=exited status=214 Oct 17 15:58:50 nndmc4 systemd[1]: freeswitch.service: Failed with result 'exit-code'. -- Subject: Unit failed -- Defined-By: systemd -- Support: https://access.redhat.com/support

-- The unit freeswitch.service has entered the 'failed' state with result 'exit-code'. Oct 17 15:58:50 nndmc4 systemd[1]: Failed to start freeswitch. -- Subject: Unit freeswitch.service has failed -- Defined-By: systemd -- Support: https://access.redhat.com/support

-- Unit freeswitch.service has failed.

-- The result is failed.

rw180800 commented 1 week ago

anyone had any luck with installing this software? The idea is a good one but no installs seem to actually work.