<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Control WebPanel Wiki &#187; Curl Update</title>
	<atom:link href="http://wiki.centos-webpanel.com/tag/curl-update/feed" rel="self" type="application/rss+xml" />
	<link>http://wiki.centos-webpanel.com</link>
	<description>CentOS WebPanel Wiki</description>
	<lastBuildDate>Wed, 12 Feb 2025 20:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Update CURL to Latest version in CentOS</title>
		<link>http://wiki.centos-webpanel.com/update-curl-to-latest-version-in-centos</link>
		<comments>http://wiki.centos-webpanel.com/update-curl-to-latest-version-in-centos#comments</comments>
		<pubDate>Fri, 24 Mar 2023 06:52:20 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Curl Update]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=1838</guid>
		<description><![CDATA[To update to the latest version of CURL running the CWP7 server, follow the steps below. First stop the future updates via yum/dnf package manager, if you skip this step then after each update of curl from the base repo you need to rebuild curl Centos 7 /EL7 : cat /etc/yum.conf &#124;grep "^exclude="&#124;grep kernel 1&#62; [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>To update to the latest version of CURL running the CWP7 server, follow the steps below.</p>
<h3>First stop the future updates via yum/dnf package manager, if you skip this step then after each update of curl from the base repo you need to rebuild curl</h3>
<p><strong>Centos 7 /EL7 :</strong></p>
<pre>cat /etc/yum.conf |grep "^exclude="|grep kernel 1&gt; /dev/null 2&gt; /dev/null || echo 'exclude=curl* libcurl*' &gt;&gt; /etc/yum.conf
</pre>
<p><strong>Centos 8 stream /EL8 :</strong></p>
<pre>cat /etc/dnf.conf |grep "^exclude="|grep kernel 1&gt; /dev/null 2&gt; /dev/null || echo 'exclude=curl* libcurl*' &gt;&gt; /etc/dnf.conf
</pre>
<h3><strong>Now you need to install dependencies to build curl and libcurl:</strong></h3>
<p><strong>Centos 7 /EL7 :</strong></p>
<pre>yum install libssh libssh-devel libnghttp2-devel libnghttp2 libgsasl libgsasl-devel zstd libzstd-devel libzstd brotli brotli-devel libbrotli 
</pre>
<p><strong>Centos 8 stream /EL8 :</strong></p>
<pre>dnf install libssh libssh-devel libnghttp2-devel libnghttp2 libgsasl libgsasl-devel zstd libzstd-devel libzstd brotli brotli-devel libbrotli 
</pre>
<h3><strong>After you've installed the dependencies build CURL from the source :</strong></h3>
<pre>cd /usr/local/src
rm -rf curl*
wget https://curl.se/download/curl-7.88.0.zip
unzip curl-7.88.0.zip
cd curl-7.88.0
./configure --with-ssl --with-zlib --with-gssapi --enable-ldap --enable-ldaps --with-libssh --with-nghttp2
make
make install
</pre>
<p><strong>After the successful build check the cURL version :</strong></p>
<pre>curl -V
</pre>
]]></content:encoded>
			<wfw:commentRss>http://wiki.centos-webpanel.com/update-curl-to-latest-version-in-centos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
