<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install Apache, MySQL/MariaDB and PHP in Linux	</title>
	<atom:link href="https://www.tecmint.com/install-apache-mysql-php-on-redhat-centos-fedora/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-apache-mysql-php-on-redhat-centos-fedora/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 05 Apr 2024 08:20:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Muhammad Azhar		</title>
		<link>https://www.tecmint.com/install-apache-mysql-php-on-redhat-centos-fedora/comment-page-2/#comment-920369</link>

		<dc:creator><![CDATA[Muhammad Azhar]]></dc:creator>
		<pubDate>Mon, 09 Oct 2017 05:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://tecmint.com/?p=195#comment-920369</guid>

					<description><![CDATA[There&#039;s any way that I can install yum packages and then just install things not go and search enable then install.]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s any way that I can install yum packages and then just install things not go and search enable then install.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: shufil		</title>
		<link>https://www.tecmint.com/install-apache-mysql-php-on-redhat-centos-fedora/comment-page-2/#comment-905146</link>

		<dc:creator><![CDATA[shufil]]></dc:creator>
		<pubDate>Thu, 03 Aug 2017 08:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://tecmint.com/?p=195#comment-905146</guid>

					<description><![CDATA[Ravi,

If am using yum conflict will come, it will install dependency all packages include apache, so am using source file .]]></description>
			<content:encoded><![CDATA[<p>Ravi,</p>
<p>If am using yum conflict will come, it will install dependency all packages include apache, so am using source file .</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-apache-mysql-php-on-redhat-centos-fedora/comment-page-2/#comment-905081</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 03 Aug 2017 06:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://tecmint.com/?p=195#comment-905081</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-apache-mysql-php-on-redhat-centos-fedora/comment-page-2/#comment-905069&quot;&gt;shufil&lt;/a&gt;.

@Shufil,

Why you compiling from source mysqli extension? just use yum to install it like this.
&lt;pre&gt;
# yum install php-mysql
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-apache-mysql-php-on-redhat-centos-fedora/comment-page-2/#comment-905069">shufil</a>.</p>
<p>@Shufil,</p>
<p>Why you compiling from source mysqli extension? just use yum to install it like this.</p>
<pre>
# yum install php-mysql
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: shufil		</title>
		<link>https://www.tecmint.com/install-apache-mysql-php-on-redhat-centos-fedora/comment-page-2/#comment-905069</link>

		<dc:creator><![CDATA[shufil]]></dc:creator>
		<pubDate>Thu, 03 Aug 2017 06:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://tecmint.com/?p=195#comment-905069</guid>

					<description><![CDATA[Thanks for the article, I have using php 5.6 with apache 2.4, i need to install mysqli extension, i have done with below commands.
&lt;pre&gt;
$ cd extname
$ phpize
$ ./configure
$ make
# make install# its seem installed correctly 
&lt;/pre&gt;
and also i have added path in &lt;strong&gt;php.ini&lt;/strong&gt;, but still its not install mysqli, &lt;strong&gt;php -i &#124; grep mysqli&lt;/strong&gt; is given mysqli with details, please help me to do correctly .]]></description>
			<content:encoded><![CDATA[<p>Thanks for the article, I have using php 5.6 with apache 2.4, i need to install mysqli extension, i have done with below commands.</p>
<pre>
$ cd extname
$ phpize
$ ./configure
$ make
# make install# its seem installed correctly 
</pre>
<p>and also i have added path in <strong>php.ini</strong>, but still its not install mysqli, <strong>php -i | grep mysqli</strong> is given mysqli with details, please help me to do correctly .</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-apache-mysql-php-on-redhat-centos-fedora/comment-page-2/#comment-843169</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 30 Nov 2016 10:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://tecmint.com/?p=195#comment-843169</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-apache-mysql-php-on-redhat-centos-fedora/comment-page-2/#comment-843148&quot;&gt;Shaun Forsyth&lt;/a&gt;.

@Shaun,

I tried ones and got the Apache 2.4, let me give a try again on my CentOS 6.8, will update you if I able to get it or not..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-apache-mysql-php-on-redhat-centos-fedora/comment-page-2/#comment-843148">Shaun Forsyth</a>.</p>
<p>@Shaun,</p>
<p>I tried ones and got the Apache 2.4, let me give a try again on my CentOS 6.8, will update you if I able to get it or not..</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
