<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 19 May 2013 07:51:24 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Christopher Kunz's Blog: Building PHP with cURL and libmysqlclient5]]></title>
      <guid>http://www.phpdeveloper.org/news/8004</guid>
      <link>http://www.phpdeveloper.org/news/8004</link>
      <description><![CDATA[<p>
In a <a href="http://www.christopher-kunz.de/archives/107-Building-PHP-with-cURL-and-libmysqlclient5.html">new blog entry</a>, <i>Christopher Kunz</i> talks about an issue he had when upgrading his MySQL version to 5.0.22 and recompiling with PHP.
</p>
<blockquote>
I ended up with the following error at make install: PHP Fatal error:  Unable to start curl module in Unknown on line 0
</blockquote>
<p>
Finding that it was a MySQL issue, he <a href="http://www.christopher-kunz.de/archives/107-Building-PHP-with-cURL-and-libmysqlclient5.html">set about</a> trying to find the issue (turned out to be a badly linked SSL library on MySQL's part). This issue is only in the MySQL binaries, though, so if you come across it you'll just need to compile MySQL by hand first, then compile PHP against it.
</p>]]></description>
      <pubDate>Fri, 08 Jun 2007 07:06:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Kunz's Blog: Building PHP with cURL and libmysqlclient5]]></title>
      <guid>http://www.phpdeveloper.org/news/5904</guid>
      <link>http://www.phpdeveloper.org/news/5904</link>
      <description><![CDATA[<p>
On his blog today, <i>Christopher Kunz</i> quickly mentions a problem that he came across when trying to install MySQL 5.0.22 with PHP 4.4.2 and cURL support. There was an unexpected result - an "Unknown" cURL error.
</p>
<blockquote>
It seems that this is indeed a MySQL issue and there is a <a href="http://bugs.php.net/bug.php?id=37434">PHP bug</a> (bogused) as well as a <a href="http://bugs.mysql.com/bug.php?id=19817">MySQL bug report</a> for the problem. There's also a <a href="http://ilia.ws/archives/118-MySQL-Binaries-and-cURLhttp-extensions-in-PHP.html">blog entry by Ilia</a> that details a possible solution. Basically, MySQL saw it fit to link their binary distribution not against OpenSSL (which is probably available on near 100% of unixoid hosts out there), but YaSSL - of which I personally never even heard.
</blockquote>
<p>
Apparently, the issue comes from the clashing of function names inside the packages, making for a world of troubles. For a solution, check out <a href="http://ilia.ws/archives/118-MySQL-Binaries-and-cURLhttp-extensions-in-PHP.html">Ilia's blog post</a> mentioned before</a>.
</p>]]></description>
      <pubDate>Mon, 31 Jul 2006 05:38:34 -0500</pubDate>
    </item>
  </channel>
</rss>
