kfogel@collab.net wrote:
>Stanislav Mironov <beetles@mail.ru> writes:
>  
>
>>Thanks! This is really RedHat NPTL-related bug.
>>My problem was caused by unnecessary 'export LD_ASSUME_KERNEL=2.2.5' in
>>/etc/rc.local.
>>Wine & Winex require this variable to run on RedHat.
>>I've read the FAQ before, but didn't find that answer. You may add it there.
>>    
>>
>
>Can you supply a patch for the FAQ please?  It's www/project_faq.html
>in the Subversion source tree.
>
>-Karl
>  
>
Attached.
-- 
Stanislav Mironov
Index: www/project_faq.html
===================================================================
--- www/project_faq.html	(revision 6856)
+++ www/project_faq.html	(working copy)
@@ -1142,6 +1142,7 @@
 <li>Use a RedHat 9 kernel.</li>
 <li>Apply the NPTL patches to the kernel you're using.</li>
 <li>Use a recent (2.5.x) kernel with the NPTL support included.</li>
+<li>Check if environment variable <code>LD_ASSUME_KERNEL</code> is set to <code>2.2.5</code> and unset it before starting Subversion (Apache). (You usually may set this variable to run Wine or Winex on RedHat 9)</li>
 </ul>
 </p>
 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 25 17:22:22 2003