ALERT Buh-bye CentOS.

accch, the fun of supporting a group of test equipment running on PDP-8As, 12 bits with 16K words of core memory (later ones had 32K of DRAM, but the core was faster). DEC PDP11-34s for the programming station with 5-10 users using RSX-11M real time OS, running from 10MB disks...

Then Unix on a Z8000 based in-house built system, we had a (gasp) 300MB disk! 85lbs, about 18" high full rack width...

And then came Linux, in the form of SLS (Soft Landing Systems) floppy disks downloaded on Compuserve... And Red Hat was there very early on.

What a journey... (We had IBM mainframes, made plug-compatible equipment, but I never had much to do with that.)
 
Try: apt-get install build-essential
Code:
apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version (12.6).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
 
Code:
apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version (12.6).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

How about: apt-get install gcc g++
 
How about: apt-get install gcc g++
Code:
 apt-get install gcc g++
Reading package lists... Done
Building dependency tree
Reading state information... Done
g++ is already the newest version (4:8.3.0-1).
g++ set to manually installed.
gcc is already the newest version (4:8.3.0-1).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
 
Then gcc must not be in the path on your distro or make is missing: find / -name make
 
Last edited:
What's your PATH? Log said no gcc and make not found?? What kind of platform and Debian is this??
 
Check what's the actual gcc executable's exact name is (it may have a version number as a suffix). Then check to see if there is a gcc symbolic link and if so what it is pointing at. If not the latest version that you installed then manually change the symbolic link to the latest.
 
Found another wrinkle in testing at Digital Ocean. If your version of Debian didn't include linux-headers, the original apt-get install command fails and MANY required components don't get installed. I've modified the install script slightly to separate out the linux-headers get. So be sure you download the latest version.
 
I tried to install on Proxmox 6 using Debian 10 container template and it failed. Which log should I send, syslog?
 
I tried to install on Proxmox 6 using Debian 10 container template and it failed. Which log should I send, syslog?
incrediblepbx log in /root. Were you using the revised B2 installer? Probably the linux-headers problem from above.
 
BUG in /root/timezone-setup. Fix:

Code:
sed -i 's|5.6|7.3|' /root/timezone-setup
 
Install successful on Deb 10.7 on Digital Ocean.

But, ran incrediblepbxrestore2021 to get backup from incrediblebackup2020 on a production vultr based system and it ran without error but Asterisk did not come up.

Did a 2nd try and got:

Code:
Whoops\Exception\ErrorException: Methods with the same name as their class will not be constructors in a future version of PHP; FPDF has a deprecated constructor in file /var/www/html/admin/modules/asternic_cdr/lib/fpdf.php on line 16
Stack trace:
  1. Whoops\Exception\ErrorException->() /var/www/html/admin/modules/asternic_cdr/lib/fpdf.php:16
  2. Whoops\Run->handleError() /var/www/html/admin/modules/asternic_cdr/functions.inc.php:281
  3. include_once() /var/www/html/admin/modules/asternic_cdr/functions.inc.php:281
  4. require_once() /var/www/html/admin/bootstrap.php:353
  5. require_once() /etc/freepbx.conf:9
  6. include_once() /var/lib/asterisk/bin/fwconsole:12
 
I had the same issue. I had to remove asternic_cdr from the modules directory to get it going. This was related to the backup restore. I did not have the issue until I did Incredible restore. Before I did that, I did a FreePBX restore and that worked just fine.
 
I had the same issue. I had to remove asternic_cdr from the modules directory to get it going. This was related to the backup restore. I did not have the issue until I did Incredible restore. Before I did that, I did a FreePBX restore and that worked just fine.
Also remove OSS PBX Endpoint Manager if it is installed. Both have the same problem.
 

Members online

No members online now.

Forum statistics

Threads
26,687
Messages
174,410
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top