• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Jolene MacFadden

New Pleskian
Plesk 12.0.18 Centos6 - Read in the Manual that we can add multiple versions of PHP. Got through the first couple of steps before I ran into a problem....

Instructions From Manual:
Log in to your server as root.
1. Obtain the PHP source you need from the official website (http://php.net/downloads.php) and unpack it:

gunzip php-NN.tar.gz

tar -xf php-NN.tar

2. Configure and build PHP. This is when you can customize PHP with various options, such as specifying which extensions will beenabled. Run ./configure --help for a list of available options.

cd ../php-NN

./configure --prefix /usr/local/phpNN

make

make install

3. Set up your php.ini:

cp php.ini-development /usr/local/lib/php.ini

You may edit your .ini file to set PHP options. If you prefer having php.ini in another location, run the configure utilitywith the option --with-config-file-path=/some/path in step 3.

Register the new PHP version in Plesk:

/usr/local/psa/bin/php_handler --add -displayname <NN> -path <path to php cgi> -phpini <path to php.ini> -type <php handler> -id

<NN-custom>


Now I got to the part "make" However just before that the last line stated there was not C compiler. Then when I typed in "make" and enter I get another error

./configure --prefix /usr/local/php5.6.13
checking for grep that handles long lines and -e... /bin/grep
checking for grep... /bin/grep -E
checking for sed that does not truncate output... /bin/sed
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for cc... no
checking or gcc... no
configure: error: in '/php-5.6.13';
configure: error: no acceptable C compiler found in $PATH
See 'config.log' for more details
make
make: *** No targets specified and no makefile found. Stop


now what do I do?

Thanks for your help

Jolene
 
Decided to re-image my server one more time and low and behold the Updates and Upgrades page now works and I was able to all ALL of the Plesk 12 Features to it....Very excited to try everything out.
 
Back
Top