I’m trying to install FreePBX 2.9.0 and I get this error.
After looking at the file it looks like it’s trying to verify that I’m logged
in as root and then crashes.
Running RHES 6.1
Dell Linux install - new PowerEdge R310 server
409 updates completed yesterday
kernel 2.6.32-131.12.1.el6.x86-64
php.x86-64 5.3.3-3.el16
Asterisk 1.8.5.0
I did a yum erase php then a yum install php earlier this morning.
That didn’t make a difference.
[[email protected]******** freepbx-2.9.0]# ./install_amp
Checking for PEAR DB…OK
PHP Warning: date(): It is not safe to rely on the system’s timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘America/Los_Angeles’ for ‘PDT/-7.0/DST’ instead in /usr/src/freepbx-2.9.0/amp_conf/htdocs/admin/libraries/utility.functions.php on line 71
Checking for PEAR Console::Getopt…OK
PHP Warning: date(): It is not safe to rely on the system’s timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘America/Los_Angeles’ for ‘PDT/-7.0/DST’ instead in /usr/src/freepbx-2.9.0/amp_conf/htdocs/admin/libraries/utility.functions.php on line 71
Checking user…PHP Fatal error: Call to undefined function posix_getpwuid() in /usr/src/freepbx-2.9.0/install_amp on line 684
Ran
[[email protected] freepbx-2.9.0]# yum install php-process
Loaded plugins: product-id, refresh-packagekit, rhnplugin, subscription-manager
Updating Red Hat repositories.
Setting up Install Process
No package php-process available.
Error: Nothing to do
[[email protected] freepbx-2.9.0]# ./install_amp
Checking for PEAR DB…OK
PHP Warning: date(): It is not safe to rely on the system’s timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘America/Los_Angeles’ for ‘PDT/-7.0/DST’ instead in /usr/src/freepbx-2.9.0/amp_conf/htdocs/admin/libraries/utility.functions.php on line 71
Checking for PEAR Console::Getopt…OK
PHP Warning: date(): It is not safe to rely on the system’s timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘America/Los_Angeles’ for ‘PDT/-7.0/DST’ instead in /usr/src/freepbx-2.9.0/amp_conf/htdocs/admin/libraries/utility.functions.php on line 71
Checking user…PHP Fatal error: Call to undefined function posix_getpwuid() in /usr/src/freepbx-2.9.0/install_amp on line 684
[[email protected] freepbx-2.9.0]#