This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

How to install php 5.6 on centos 6/7 working 100%:
#28
RE: How to install php 5.6 on centos 6/7 working 100%:
I was able to upgrade PHP to 5.6 using the instructions provided. However, it may be my CentOS 7 server, I had no joy compiling Suhosin using the provided instructions.

I received this error at this point: 
Code:
# make install
make: *** No rule to make target `install'.  Stop.

What I did was install the latest stable version of Suhosin for PHP 5.6, which is currently at v. 0.9.38.
Check the latest version to download https://suhosin.org/stories/download.html


The steps i took which succeeded:

Code:
# wget https://download.suhosin.org/suhosin-0.9.38.tar.gz
# tar -xvf suhosin-0.9.38.tgz

# cd suhosin-0.9.38
# phpize
# ./configure
# make
# make install

If this were a fresh install, or if Suhosin is reporting a different version, execute:
Code:
echo 'extension=suhosin.so' > /etc/php.d/suhosin.ini
NOTE: In my case this step was unnecessary

Restart apache web service
Code:
# systemctl restart httpd
Reply
Thanks given by:


Messages In This Thread
RE: How to install php 5.6 : - by TGates - 12-21-2014, 05:08 AM
RE: How to install php 5.6 : - by DimitarBG - 12-21-2014, 07:04 AM
RE: How to install php 5.6 : - by DimitarBG - 12-21-2014, 09:03 PM
RE: How to install php 5.6 on centos 6/7 working 100%: - by republicus - 10-31-2018, 12:51 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
How to install SSL certificate in clients website chgener 6 23 ,378 02-16-2021, 01:56 AM
Last Post: mlinke
Questions regarding install and config procedures nathanstotts 0 3 ,824 08-21-2018, 11:44 PM
Last Post: nathanstotts
Does anyone know how to install conntrack tools on centos? socialsp 2 8 ,440 02-19-2018, 08:25 PM
Last Post: socialsp

Forum Jump:


Users browsing this thread: 1 Guest(s)