<?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>beer planet &#187; error</title>
	<atom:link href="http://beerpla.net/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://beerpla.net</link>
	<description>where things have nothing to do with beer - tutorials, tips, how-tos, thoughts, hacks, and other techy nonsense</description>
	<lastBuildDate>Tue, 27 Jul 2010 04:25:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom:link rel='hub' href='http://beerpla.net/?pushpress=hub'/>
		<item>
		<title>How To Fix Intermittent MySQL Errcode 13 Errors On Windows</title>
		<link>http://beerpla.net/2010/01/05/how-to-fix-intermittent-mysql-errcode-13-errors-on-windows/</link>
		<comments>http://beerpla.net/2010/01/05/how-to-fix-intermittent-mysql-errcode-13-errors-on-windows/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 10:49:33 +0000</pubDate>
		<dc:creator>Artem Russakovskii</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[13]]></category>
		<category><![CDATA[errcode]]></category>
		<category><![CDATA[errcode 13]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[mcafee]]></category>
		<category><![CDATA[microsoft security essentials]]></category>
		<category><![CDATA[myd]]></category>
		<category><![CDATA[myi]]></category>
		<category><![CDATA[myisam]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://beerpla.net/2010/01/05/how-to-fix-intermittent-mysql-errcode-13-errors-on-windows/</guid>
		<description><![CDATA[<p><img style="margin: 0px 10px 10px 0px; display: inline" title="13" alt="13" align="left" src="http://beerpla.net/wp-content/uploads/HowToFixIntermittentMySQLErrcode13Errors_1A77/image.png" width="150" height="150" /> </p>
<h2>The Problem</h2>
<p>I&#039;ve had MySQL on my Windows 7 laptop for a bit (as part of <a href="http://www.wampserver.com/en/" rel="nofollow">wampserver</a>), mostly for local offline WordPress development.</p>
<p>However, even though MySQL is relatively stable, I&#039;ve been observing a vast quantity of intermittent MySQL errors, as reported by WordPress in the PHP error log (C:\wamp\logs\php_error.log). Here are some examples:</p>
<div class="wp_syntax"><div class="code"><pre>[05-Jan-2010 09:47:51] WordPress database error Error on delete of
'C:\Windows\TEMP\#sql17e0_1a2_6.MYD' (Errcode: 13) for query SELECT t.*, tt.*
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id =
tt.term_taxonomy_id WHERE tt.taxonomy</pre></div></div><p>...<div class=clear></div> <a href="http://beerpla.net/2010/01/05/how-to-fix-intermittent-mysql-errcode-13-errors-on-windows/" class="read_more"><div class=excerpt-end>Read the rest of this article &#187;</div></a></p>]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 0px 10px 10px 0px; display: inline" title="13" alt="13" align="left" src="http://beerpla.net/wp-content/uploads/HowToFixIntermittentMySQLErrcode13Errors_1A77/image.png" width="150" height="150" /> </p>
<h2>The Problem</h2>
<p>I&#039;ve had MySQL on my Windows 7 laptop for a bit (as part of <a href="http://www.wampserver.com/en/" rel="nofollow">wampserver</a>), mostly for local offline WordPress development.</p>
<p>However, even though MySQL is relatively stable, I&#039;ve been observing a vast quantity of intermittent MySQL errors, as reported by WordPress in the PHP error log (C:\wamp\logs\php_error.log). Here are some examples:</p>
<div class="wp_syntax"><div class="code"><pre>[05-Jan-2010 09:47:51] WordPress database error Error on delete of
'C:\Windows\TEMP\#sql17e0_1a2_6.MYD' (Errcode: 13) for query SELECT t.*, tt.*
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id =
tt.term_taxonomy_id WHERE tt.taxonomy IN ('category') AND tr.object_id IN (3)
ORDER BY t.name ASC made by require, require_once, include, get_footer,
locate_template, load_template, require_once, dynamic_sidebar,
call_user_func_array, widget_rrm_recent_posts, RecentPosts-&gt;execute,
ppl_expand_template, otf_categorylinks, get_the_category, wp_get_object_terms
&nbsp;
[05-Jan-2010 09:50:42] WordPress database error Error on delete of
'C:\Windows\TEMP\#sql17e0_1b0_0.MYD' (Errcode: 13) for query  SELECT
SQL_CALC_FOUND_ROWS  wp_posts.* FROM wp_posts  INNER JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id) INNER JOIN wp_term_taxonomy ON
(wp_term_relationships.term_taxonomy_id = wp_term_taxonomy.term_taxonomy_id)
WHERE 1=1  AND wp_term_taxonomy.taxonomy = 'category' AND
wp_term_taxonomy.term_id IN ('3') AND wp_posts.post_type = 'post' AND
(wp_posts.post_status = 'publish' OR wp_posts.post_status = 'private') GROUP BY
wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 10 made by require, wp,
WP-&gt;main, WP-&gt;query_posts, WP_Query-&gt;query, WP_Query-&gt;get_posts</pre></div></div>
<p>The important part here is &quot;Errcode: 13&quot;, which is a file access error. The MySQL daemon process (mysqld.exe) randomly cannot access temporary tables it itself creates, which causes these errors and failed queries. </p>
<h2>Digging Around</h2>
<p>After looking around and finding nothing obvious, I tracked down a few forum posts mentioning the same issue.</p>
<p>Here is the gist &#8211; the problem is caused by an anti-virus program that is clearly not working properly.</p>
<p>The one mentioned on the forums is McAfee (big surprise, right? McAfee is a piece of junk &#8211; probably the worst anti-virus I&#039;ve ever tried). In my case, however, it was the recently installed freeware security program from Microsoft called <a href="http://www.microsoft.com/Security_Essentials/" rel="nofollow">Microsoft Security Essentials</a>, highly praised but problematic in this case nonetheless.</p>
<p>After thinking about it, I am confident that these security programs don&#039;t actually purposely prohibit access to the files MySQL creates. Instead, they lock these files for the duration of the check, so that the system doesn&#039;t get infected before they are approved. If you notice, the problems are related to temporary tables, created by MySQL on the fly. MySQL probably has a very short access timeout for these files, for performance reasons, and because it doesn&#039;t get this access fast enough, it considers it a failure (file deletions are failing, as you can see in the log).</p>
<h2>The Solution</h2>
<p>Now onto fixing the problem. The solution is to have Microsoft Security Essentials, in my case, or whatever your security program may be ignore these files.</p>
<p>You can block the whole Temp directory from being checked. It is not a good idea, as viruses can trickle down to that location and bypass your anti-virus:</p>
<p><a href="http://beerpla.net/wp-content/uploads/HowToFixIntermittentMySQLErrcode13Errors_1A77/image_3.png" class="lightview" rel="gallery[1313]" title="Ignore Windows Temp dir in Microsoft Security Essentials"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Ignore Windows Temp dir in Microsoft Security Essentials" alt="Ignore Windows Temp dir in Microsoft Security Essentials" src="http://beerpla.net/wp-content/uploads/HowToFixIntermittentMySQLErrcode13Errors_1A77/image_thumb.png" width="700" height="545" /></a> </p>
<p>Instead, you should just ignore by file extension: *.MYI and *.MYD. MySQL uses files with these extensions for its MyISAM table types. Using this approach is obviously safer as it doesn&#039;t single out a directory and instead targets specific files:</p>
<p><a href="http://beerpla.net/wp-content/uploads/HowToFixIntermittentMySQLErrcode13Errors_1A77/image_4.png" class="lightview" rel="gallery[1313]" title="Ignore *.MYI and *.MYD in Microsoft Security Essentials"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Ignore *.MYI and *.MYD in Microsoft Security Essentials" alt="Ignore *.MYI and *.MYD in Microsoft Security Essentials" src="http://beerpla.net/wp-content/uploads/HowToFixIntermittentMySQLErrcode13Errors_1A77/image_thumb_3.png" width="700" height="545" /></a></p>
<p>After I applied either of these exclusions, all MySQL Error 13 problems went away immediately.</p>
<h2>Conclusion</h2>
<p>The intermittent Error 13 problem on Windows is caused by 2 otherwise legitimate processes which, when mixed together, end up breaking MySQL.</p>
<p>Is this entirely the fault of the antivirus programs? Inadvertently, perhaps so.</p>
<p>Could MySQL be a bit smarter in this scenario? Perhaps so as well.</p>
<p>What do you, MySQL pros, think?</p>
<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+To+Fix+Intermittent+MySQL+Errcode+13+Errors+On+Windows+-+http://bit.ly/cJxOPu&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://beerpla.net/2010/01/05/how-to-fix-intermittent-mysql-errcode-13-errors-on-windows/&amp;t=How+To+Fix+Intermittent+MySQL+Errcode+13+Errors+On+Windows" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://beerpla.net/2010/01/05/how-to-fix-intermittent-mysql-errcode-13-errors-on-windows/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://beerpla.net/2010/01/05/how-to-fix-intermittent-mysql-errcode-13-errors-on-windows/&amp;t=How+To+Fix+Intermittent+MySQL+Errcode+13+Errors+On+Windows" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://beerpla.net/2010/01/05/how-to-fix-intermittent-mysql-errcode-13-errors-on-windows/&amp;title=How+To+Fix+Intermittent+MySQL+Errcode+13+Errors+On+Windows" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://beerpla.net/2010/01/05/how-to-fix-intermittent-mysql-errcode-13-errors-on-windows/&amp;title=How+To+Fix+Intermittent+MySQL+Errcode+13+Errors+On+Windows" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://beerpla.net/2010/01/05/how-to-fix-intermittent-mysql-errcode-13-errors-on-windows/&amp;title=How+To+Fix+Intermittent+MySQL+Errcode+13+Errors+On+Windows" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://beerpla.net/2010/01/05/how-to-fix-intermittent-mysql-errcode-13-errors-on-windows/&amp;title=How+To+Fix+Intermittent+MySQL+Errcode+13+Errors+On+Windows" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22How%20To%20Fix%20Intermittent%20MySQL%20Errcode%2013%20Errors%20On%20Windows%22&amp;body=Link: http://beerpla.net/2010/01/05/how-to-fix-intermittent-mysql-errcode-13-errors-on-windows/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %20%20%20The%20Problem%20%20I%27ve%20had%20MySQL%20on%20my%20Windows%207%20laptop%20for%20a%20bit%20%28as%20part%20of%20wampserver%29%2C%20mostly%20for%20local%20offline%20Wordpress%20development.%20%20However%2C%20even%20though%20MySQL%20is%20relatively%20stable%2C%20I%27ve%20been%20observing%20a%20vast%20quantity%20of%20intermittent%20MySQL%20errors%2C%20as%20reported%20by%20Wordpress%20in%20the%20PHP%20error%20log%20%28" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
Similar Posts:<ul><li><a href="http://beerpla.net/2010/03/21/how-to-diagnose-and-fix-incorrect-post-comment-counts-in-wordpress/" rel="bookmark" title="March 21, 2010">How To Diagnose And Fix Incorrect Post Comment Counts In WordPress</a></li>
<li><a href="http://beerpla.net/2008/04/15/mysql-conference-liveblogging-explain-demystified-tuesday-200p/" rel="bookmark" title="April 15, 2008">MySQL Conference Liveblogging: EXPLAIN Demystified (Tuesday 2:00PM)</a></li>
<li><a href="http://beerpla.net/2009/02/17/swapping-column-values-in-mysql/" rel="bookmark" title="February 17, 2009">Swapping Column Values in MySQL</a></li>
<li><a href="http://beerpla.net/2008/04/16/mysql-conference-liveblogging-benchmarking-tools-wednesday-425pm/" rel="bookmark" title="April 16, 2008">MySQL Conference Liveblogging: Benchmarking Tools (Wednesday 4:25PM)</a></li>
<li><a href="http://beerpla.net/2009/05/11/mysql-deletingupdating-rows-common-to-2-tables-speed-and-slave-lag-considerations/" rel="bookmark" title="May 11, 2009">[MySQL] Deleting/Updating Rows Common To 2 Tables &#8211; Speed And Slave Lag Considerations</a></li>
</ul><!-- Similar Posts took 7.594 ms --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://beerpla.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://beerpla.net/2010/01/05/how-to-fix-intermittent-mysql-errcode-13-errors-on-windows/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How To Fix Palm Pre&#039;s &quot;Error Sending Mail&quot; Problem</title>
		<link>http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/</link>
		<comments>http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 23:53:37 +0000</pubDate>
		<dc:creator>Artem Russakovskii</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[incoming]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[outgoing]]></category>
		<category><![CDATA[palm]]></category>
		<category><![CDATA[POP]]></category>
		<category><![CDATA[pop3]]></category>
		<category><![CDATA[pre]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[solution]]></category>
		<guid isPermaLink="false">http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/</guid>
		<description><![CDATA[<h2><a href="http://beerpla.net/wp-content/uploads/HowToFixPalmPresErrorSendingMailProblem_AA8/image_4.png" class="lightview" rel="gallery[1090]" title="image"><img style="margin: 0px 15px 15px 0px; display: inline" title="image" alt="image" align="left" src="http://beerpla.net/wp-content/uploads/HowToFixPalmPresErrorSendingMailProblem_AA8/image_thumb_4.png" width="200" height="300" /></a>The Problem</h2>
<p>My fiancée Emilie has had her Palm Pre for about 2 weeks now, and one specific problem that started showing up last week has been incredibly annoying, causing us all kinds of trouble.</p>
<p>After Emilie got the phone, she added 3 email accounts &#8211; Gmail, Hotmail, and Yahoo. One day, after sending an email through the Pre, a popup showed up that said &#34;Error sending&#34; followed by the subject of that specific email. Swiping the error away didn&#039;t help &#8211; it just came back 5 minutes later. In fact, it has been coming back every 5 minutes of...<div class=clear></div> <a href="http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/" class="read_more"><div class=excerpt-end>Read the rest of this article &#187;</div></a></p>]]></description>
			<content:encoded><![CDATA[<h2><a href="http://beerpla.net/wp-content/uploads/HowToFixPalmPresErrorSendingMailProblem_AA8/image_4.png" class="lightview" rel="gallery[1090]" title="image"><img style="margin: 0px 15px 15px 0px; display: inline" title="image" alt="image" align="left" src="http://beerpla.net/wp-content/uploads/HowToFixPalmPresErrorSendingMailProblem_AA8/image_thumb_4.png" width="200" height="300" /></a>The Problem</h2>
<p>My fiancée Emilie has had her Palm Pre for about 2 weeks now, and one specific problem that started showing up last week has been incredibly annoying, causing us all kinds of trouble.</p>
<p>After Emilie got the phone, she added 3 email accounts &#8211; Gmail, Hotmail, and Yahoo. One day, after sending an email through the Pre, a popup showed up that said &quot;Error sending&quot; followed by the subject of that specific email. Swiping the error away didn&#039;t help &#8211; it just came back 5 minutes later. In fact, it has been coming back every 5 minutes of every day since, lighting up the screen each time. Thus, not only it was annoying, but it was running down the battery like crazy &#8211; a full charge lasted between 1/2 and 3/4 of the day with very mild usage.</p>
<p>I deleted the problematic message from the Outbox a long time ago. The error didn&#039;t disappear and kept popping up. Additionally, whichever Outbox clicking on the annoying popup led to was having trouble refreshing, even though it wouldn&#039;t display what the error actually was &#8211; just a yellow exclamation sign would show up. Refreshing the folder didn&#039;t help and would take an unusually long time.</p>
<p>Well, finally, I got sick of waiting for Palm to update its OS with possible fixes and set out to find one myself.</p>
<p>Turns out a ton of people are having the same issue, as evident in all Palm Pre forums. For example, <a href="http://forums.palm.com/palm/board/message?board.id=wireless_email&amp;thread.id=8394&amp;view=by_date_ascending&amp;page=1" rel="nofollow">Palm.com forum</a> or <a href="http://forums.precentral.net/webos-synergy-synchronization/183313-error-sending-email.html" rel="nofollow">Precentral.net forum</a>. I really didn&#039;t like the common suggestion to delete and re-add the problematic account because</p>
<ul>
<li>that just most likely temporarily pushes the problem back as I&#039;m sure it would come back again to haunt me </li>
<li>this could potentially erase or disconnect all contacts associated with that account </li>
<li>my engineering mind would be left puzzled </li>
<li>I wasn&#039;t sure which account was having the problem (later it turned out the culprit was Yahoo) </li>
</ul>
<p>Surprisingly, I found <a href="http://answers.yahoo.com/question/index?qid=20090624085549AAWWP7n" rel="nofollow">the clue</a> that led me to the solution on Yahoo Answers &#8211; yeah, that place where nothing intelligent is allowed to exist (with certain <a href="http://imgur.com/mCUfG.jpg" class="lightview" rel="gallery[1090]" rel="nofollow">exceptions</a>).</p>
<h2>The Solution</h2>
<p>To make a long story short, Pre messed up Yahoo&#039;s outgoing mail settings. My particular problem was the SMTP (that&#039;s the <strong><em>outgoing</em> </strong>mail server) port was set to 995, which is in fact an <strong><em>incoming</em></strong> POP3 mail server port. I don&#039;t know how it happened or if it even worked in the first place but the fact is: the right outgoing port for secure (SSL) SMTP connections is 465. Also, for some reason the SMTP username was blank but the password was filled in. WTF, Pre?</p>
<p>When I changed SMTP port to 465 and entered the username, as specified in that <a href="http://answers.yahoo.com/question/index?qid=20090624085549AAWWP7n" rel="nofollow">Yahoo Answers post</a> (without the @yahoo.com part), the error message went away and the Outbox refreshed just fine. BTW, my Pre has the incoming mail server set to POP3, while the Yahoo Answers post was set to IMAP &#8211; again, why the differences? I&#039;d frankly prefer IMAP anyway.</p>
<p>To get to your mail account settings, open up your email application, go to the <em>Email</em> menu in Pre&#039;s top left corner, tap <em>Preferences &amp; Accounts</em>, then tap the offending account, scroll down, and tap Change Login Settings. When you are done, just swipe back (half swipe from right to left in the gesture area). Here&#039;s a handy screenshot I took of the relevant area:</p>
<p align="center"><a href="http://beerpla.net/wp-content/uploads/HowToFixPalmPresErrorSendingMailProblem_AA8/image.png" class="lightview" rel="gallery[1090]" title="image"><img style="display: inline; margin-left: 0px; margin-right: 0px" title="image" alt="image" src="http://beerpla.net/wp-content/uploads/HowToFixPalmPresErrorSendingMailProblem_AA8/image_thumb.png" width="200" height="301" /></a> -&gt; <a href="http://beerpla.net/wp-content/uploads/HowToFixPalmPresErrorSendingMailProblem_AA8/image_3.png" class="lightview" rel="gallery[1090]" title="image"><img style="display: inline; margin-left: 0px; margin-right: 0px" title="image" alt="image" src="http://beerpla.net/wp-content/uploads/HowToFixPalmPresErrorSendingMailProblem_AA8/image_thumb_3.png" width="200" height="299" /></a></p>
<p><div class="note"><div class="notetip">Confused by all the technical definitions, like SMTP, IMAP, POP3, SSL, incoming and outgoing accounts? Have a look at <a href="http://www.emailaddressmanager.com/tips/mail-servers.html" rel="nofollow">this helpful FAQ page</a>, hopefully it&#039;ll clear things up.</p>
<p>In the meantime, here&#039;s a handy excerpt with port numbers for various connection and server types:</p>
<p>
<ul>POP3 &#8211; port <strong>110</strong></ul>
<ul>IMAP &#8211; port <strong>143</strong></ul>
<ul>SMTP &#8211; port <strong>25</strong></ul>
<ul>HTTP &#8211; port <strong>80</strong></ul>
<ul>Secure SMTP (SSMTP) &#8211; port <strong>465</strong></ul>
<ul>Secure IMAP (IMAP4-SSL) &#8211; port <strong>585</strong></ul>
<ul>IMAP4 over SSL (IMAPS) &#8211; port <strong>993</strong></ul>
<ul>Secure POP3 (SSL-POP) &#8211; port <strong>995</strong></ul>
<p> </div></div></p>
<p>If you are experiencing the same symptoms, check ALL your mail settings, not just the ones I mentioned. Who knows what else your Pre may have messed up?</p>
<p><strong>Update:</strong> if you are having trouble sending your mail while on WiFi only, it is possible that your router is blocking the needed ports. Try to edit the router configuration and open the ports used by your Pre&#039;s mail configuration &#8211; hopefully the problem will be solved.</p>
<h2>Conclusion</h2>
<p>Palm, are you hearing us? We are not happy with the bugs and the unhelpful error messages (or lack thereof altogether)! <a href="http://kb.palm.com/wps/portal/kb/na/pre/p100eww/sprint/solutions/article/50607_en.html" rel="nofollow">3 measly updates</a> in the last 2 months is quite pathetic. I hope you are working on a much bigger update behind the scenes.</p>
<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+To+Fix+Palm+Pre%27s+%26quot%3BError+Sending+Mail%26quot%3B+Problem+-+http://bit.ly/d5Q4cy&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/&amp;t=How+To+Fix+Palm+Pre%27s+%26quot%3BError+Sending+Mail%26quot%3B+Problem" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/&amp;t=How+To+Fix+Palm+Pre%27s+%26quot%3BError+Sending+Mail%26quot%3B+Problem" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/&amp;title=How+To+Fix+Palm+Pre%27s+%26quot%3BError+Sending+Mail%26quot%3B+Problem" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/&amp;title=How+To+Fix+Palm+Pre%27s+%26quot%3BError+Sending+Mail%26quot%3B+Problem" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/&amp;title=How+To+Fix+Palm+Pre%27s+%26quot%3BError+Sending+Mail%26quot%3B+Problem" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/&amp;title=How+To+Fix+Palm+Pre%27s+%26quot%3BError+Sending+Mail%26quot%3B+Problem" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22How%20To%20Fix%20Palm%20Pre%27s%20%26quot%3BError%20Sending%20Mail%26quot%3B%20Problem%22&amp;body=Link: http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A The%20Problem%20%20My%20fianc%C3%A9e%20Emilie%20has%20had%20her%20Palm%20Pre%20for%20about%202%20weeks%20now%2C%20and%20one%20specific%20problem%20that%20started%20showing%20up%20last%20week%20has%20been%20incredibly%20annoying%2C%20causing%20us%20all%20kinds%20of%20trouble.%20%20After%20Emilie%20got%20the%20phone%2C%20she%20added%203%20email%20accounts%20-%20Gmail%2C%20Hotmail%2C%20and%20Yahoo.%20One%20day%2C%20after%20se" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
Similar Posts:<ul><li><a href="http://beerpla.net/2009/11/26/how-i-doubled-my-android-phones-htc-hero-battery-life-or-just-how-much-email-polling-affects-your-battery/" rel="bookmark" title="November 26, 2009">How I Doubled My Android Phone&#039;s (HTC Hero) Battery Life or Just How Much Email Polling Affects Your Battery</a></li>
<li><a href="http://beerpla.net/2008/06/14/top-10-reasons-why-digsby-rocks-or-why-you-should-try-digsby-right-now/" rel="bookmark" title="June 14, 2008">Top 10 Reasons Why Digsby ROCKS</a></li>
<li><a href="http://beerpla.net/2009/08/17/2-gmail-tricks-i-bet-you-didnt-know-about/" rel="bookmark" title="August 17, 2009">2 Gmail Tricks I Bet You Didn&#039;t Know About</a></li>
<li><a href="http://beerpla.net/2010/02/03/how-not-to-implement-a-web-application-that-handles-external-authentication-using-betwittered-com-as-an-example/" rel="bookmark" title="February 3, 2010">How *Not* To Implement A Web Application That Handles External Authentication, Using BeTwittered.com As An Example</a></li>
<li><a href="http://beerpla.net/2009/05/18/how-to-fix-redrawing-problems-in-your-vnc/" rel="bookmark" title="May 18, 2009">How To Fix Redrawing Problems In Your VNC</a></li>
</ul><!-- Similar Posts took 9.680 ms --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://beerpla.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>How To Properly Set SVN svn:externals Property In SVN Command Line</title>
		<link>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/</link>
		<comments>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 02:01:26 +0000</pubDate>
		<dc:creator>Artem Russakovskii</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[externals]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[propget]]></category>
		<category><![CDATA[propset]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[svn:externals]]></category>
		<guid isPermaLink="false">http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/</guid>
		<description><![CDATA[<h2>Introduction</h2>
<p>Every time I have to deal with <a href="http://svnbook.red-bean.com/en/1.0/ch07s03.html" rel="nofollow">svn:externals</a> in SVN, I forget the command line syntax. Every single damn time. Normally, I use SVN GUI clients, such as <a href="http://www.smartsvn.com/" rel="nofollow">SmartSVN</a>, which make it very simple to add an svn:externals property. But for command line, it always takes looking at 25 different sites on google, which are all incredibly unhelpful for this question for some reason. Trying &#34;svn help propset&#34; on the command line was bloated and equally useless.</p>
<p>So this time I needed to write it down and make sure everyone who needed help with svn:externals...<div class=clear></div> <a href="http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/" class="read_more"><div class=excerpt-end>Read the rest of this article &#187;</div></a></p>]]></description>
			<content:encoded><![CDATA[<h2>Introduction</h2>
<p>Every time I have to deal with <a href="http://svnbook.red-bean.com/en/1.0/ch07s03.html" rel="nofollow">svn:externals</a> in SVN, I forget the command line syntax. Every single damn time. Normally, I use SVN GUI clients, such as <a href="http://www.smartsvn.com/" rel="nofollow">SmartSVN</a>, which make it very simple to add an svn:externals property. But for command line, it always takes looking at 25 different sites on google, which are all incredibly unhelpful for this question for some reason. Trying &quot;svn help propset&quot; on the command line was bloated and equally useless.</p>
<p>So this time I needed to write it down and make sure everyone who needed help with svn:externals would find exactly what they need here. I hope this page will soon come up on top of all the unhelpful results on google for &quot;propset svn:externals&quot; and other related queries.</p>
<h2>The Problem</h2>
<p>I want to set a simple svn:externals property in one of my project&#039;s directories, lets say &#039;plugins&#039; (talking about WordPress here). The outcome would be a directory called &#039;akismet&#039; within &#039;plugins&#039; that points to a remote svn url.</p>
<p>Various combinations of trying to do it produced pathetic results, like</p>
<div class="wp_syntax"><div class="code"><pre>svn propset svn:externals akismet http://plugins.svn.wordpress.org/akismet/trunk
svn: Setting property on non-local target 'http://plugins.svn.wordpress.org/akismet/trunk' needs a base revision</pre></div></div>
<div class="wp_syntax"><div class="code"><pre>svn propset svn:externals . akismet http://plugins.svn.wordpress.org/akismet/trunk
svn: Error parsing svn:externals property on 'akismet': '.'</pre></div></div>
<div class="wp_syntax"><div class="code"><pre>svn propset svn:externals akismet http://plugins.svn.wordpress.org/akismet/trunk akismet
svn: Setting property on non-local target 'http://plugins.svn.wordpress.org/akismet/trunk' needs a base revision</pre></div></div>
<h2>The Solution</h2>
<p>Finally, thanks to <a href="http://www.nabble.com/svn:externals-example-td16552909.html" rel="nofollow">this post</a>, I found the right command:</p>
<div class="wp_syntax"><div class="code"><pre>svn propset svn:externals 'akismet http://plugins.svn.wordpress.org/akismet/trunk' .
property 'svn:externals' set on '.'</pre></div></div>
<p>Note that dot at the end of the command and the quotes around the directory name and url.</p>
<p>Now commit via</p>
<div class="wp_syntax"><div class="code"><pre>svn commit</pre></div></div>
<p>and then</p>
<div class="wp_syntax"><div class="code"><pre>svn up
Fetching external item into 'akismet'
A    akismet/akismet.gif
A    akismet/akismet.php
A    akismet/readme.txt
Updated external to revision 127962.
&nbsp;
Updated to revision 16.</pre></div></div>
<p>There, was it that hard, forum gurus and blog fiends?</p>
<p><strong>Edit</strong>: in order to set multiple directory/url pairs in a single svn:externals property, you should put the individual dir/url pairs into a file (let&#039;s call it &#039;svn.externals&#039;), like so</p>
<div class="wp_syntax"><div class="code"><pre>akismet http://svn.wp-plugins.org/akismet/trunk
all-in-one-seo-pack http://svn.wp-plugins.org/all-in-one-seo-pack/trunk</pre></div></div>
<p>and then apply the property using</p>
<div class="wp_syntax"><div class="code"><pre>svn propset svn:externals -F svn.externals .</pre></div></div>
<p>You should also just check in &#039;svn.externals&#039; to easily keep track of it.</p>
<p.One thing I haven't figured out yet is how to perform the same multi-operation without using a file. How does one do it on a single command line?</p>
<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+To+Properly+Set+SVN+svn%3Aexternals+Property+In+SVN+Command+Line+-+http://bit.ly/bpA8jU&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/&amp;t=How+To+Properly+Set+SVN+svn%3Aexternals+Property+In+SVN+Command+Line" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/&amp;t=How+To+Properly+Set+SVN+svn%3Aexternals+Property+In+SVN+Command+Line" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/&amp;title=How+To+Properly+Set+SVN+svn%3Aexternals+Property+In+SVN+Command+Line" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/&amp;title=How+To+Properly+Set+SVN+svn%3Aexternals+Property+In+SVN+Command+Line" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/&amp;title=How+To+Properly+Set+SVN+svn%3Aexternals+Property+In+SVN+Command+Line" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/&amp;title=How+To+Properly+Set+SVN+svn%3Aexternals+Property+In+SVN+Command+Line" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22How%20To%20Properly%20Set%20SVN%20svn%3Aexternals%20Property%20In%20SVN%20Command%20Line%22&amp;body=Link: http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Introduction%0D%0AEvery%20time%20I%20have%20to%20deal%20with%20svn%3Aexternals%20in%20SVN%2C%20I%20forget%20the%20command%20line%20syntax.%20Every%20single%20damn%20time.%20Normally%2C%20I%20use%20SVN%20GUI%20clients%2C%20such%20as%20SmartSVN%2C%20which%20make%20it%20very%20simple%20to%20add%20an%20svn%3Aexternals%20property.%20But%20for%20command%20line%2C%20it%20always%20takes%20looking%20at%2025%20different%20si" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
Similar Posts:<ul><li><a href="http://beerpla.net/2010/02/20/how-to-view-a-specific-svn-revision-in-your-browser/" rel="bookmark" title="February 20, 2010">How To View A Specific SVN Revision In Your Browser</a></li>
<li><a href="http://beerpla.net/2008/06/16/how-to-svn-update-all-your-wordpress-plugins-in-one-go/" rel="bookmark" title="June 16, 2008">How To SVN Update All Your WordPress Plugins In One Go</a></li>
<li><a href="http://beerpla.net/2008/03/29/beer-planet-upgraded-to-wordpress-25/" rel="bookmark" title="March 29, 2008">Beer Planet Upgraded To WordPress 2.5</a></li>
<li><a href="http://beerpla.net/2010/03/06/how-to-show-hiddeninvisible-files-in-total-commander-both-locally-and-on-an-ftp-server/" rel="bookmark" title="March 6, 2010">How To Show Hidden/Invisible Files In Total Commander, Both Locally And On An FTP Server</a></li>
<li><a href="http://beerpla.net/2006/07/15/converting-from-cvs-to-svn-developers-notes-and-why-svn-is-better/" rel="bookmark" title="July 15, 2006">Converting from CVS to SVN: Developer&#039;s Notes And Why SVN Is Better</a></li>
</ul><!-- Similar Posts took 10.657 ms --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://beerpla.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How To Fix symbol lookup error: /usr/sbin/httpd2-prefork: undefined symbol: apr_ldap_ssl_init</title>
		<link>http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/</link>
		<comments>http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 00:44:56 +0000</pubDate>
		<dc:creator>Artem Russakovskii</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[http2]]></category>
		<category><![CDATA[undefined symbol]]></category>
		<guid isPermaLink="false">http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/</guid>
		<description><![CDATA[<p>Apache stopped starting today for no apparent reason. </p>
<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre>rcapache2 restart
/usr/sbin/httpd2-prefork: symbol lookup error: /usr/sbin/httpd2-prefork: undefined symbol: apr_ldap_ssl_init
Starting httpd2 (prefork) /usr/sbin/httpd2-prefork: symbol lookup error: /usr/sbin/httpd2-prefork: undefined symbol: apr_ldap_ssl_init
&#160;
The command line was:
/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
                                                                      failed</pre></td></tr></table></div>
<p>
So I tried reinstalling libapr and apache2-utils related stuff with no luck. ldconfig didn&#039;t help either. It&#039;s not until I looked at /usr/lib and relinked a few things that it started working. What the hell, SUSE?
</p>
<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13</pre></td></tr></table></div><p>...<div class=clear></div> <a href="http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/" class="read_more"><div class=excerpt-end>Read the rest of this article &#187;</div></a></p>]]></description>
			<content:encoded><![CDATA[<p>Apache stopped starting today for no apparent reason. </p>
<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre>rcapache2 restart
/usr/sbin/httpd2-prefork: symbol lookup error: /usr/sbin/httpd2-prefork: undefined symbol: apr_ldap_ssl_init
Starting httpd2 (prefork) /usr/sbin/httpd2-prefork: symbol lookup error: /usr/sbin/httpd2-prefork: undefined symbol: apr_ldap_ssl_init
&nbsp;
The command line was:
/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
                                                                      failed</pre></td></tr></table></div>
<p>
So I tried reinstalling libapr and apache2-utils related stuff with no luck. ldconfig didn&#039;t help either. It&#039;s not until I looked at /usr/lib and relinked a few things that it started working. What the hell, SUSE?
</p>
<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
</pre></td><td class="code"><pre>/usr/lib # l libapr*
-rw-r--r-- 1 root root 239306 2007-09-21 23:41 libapr-1.a
-rw-r--r-- 1 root root    821 2007-09-21 23:41 libapr-1.la
lrwxrwxrwx 1 root root     17 2008-07-30 00:21 libapr-1.so -&gt; libapr-1.so.0.2.9*
lrwxrwxrwx 1 root root     18 2008-07-30 00:21 libapr-1.so.0 -&gt; libapr-1.so.0.2.12*
-rwxr-xr-x 1 root root 543841 2008-07-29 23:47 libapr-1.so.0.2.12*
-rwxr-xr-x 1 root root 148372 2007-09-21 23:41 libapr-1.so.0.2.9*
-rw-r--r-- 1 root root 156300 2007-09-23 13:33 libaprutil-1.a
-rw-r--r-- 1 root root    912 2007-09-23 13:33 libaprutil-1.la
lrwxrwxrwx 1 root root     21 2008-07-30 00:22 libaprutil-1.so -&gt; libaprutil-1.so.0.2.9*
lrwxrwxrwx 1 root root     22 2008-07-30 00:21 libaprutil-1.so.0 -&gt; libaprutil-1.so.0.2.12*
-rwxr-xr-x 1 root root 291520 2008-07-29 23:47 libaprutil-1.so.0.2.12*
-rwxr-xr-x 1 root root  98148 2007-09-23 13:33 libaprutil-1.so.0.2.9*
&nbsp;
/usr/lib # ln -sf libaprutil-1.so.0.2.9 libaprutil-1.so.0
/usr/lib # ln -sf libapr-1.so.0.2.9 libapr-1.so.0
&nbsp;
/usr/lib # l libapr*
-rw-r--r-- 1 root root 239306 2007-09-21 23:41 libapr-1.a
-rw-r--r-- 1 root root    821 2007-09-21 23:41 libapr-1.la
lrwxrwxrwx 1 root root     18 2008-07-30 00:34 libapr-1.so -&gt; libapr-1.so.0.2.9*
lrwxrwxrwx 1 root root     18 2008-07-30 00:21 libapr-1.so.0 -&gt; libapr-1.so.0.2.9*
-rwxr-xr-x 1 root root 543841 2008-07-29 23:47 libapr-1.so.0.2.12*
-rwxr-xr-x 1 root root 148372 2007-09-21 23:41 libapr-1.so.0.2.9*
-rw-r--r-- 1 root root 156300 2007-09-23 13:33 libaprutil-1.a
-rw-r--r-- 1 root root    912 2007-09-23 13:33 libaprutil-1.la
lrwxrwxrwx 1 root root     21 2008-07-30 00:35 libaprutil-1.so -&gt; libaprutil-1.so.0.2.9*
lrwxrwxrwx 1 root root     21 2008-07-30 00:35 libaprutil-1.so.0 -&gt; libaprutil-1.so.0.2.9*
-rwxr-xr-x 1 root root 291520 2008-07-29 23:47 libaprutil-1.so.0.2.12*
-rwxr-xr-x 1 root root  98148 2007-09-23 13:33 libaprutil-1.so.0.2.9*
&nbsp;
/usr/lib # rcapache2 restart
Syntax OK
Shutting down httpd2 (waiting for all children to terminate)          done
Starting httpd2 (prefork)                                             done</pre></td></tr></table></div>
<p>Voila, apache starts now. Grrr, why linker, why??</p>
<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+To+Fix+symbol+lookup+error%3A+%2Fusr%2Fsbin%2Fhttpd2-prefork%3A+undefined+symbol%3A+apr_%5B..%5D+-+http://bit.ly/cB3i7o&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/&amp;t=How+To+Fix+symbol+lookup+error%3A+%2Fusr%2Fsbin%2Fhttpd2-prefork%3A+undefined+symbol%3A+apr_ldap_ssl_init" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/&amp;t=How+To+Fix+symbol+lookup+error%3A+%2Fusr%2Fsbin%2Fhttpd2-prefork%3A+undefined+symbol%3A+apr_ldap_ssl_init" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/&amp;title=How+To+Fix+symbol+lookup+error%3A+%2Fusr%2Fsbin%2Fhttpd2-prefork%3A+undefined+symbol%3A+apr_ldap_ssl_init" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/&amp;title=How+To+Fix+symbol+lookup+error%3A+%2Fusr%2Fsbin%2Fhttpd2-prefork%3A+undefined+symbol%3A+apr_ldap_ssl_init" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/&amp;title=How+To+Fix+symbol+lookup+error%3A+%2Fusr%2Fsbin%2Fhttpd2-prefork%3A+undefined+symbol%3A+apr_ldap_ssl_init" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/&amp;title=How+To+Fix+symbol+lookup+error%3A+%2Fusr%2Fsbin%2Fhttpd2-prefork%3A+undefined+symbol%3A+apr_ldap_ssl_init" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22How%20To%20Fix%20symbol%20lookup%20error%3A%20%2Fusr%2Fsbin%2Fhttpd2-prefork%3A%20undefined%20symbol%3A%20apr_ldap_ssl_init%22&amp;body=Link: http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Apache%20stopped%20starting%20today%20for%20no%20apparent%20reason.%20%20%0Arcapache2%20restart%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%2Fusr%2Fsbin%2Fhttpd2-prefork%3A%20symbol%20lookup%20error%3A%20%2Fusr%2Fsbin%2Fhttpd2-prefork%3A%20undefined%20symbol%3A%20apr_ldap_ssl_init%0AStarting%20httpd2%20%28prefork%29%20%2Fusr%2Fsbin%2Fhttpd2-prefork%3A%20symbol%20lookup%20error%3A%20%2Fusr%2Fsbin%2Fhttpd2" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
Similar Posts:<ul><li><a href="http://beerpla.net/2009/06/09/how-to-make-your-site-lightning-fast-by-compressing-deflategzip-your-html-javascript-css-xml-etc-in-apache/" rel="bookmark" title="June 9, 2009">How To Make Your Site Lightning Fast* By Compressing (deflate/gzip) Your HTML, Javascript, CSS, XML, etc In Apache</a></li>
<li><a href="http://beerpla.net/2008/04/30/how-to-install-the-latest-soaplite-using-perl-cpan/" rel="bookmark" title="April 30, 2008">How To Install The Latest SOAP::Lite Using Perl CPAN</a></li>
<li><a href="http://beerpla.net/2007/08/10/how-to-resizegrow-vmware-linux-disks-and-partitions/" rel="bookmark" title="August 10, 2007">How To Resize/Grow VMware Linux Disks and Partitions</a></li>
<li><a href="http://beerpla.net/2008/10/20/hadoop-primer-yet-another-hadoop-introduction/" rel="bookmark" title="October 20, 2008">Hadoop Primer &ndash; Yet Another Hadoop Introduction</a></li>
<li><a href="http://beerpla.net/2010/02/20/how-to-view-a-specific-svn-revision-in-your-browser/" rel="bookmark" title="February 20, 2010">How To View A Specific SVN Revision In Your Browser</a></li>
</ul><!-- Similar Posts took 9.074 ms --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://beerpla.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://beerpla.net/2008/07/29/how-to-fix-symbol-lookup-error-usrsbinhttpd2-prefork-undefined-symbol-apr_ldap_ssl_init-2/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
