Search results

  1. M

    SOLVED FreeSwitch installation on Debian 12 is broken

    So yea I managed to make it work, that was the problem. FIX: Make sure you guys install the libtool binary -> apt-get install libtool-bin Seems that debian removed the binary from the libtool package and they moved it to libtool-bin
  2. M

    SOLVED FreeSwitch installation on Debian 12 is broken

    Heya, you are wrong I was using the default install of FusionPBX ... but just to be sure I have tried it one more time. But by installing it again it seems I found the error: build-requirements: libtool not found. You need libtool version 1.5.14 or newer to build FreeSWITCH...
  3. M

    SOLVED FreeSwitch installation on Debian 12 is broken

    I'm trying to install FusionPBX on a server from Hetzner with the Debian 12 Image. From what I've talked with chatgpt he is saying that FreeSwitch : and it seems the installation is dying here: wget -O - https://files.fusionpbx.com/freeswitch-release-bookworm-archive-keyring.gpg and this also...