FreePBX Installation on Ubuntu Server 24.04 LTS

I am using the installation script from the following link https://sangomakb.atlassian.net/wiki/spaces/FP/pages/230326391/FreePBX+17+Installation

I have installed asterisk 22.1 but I cannot proceed with the installation of FreePBX as I get the following error:
image

Please, could you guide me on how to skip the php option taking into account that I already have php 8.2 on the server and that it will be necessary to be able to point to the php that I have on the server

image

I cannot move forward taking into account that it requests that dependency.

At Ubuntu 24.04LTS installation You may experience many problems due to different packages between Debina 12 and New Ubuntu…

Hi @Eriberto Error you are facing due to libncurses5-dev package which is after PHP 8.x so I guess PHP 8.x is already ignored (as its present in the system).

Is failed to install libncurses5-dev due to dependency error in ubuntu so may be try to install that package by yourself or check if ubuntu already has compatible version present in the system, if yes then remove this package from the list and continue the installation process.

1 Like

Thank you @kgupta

I made changes within the installation script where I deleted the package line “libncurses5-dev” and “python3-mysqldb”

Afterwards the installation was carried out and up to now I have made the configuration for the administrator from the FreePBX portal. -

I checked the log file (/var/log/pbx) where it indicates that the installation of FreePBX was successful and has completed all the installations

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.