<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>DIYMacServer Topic: Error on Apache make</title>
<link>http://diymacserver.com/forum/</link>
<description>DIYMacServer Topic: Error on Apache make</description>
<language>en</language>
<pubDate>Fri, 30 Jul 2010 05:41:12 +0000</pubDate>

<item>
<title>richard on "Error on Apache make"</title>
<link>http://diymacserver.com/forum/topic/error-on-apache-make#post-652</link>
<pubDate>Sat, 11 Apr 2009 19:56:21 +0000</pubDate>
<dc:creator>richard</dc:creator>
<guid isPermaLink="false">652@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Could be many things. Can you mail me your config.log (diymacserver at gmail.com) and soem more of the output that cam before the error. Also tell me which version of Mac OS X and if you are on a PPC or intel box.
&#60;/p&#62;</description>
</item>
<item>
<title>jc1782 on "Error on Apache make"</title>
<link>http://diymacserver.com/forum/topic/error-on-apache-make#post-650</link>
<pubDate>Sat, 11 Apr 2009 04:26:58 +0000</pubDate>
<dc:creator>jc1782</dc:creator>
<guid isPermaLink="false">650@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;When I type in make it gives me this error at the end&#60;br /&#62;
make[3]: *** [libapr-1.la] Error 1&#60;br /&#62;
make[2]: *** [all-recursive] Error 1&#60;br /&#62;
make[1]: *** [all-recursive] Error 1&#60;br /&#62;
make: *** [all-recursive] Error 1&#60;/p&#62;
&#60;p&#62;does any one know how to fix this?
&#60;/p&#62;</description>
</item>
<item>
<title>yudixue on "Error on Apache make"</title>
<link>http://diymacserver.com/forum/topic/error-on-apache-make#post-452</link>
<pubDate>Thu, 20 Mar 2008 06:02:18 +0000</pubDate>
<dc:creator>yudixue</dc:creator>
<guid isPermaLink="false">452@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;The openssl in macport management has been annoying and it's the same version with the openssl that comes with Leopard. The only reason I have it&#60;br /&#62;
is that macport needed it to build an outdated wget. I've uninstalled both of them and build the latest wget to /usr/local, so the 'which openssl' returns the original&#60;br /&#62;
'/usr/bin/openssl'&#60;/p&#62;
&#60;p&#62;I have modified the --with-ssl part to '--with-ssl=/usr/include/openssl \' , and the make part is successful. Before I start sudo make install and work on the buggy SSL,&#60;br /&#62;
I want to thank you for your help.&#60;/p&#62;
&#60;p&#62;Besides, I have emailed the new config.log to your email just in case.
&#60;/p&#62;</description>
</item>
<item>
<title>richard on "Error on Apache make"</title>
<link>http://diymacserver.com/forum/topic/error-on-apache-make#post-451</link>
<pubDate>Wed, 19 Mar 2008 20:47:19 +0000</pubDate>
<dc:creator>richard</dc:creator>
<guid isPermaLink="false">451@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Thanks for mailing. There is an issue with Leopard and Apache 2.2.8, more about that here: &#60;a href=&#34;http://diymacserver.com/2008/02/18/update-on-apache-228-and-mod_ssl/&#34; rel=&#34;nofollow&#34;&#62;http://diymacserver.com/2008/02/18/update-on-apache-228-and-mod_ssl/&#60;/a&#62; and the bug: &#60;a href=&#34;https://issues.apache.org/bugzilla/show_bug.cgi?id=44384.&#34; rel=&#34;nofollow&#34;&#62;https://issues.apache.org/bugzilla/show_bug.cgi?id=44384.&#60;/a&#62; In short it has to do with the libtool.&#60;/p&#62;
&#60;p&#62;The config.log you send is trying to reference the include files in the /usr directory and finds the default installation. If you change the location of the openssl stuff in the ./configure statement you might be able to solve the issue.&#60;/p&#62;
&#60;p&#62;Let me know how you get on.
&#60;/p&#62;</description>
</item>
<item>
<title>yudixue on "Error on Apache make"</title>
<link>http://diymacserver.com/forum/topic/error-on-apache-make#post-450</link>
<pubDate>Tue, 18 Mar 2008 21:19:36 +0000</pubDate>
<dc:creator>yudixue</dc:creator>
<guid isPermaLink="false">450@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;the config.log has been sent to your email, thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>richard on "Error on Apache make"</title>
<link>http://diymacserver.com/forum/topic/error-on-apache-make#post-449</link>
<pubDate>Tue, 18 Mar 2008 20:26:38 +0000</pubDate>
<dc:creator>richard</dc:creator>
<guid isPermaLink="false">449@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Could you tell me which version of apache you are trying to install ? 2.2.8 still has issues with SSL.
&#60;/p&#62;</description>
</item>
<item>
<title>yudixue on "Error on Apache make"</title>
<link>http://diymacserver.com/forum/topic/error-on-apache-make#post-448</link>
<pubDate>Tue, 18 Mar 2008 06:14:15 +0000</pubDate>
<dc:creator>yudixue</dc:creator>
<guid isPermaLink="false">448@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi there, &#60;/p&#62;
&#60;p&#62;I have followed this post &#60;a href=&#34;http://diymacserver.com/2007/11/17/compiling-apache-on-leopard/&#34; rel=&#34;nofollow&#34;&#62;http://diymacserver.com/2007/11/17/compiling-apache-on-leopard/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, I got error from executing make:&#60;/p&#62;
&#60;p&#62;Undefined symbols:&#60;br /&#62;
  &#34;_BIO_set_callback_arg&#34;, referenced from:&#60;br /&#62;
      _start_connect in ab.o&#60;br /&#62;
  &#34;_BIO_get_callback_arg&#34;, referenced from:&#60;br /&#62;
      _ssl_print_cb in ab.o&#60;br /&#62;
  &#34;_SSL_CTX_set_info_callback&#34;, referenced from:&#60;br /&#62;
      _main in ab.o&#60;br /&#62;
  &#34;_BIO_set_callback&#34;, referenced from:&#60;br /&#62;
      _start_connect in ab.o&#60;/p&#62;
&#60;p&#62;I have been poking around net and a couple of guys have same problem I had, but no solution has been posted.&#60;/p&#62;
&#60;p&#62;Can anyone help? thanks a lot!&#60;/p&#62;
&#60;p&#62;Yudi
&#60;/p&#62;</description>
</item>

</channel>
</rss>
