Freepbx is not installed

Colleagues, I can’t install freepbx
, I keep getting an error:

server:/usr/src/freepbx # ./install -n
Assuming you are Database Root
Checking if SELinux is enabled...Its not (good)!
Reading /etc/asterisk/asterisk.conf...Done
Checking if Asterisk is running and we can talk to it as the 'asterisk' user...Error!
Error communicating with Asterisk.  Ensure that Asterisk is properly installed and running as the asterisk user
Asterisk appears to be running as asterisk
Try starting Asterisk with the './start_asterisk start' command in this directory
server:/usr/src/freepbx # ./start_asterisk start


STARTING ASTERISK
Asterisk is already running

At the same time, asterisk itself is running under the correct name.:

server:/var/run/asterisk # ps aux | grep asterisk

asterisk 31785  0.4  0.1 2243024 31088 ?       Ssl  Oct09  67:45 /usr/sbin/asterisk -fn

OS: SUSE SLES15SP6
Asterisk: 22.1.0
PBXFree: 17.0

If you’re seeing “FreePBX is not installed,” it usually points to a missing or failed setup during installation. Ensure the Asterisk service is running first, then rerun the FreePBX installer from /usr/src/freepbx. Also verify PHP, MariaDB, and node dependencies. If you used a custom OS image, permissions or SELinux restrictions may block access—temporarily disable SELinux to test.

if you read what I wrote in the first post, it says that the service is running, it is running, running under the correct name, and SELinux is disabled. also, everything is fine with php and mysql.

AI responses are not very productive