<?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: Compiling 64-bit Apache/PHP on Mac OS X 10.5.6</title>
	<atom:link href="http://test.latko.org/?feed=rss2&#038;p=75" rel="self" type="application/rss+xml" />
	<link>http://test.latko.org/?p=75</link>
	<description>A Misanthropic Anthropoid With Something to Say</description>
	<lastBuildDate>Sun, 13 Nov 2022 02:54:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris Latko</title>
		<link>http://test.latko.org/?p=75&#038;cpage=1#comment-8653</link>
		<dc:creator>Chris Latko</dc:creator>
		<pubDate>Wed, 16 Sep 2009 02:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=75#comment-8653</guid>
		<description>This is normal. With these build instructions, you are compiling in the modules rather than loading them as shared objects. The only .so you should have is for php. </description>
		<content:encoded><![CDATA[<p>This is normal. With these build instructions, you are compiling in the modules rather than loading them as shared objects. The only .so you should have is for php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ricbax</title>
		<link>http://test.latko.org/?p=75&#038;cpage=1#comment-8636</link>
		<dc:creator>ricbax</dc:creator>
		<pubDate>Tue, 15 Sep 2009 04:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=75#comment-8636</guid>
		<description>When I compiled apache my modules folder is empty, is this normal? </description>
		<content:encoded><![CDATA[<p>When I compiled apache my modules folder is empty, is this normal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snow Leopard's Clang &#124; Dreaming Of Beetles</title>
		<link>http://test.latko.org/?p=75&#038;cpage=1#comment-8306</link>
		<dc:creator>Snow Leopard's Clang &#124; Dreaming Of Beetles</dc:creator>
		<pubDate>Thu, 03 Sep 2009 16:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=75#comment-8306</guid>
		<description>[...] At the moment, I&#8217;m pressed for time so I don&#8217;t want anything to go wrong. The 64-bit Apache/PHP tutorial is working great so far under Snow Leopard (just find the more recent version of the projects and [...]</description>
		<content:encoded><![CDATA[<p>[...] At the moment, I&#8217;m pressed for time so I don&#8217;t want anything to go wrong. The 64-bit Apache/PHP tutorial is working great so far under Snow Leopard (just find the more recent version of the projects and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dgan</title>
		<link>http://test.latko.org/?p=75&#038;cpage=1#comment-5866</link>
		<dc:creator>dgan</dc:creator>
		<pubDate>Mon, 13 Jul 2009 01:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=75#comment-5866</guid>
		<description>I have problems upgrading to any apache version with any openssl version over 0.9.7l (the default one that comes with leopard). The last lines when making and the errors are the following: 
 
/sources/httpd-2.2.11/srclib/apr/libtool --silent --mode=link gcc   -arch x86_64 -g -Os -pipe -no-cpp-precomp   -L/usr/local/lib -L/usr/local/ssl/lib  -arch x86_64 -bind_at_load -o ab  ab.lo    /sources/httpd-2.2.11/srclib/pcre/libpcre.la /sources/httpd-2.2.11/srclib/apr-util/libaprutil-1.la -lexpat -liconv /sources/httpd-2.2.11/srclib/apr/libapr-1.la -lpthread -lssl -lcrypto -lpthread 
Undefined symbols: 
  &quot;_BIO_set_callback_arg&quot;, referenced from: 
      _start_connect in ab.o 
  &quot;_BIO_get_callback_arg&quot;, referenced from: 
      _ssl_print_cb in ab.o 
  &quot;_SSL_CTX_set_info_callback&quot;, referenced from: 
      _main in ab.o 
  &quot;_BIO_set_callback&quot;, referenced from: 
      _start_connect in ab.o 
ld: symbol(s) not found 
collect2: ld returned 1 exit status 
make[2]: *** [ab] Error 1 
make[1]: *** [all-recursive] Error 1 
make: *** [all-recursive] Error 1 
 
OpenSSL (any version) were installed successfully with the following configure command: 
./configure darwin-i386-cc  
--prefix=/usr/local  
--with-zlib-lib=/usr/lib  
--with-zlib-include=/usr/include 
 
Apache failed during the make process as I said before with the following configure command: 
CC=&quot;darwin-i386-cc&quot; 
./configure --enable-layout=Darwin  
--enable-mods-shared=all  
--with-ssl=/usr  
--with-mpm=prefork  
--disable-unique-id  
--enable-ssl  
--enable-dav  
--enable-cache  
--enable-proxy  
--enable-logio  
--enable-deflate  
--with-included-apr  
--enable-cgi  
--enable-cgid  
--enable-suexec 
 
   PHP were installed successfully with the following configure command but using phpinfo (), I detected that PHP is not recognizing the new installed OpenSSL version (remains showing the bundle 0.9.7l version): 
./configure  
--prefix=/usr  
--mandir=/usr/share/man  
--infodir=/usr/share/info  
--with-apxs2=/usr/sbin/apxs  
--with-ldap=/developer/sdks/macosx10.5.sdk/usr  
--with-kerberos=/usr  
--enable-cli  
--with-zlib-dir=/usr  
--enable-exif  
--enable-ftp  
--enable-mbstring  
--enable-mbregex  
--enable-sockets  
--with-iodbc=/usr  
--with-curl=/usr  
--with-config-file-path=/etc  
--sysconfdir=/private/etc  
--with-mysql-sock=/var/mysql  
--with-mysqli=/usr/local/mysql/bin/mysql_config  
--with-mysql=/usr/local/mysql  
--with-openssl=/usr  
--with-xmlrpc  
--with-xsl=/usr  
--without-pear  
--with-libxml-dir=/usr  
--with-iconv=/usr/local  
--with-pdo-mysql=/usr/local/mysql/bin/mysql_config  
--with-jpeg-dir=/usr/  
--with-png-dir=/usr/  
--with-ttf=/usr/  
--with-freetype-dir=/usr/  
--with-t1lib=/usr/  
--enable-gd-native-ttf  
--with-xpm-dir=/usr/X11R6  
--with-mcrypt  
--with-pgsql=/Library/PostgreSQL/8.3  
--with-gd=/usr/  
--enable-maintainer-zts  
--with-mssql=/usr/ 
 
Thanks in advance for your help and hoping I can help anothers with my configuration commands </description>
		<content:encoded><![CDATA[<p>I have problems upgrading to any apache version with any openssl version over 0.9.7l (the default one that comes with leopard). The last lines when making and the errors are the following: </p>
<p>/sources/httpd-2.2.11/srclib/apr/libtool &#8211;silent &#8211;mode=link gcc   -arch x86_64 -g -Os -pipe -no-cpp-precomp   -L/usr/local/lib -L/usr/local/ssl/lib  -arch x86_64 -bind_at_load -o ab  ab.lo    /sources/httpd-2.2.11/srclib/pcre/libpcre.la /sources/httpd-2.2.11/srclib/apr-util/libaprutil-1.la -lexpat -liconv /sources/httpd-2.2.11/srclib/apr/libapr-1.la -lpthread -lssl -lcrypto -lpthread<br />
Undefined symbols:<br />
  &quot;_BIO_set_callback_arg&quot;, referenced from:<br />
      _start_connect in ab.o<br />
  &quot;_BIO_get_callback_arg&quot;, referenced from:<br />
      _ssl_print_cb in ab.o<br />
  &quot;_SSL_CTX_set_info_callback&quot;, referenced from:<br />
      _main in ab.o<br />
  &quot;_BIO_set_callback&quot;, referenced from:<br />
      _start_connect in ab.o<br />
ld: symbol(s) not found<br />
collect2: ld returned 1 exit status<br />
make[2]: *** [ab] Error 1<br />
make[1]: *** [all-recursive] Error 1<br />
make: *** [all-recursive] Error 1 </p>
<p>OpenSSL (any version) were installed successfully with the following configure command:<br />
./configure darwin-i386-cc<br />
&#8211;prefix=/usr/local<br />
&#8211;with-zlib-lib=/usr/lib<br />
&#8211;with-zlib-include=/usr/include </p>
<p>Apache failed during the make process as I said before with the following configure command:<br />
CC=&quot;darwin-i386-cc&quot;<br />
./configure &#8211;enable-layout=Darwin<br />
&#8211;enable-mods-shared=all<br />
&#8211;with-ssl=/usr<br />
&#8211;with-mpm=prefork<br />
&#8211;disable-unique-id<br />
&#8211;enable-ssl<br />
&#8211;enable-dav<br />
&#8211;enable-cache<br />
&#8211;enable-proxy<br />
&#8211;enable-logio<br />
&#8211;enable-deflate<br />
&#8211;with-included-apr<br />
&#8211;enable-cgi<br />
&#8211;enable-cgid<br />
&#8211;enable-suexec </p>
<p>   PHP were installed successfully with the following configure command but using phpinfo (), I detected that PHP is not recognizing the new installed OpenSSL version (remains showing the bundle 0.9.7l version):<br />
./configure<br />
&#8211;prefix=/usr<br />
&#8211;mandir=/usr/share/man<br />
&#8211;infodir=/usr/share/info<br />
&#8211;with-apxs2=/usr/sbin/apxs<br />
&#8211;with-ldap=/developer/sdks/macosx10.5.sdk/usr<br />
&#8211;with-kerberos=/usr<br />
&#8211;enable-cli<br />
&#8211;with-zlib-dir=/usr<br />
&#8211;enable-exif<br />
&#8211;enable-ftp<br />
&#8211;enable-mbstring<br />
&#8211;enable-mbregex<br />
&#8211;enable-sockets<br />
&#8211;with-iodbc=/usr<br />
&#8211;with-curl=/usr<br />
&#8211;with-config-file-path=/etc<br />
&#8211;sysconfdir=/private/etc<br />
&#8211;with-mysql-sock=/var/mysql<br />
&#8211;with-mysqli=/usr/local/mysql/bin/mysql_config<br />
&#8211;with-mysql=/usr/local/mysql<br />
&#8211;with-openssl=/usr<br />
&#8211;with-xmlrpc<br />
&#8211;with-xsl=/usr<br />
&#8211;without-pear<br />
&#8211;with-libxml-dir=/usr<br />
&#8211;with-iconv=/usr/local<br />
&#8211;with-pdo-mysql=/usr/local/mysql/bin/mysql_config<br />
&#8211;with-jpeg-dir=/usr/<br />
&#8211;with-png-dir=/usr/<br />
&#8211;with-ttf=/usr/<br />
&#8211;with-freetype-dir=/usr/<br />
&#8211;with-t1lib=/usr/<br />
&#8211;enable-gd-native-ttf<br />
&#8211;with-xpm-dir=/usr/X11R6<br />
&#8211;with-mcrypt<br />
&#8211;with-pgsql=/Library/PostgreSQL/8.3<br />
&#8211;with-gd=/usr/<br />
&#8211;enable-maintainer-zts<br />
&#8211;with-mssql=/usr/ </p>
<p>Thanks in advance for your help and hoping I can help anothers with my configuration commands</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BurielWebwerx</title>
		<link>http://test.latko.org/?p=75&#038;cpage=1#comment-3837</link>
		<dc:creator>BurielWebwerx</dc:creator>
		<pubDate>Wed, 20 May 2009 12:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=75#comment-3837</guid>
		<description>&lt;p&gt;Compiling 64-bit Apache/PHP on Mac OS X 10.5.6: &lt;a href=&quot;http://tr.im/lSbU&quot;&gt;http://tr.im/lSbU&lt;/a&gt; (via @clatko)&lt;/p&gt;
&lt;p&gt;&lt;i&gt;This comment was originally posted on &lt;a href=&quot;http://twitter.com/BurielWebwerx/statuses/1858770751&quot; rel=&quot;nofollow&quot;&gt;Twitter&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Compiling 64-bit Apache/PHP on Mac OS X 10.5.6: <a href="http://tr.im/lSbU">http://tr.im/lSbU</a> (via @clatko)</p>
<p><i>This comment was originally posted on <a href="http://twitter.com/BurielWebwerx/statuses/1858770751" rel="nofollow">Twitter</a></i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Compiling 64-bit Apache/PHP on Mac OS X 10.5.6 &#124; Dreaming Of Beetles &#171; DevEzine</title>
		<link>http://test.latko.org/?p=75&#038;cpage=1#comment-1594</link>
		<dc:creator>Compiling 64-bit Apache/PHP on Mac OS X 10.5.6 &#124; Dreaming Of Beetles &#171; DevEzine</dc:creator>
		<pubDate>Tue, 21 Apr 2009 23:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=75#comment-1594</guid>
		<description>[...] See the original post here: Compiling 64-bit Apache/PHP on Mac OS X 10.5.6 &#124; Dreaming Of Beetles [...]</description>
		<content:encoded><![CDATA[<p>[...] See the original post here: Compiling 64-bit Apache/PHP on Mac OS X 10.5.6 | Dreaming Of Beetles [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Latko</title>
		<link>http://test.latko.org/?p=75&#038;cpage=1#comment-1478</link>
		<dc:creator>Chris Latko</dc:creator>
		<pubDate>Sun, 19 Apr 2009 17:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=75#comment-1478</guid>
		<description>Can&#039;t verify right now, but I believe you are right.</description>
		<content:encoded><![CDATA[<p>Can&#8217;t verify right now, but I believe you are right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Cowin</title>
		<link>http://test.latko.org/?p=75&#038;cpage=1#comment-1475</link>
		<dc:creator>Tom Cowin</dc:creator>
		<pubDate>Sun, 19 Apr 2009 16:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=75#comment-1475</guid>
		<description>Following these instructions, it seems that openssl builds for i386. Wouldn&#039;t you want to add the &#039;darwin64-x86_64-cc&#039; flag to config?</description>
		<content:encoded><![CDATA[<p>Following these instructions, it seems that openssl builds for i386. Wouldn&#8217;t you want to add the &#8216;darwin64-x86_64-cc&#8217; flag to config?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ethancairns</title>
		<link>http://test.latko.org/?p=75&#038;cpage=1#comment-3838</link>
		<dc:creator>ethancairns</dc:creator>
		<pubDate>Fri, 17 Apr 2009 00:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=75#comment-3838</guid>
		<description>&lt;p&gt;@visualinventor  checkout &lt;a href=&quot;http://tinyurl.com/dmvkf8&quot;&gt;http://tinyurl.com/dmvkf8&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;This comment was originally posted on &lt;a href=&quot;http://twitter.com/ethancairns/statuses/1537946762&quot; rel=&quot;nofollow&quot;&gt;Twitter&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@visualinventor  checkout <a href="http://tinyurl.com/dmvkf8">http://tinyurl.com/dmvkf8</a></p>
<p><i>This comment was originally posted on <a href="http://twitter.com/ethancairns/statuses/1537946762" rel="nofollow">Twitter</a></i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcc</title>
		<link>http://test.latko.org/?p=75&#038;cpage=1#comment-1171</link>
		<dc:creator>jcc</dc:creator>
		<pubDate>Tue, 14 Apr 2009 05:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=75#comment-1171</guid>
		<description>When i compile php 5-2.9 get the error

checking for MySQL UNIX socket location... no
checking for mysql_close in -lmysqlclient... no
checking for mysql_error in -lmysqlclient... no
configure: error: mysql configure failed. Please check config.log for more information.</description>
		<content:encoded><![CDATA[<p>When i compile php 5-2.9 get the error</p>
<p>checking for MySQL UNIX socket location&#8230; no<br />
checking for mysql_close in -lmysqlclient&#8230; no<br />
checking for mysql_error in -lmysqlclient&#8230; no<br />
configure: error: mysql configure failed. Please check config.log for more information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
