<?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>curl Archive - Serverbiz</title>
	<atom:link href="https://www.serverbiz.de/tag/curl/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.serverbiz.de/tag/curl/</link>
	<description>vServer und Rootserver mieten</description>
	<lastBuildDate>Thu, 21 Apr 2022 20:59:02 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://www.serverbiz.de/wp-content/uploads/2022/04/cropped-serverbiz-icon-500-32x32.png</url>
	<title>curl Archive - Serverbiz</title>
	<link>https://www.serverbiz.de/tag/curl/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Debian: cURL installieren und aktivieren</title>
		<link>https://www.serverbiz.de/debian-curl-installieren-und-aktivieren/</link>
					<comments>https://www.serverbiz.de/debian-curl-installieren-und-aktivieren/#comments</comments>
		
		<dc:creator><![CDATA[Serverbiz Team]]></dc:creator>
		<pubDate>Wed, 14 Sep 2011 21:51:51 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Serveradministration]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[aktivieren]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[installieren]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[webserver]]></category>
		<guid isPermaLink="false">http://blog.europe-gaming.eu/?p=334</guid>

					<description><![CDATA[<p>HowTo: cURL mit PHP5 unter Linux Debian installieren und aktivieren Wem diese Fehlermeldung bekannt vorkommt: Fatal error: Call to undefined ... <a class="cz_readmore" href="https://www.serverbiz.de/debian-curl-installieren-und-aktivieren/"><i class="fa fa-angle-right"></i><span>Mehr lesen</span></a></p>
<p>Der Beitrag <a rel="nofollow" href="https://www.serverbiz.de/debian-curl-installieren-und-aktivieren/">Debian: cURL installieren und aktivieren</a> erschien zuerst auf <a rel="nofollow" href="https://www.serverbiz.de">Serverbiz</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3>HowTo: cURL mit PHP5 unter Linux Debian installieren und aktivieren</h3>
<p>Wem diese Fehlermeldung bekannt vorkommt:<br />
<em><strong>Fatal error: Call to undefined function curl_init() in xyz.php on line 1234</strong></em><br />
Sollte auf seinem Webserver <strong>cURL installieren</strong>. In diesem HowTo wird erklärt wie das geht.</p>
<p>Zuerst verbinden wir uns via <strong>SSH</strong> zu unserem <strong>Server</strong> und loggen uns als <em>root</em> ein und <strong>updaten</strong> unser System.</p>
<p>apt-get update &amp;amp;&amp;amp; apt-get upgrade</p>
<p>Nun kommen wir zur eigentlichen <strong>Installation von cURL</strong>, welche wir per apt-get vornehmen.</p>
<p>apt-get install php5-curl</p>
<p>Wenn cURL erfolgreich installiert wurde muss nur noch der Webserver, in diesem Beispiel <strong>apache2</strong>, neu gestartet werden.</p>
<p><span id="more-334"></span></p>
<p>/etc/init.d/apache2 stop<br />
/etc/init.d/apache2 start</p>
<p>Nun sollte cURL aktiviert und &#8222;einsatzbereit&#8220; sein. Wir können dies per <strong>phpinfo</strong> überprüfen.<br />
Dazu erstellen wir eine <strong>.php Datei</strong> mit dem Inhalt</p>
<p>phpinfo();</p>
<p>Diese rufen wir dann in unserem Browser auf: <em>http://www.deinetld.de/phpinfo.php</em></p>
<p>Wenn cURL aktiviert ist sollte das so ungefähr aussehen:</p>
<p><a href="https://www.serverbiz.de/gb_bilder/curl_test.jpg"><img decoding="async" loading="lazy" class="size-medium wp-image-335" title="cURL installieren - phpinfo" src="https://www.serverbiz.de/gb_bilder/curl_test.jpg" alt="cURL phpinfo" width="300" height="274" /></a><br />
Je nachdem, welche Module aktiviert sind kann das etwas anders aussehen.</p>
<p><em>Bei Fragen oder Problemen einfach einen Kommentar hinterlassen.</em></p>
<p>Der Beitrag <a rel="nofollow" href="https://www.serverbiz.de/debian-curl-installieren-und-aktivieren/">Debian: cURL installieren und aktivieren</a> erschien zuerst auf <a rel="nofollow" href="https://www.serverbiz.de">Serverbiz</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.serverbiz.de/debian-curl-installieren-und-aktivieren/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
