<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Compilation errors</title><link>https://sourceforge.net/p/phpfarm/wiki/Compilation%2520errors/</link><description>Recent changes to Compilation errors</description><atom:link href="https://sourceforge.net/p/phpfarm/wiki/Compilation%20errors/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 04 Aug 2014 04:29:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpfarm/wiki/Compilation%20errors/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Compilation errors page</title><link>https://sourceforge.net/p/phpfarm/wiki/Compilation%2520errors/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;For the Mysql error: The make clean line in compile.sh is commented out, so if you compiled before installing the headers, you may need to go into the php source folder and manually make clean. (&lt;a href="http://stackoverflow.com/questions/25110095/phpfarm-dropping-zlib-from-include-when-adding-mysql-support/25111717#25111717" rel="nofollow"&gt;stackoverflow thread&lt;/a&gt;)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sidney Harrell</dc:creator><pubDate>Mon, 04 Aug 2014 04:29:50 -0000</pubDate><guid>https://sourceforge.netdbd6149df71e2fdc54669938c96932537575e9c4</guid></item><item><title>WikiPage Compilation errors modified by Christian Weiske</title><link>https://sourceforge.net/p/phpfarm/wiki/Compilation%2520errors/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -21,3 +21,14 @@
 Debian 7:
 
     $ apt-get install libltdl-dev
+
+
+SSL
+===
+Happens with 5.2.17 on Debian 7:
+
+    ext/openssl/.libs/xp_ssl.o: In function `php_openssl_setup_crypto':
+    ext/openssl/xp_ssl.c:357: undefined reference to `SSLv2_server_method'
+    ext/openssl/xp_ssl.c:337: undefined reference to `SSLv2_client_method'
+
+You need the patch from [PHP bug #54736](https://bugs.php.net/bug.php?id=54736) here.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Weiske</dc:creator><pubDate>Fri, 31 Aug 2012 06:53:11 -0000</pubDate><guid>https://sourceforge.net8f5e130c79831dd6264079deca73769533bd43bf</guid></item><item><title>WikiPage Compilation errors modified by Christian Weiske</title><link>https://sourceforge.net/p/phpfarm/wiki/Compilation%2520errors/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,4 +1,4 @@
-We list common compilation error messages and their solution here.
+We list common PHP compilation error messages and their solution here.
 
 MySQL
 =====
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Weiske</dc:creator><pubDate>Fri, 31 Aug 2012 06:46:40 -0000</pubDate><guid>https://sourceforge.net4d5df0c0855dfd7e3efeacf570fad5e0451fa6ae</guid></item><item><title>WikiPage Compilation errors modified by Christian Weiske</title><link>https://sourceforge.net/p/phpfarm/wiki/Compilation%2520errors/</link><description>We list common compilation error messages and their solution here.

MySQL
=====

    configure: error: Cannot find MySQL header files under yes.

Debian 7:

    $ apt-get install libmysqlclient-dev

 

Libltdl
=======
    /usr/bin/ld: cannot find -lltdl
    collect2: error: ld returned 1 exit status
    make: *** [sapi/cgi/php-cgi] Error 1
    make failed.

Debian 7:

    $ apt-get install libltdl-dev</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Weiske</dc:creator><pubDate>Fri, 31 Aug 2012 06:37:48 -0000</pubDate><guid>https://sourceforge.net9a2ef24f8019ec84fe13b5ddd4660658be7517e7</guid></item></channel></rss>