comparison DOCS/xml/en/faq.xml @ 12079:c931c69d2525

added <application> tag and some 10l, patch by frogu <l_j_p@wp.pl>
author paszczi
date Sun, 28 Mar 2004 21:18:02 +0000
parents 252b9e2f7417
children bcb8260d93e4
comparison
equal deleted inserted replaced
12078:62705b2298ff 12079:c931c69d2525
639 two weeks). 639 two weeks).
640 </para> 640 </para>
641 <para> 641 <para>
642 When <application>MPlayer</application> tries to load a Windows DLL it 642 When <application>MPlayer</application> tries to load a Windows DLL it
643 wants to put it at a specific address (0x400000). If an important system 643 wants to put it at a specific address (0x400000). If an important system
644 library happens to be there already, MPlayer will crash. 644 library happens to be there already, <application>MPlayer</application>
645 will crash.
645 (A typical symptom would be a segmentation fault when trying 646 (A typical symptom would be a segmentation fault when trying
646 to play Windows Media 9 files.) 647 to play Windows Media 9 files.)
647 </para> 648 </para>
648 <para> 649 <para>
649 If you run into this problem you have two options: 650 If you run into this problem you have two options:
670 <listitem><para><command>/etc/cron.daily/prelink</command> 671 <listitem><para><command>/etc/cron.daily/prelink</command>
671 (This relinks all the applications, and it takes 672 (This relinks all the applications, and it takes
672 quite a while.)</para></listitem> 673 quite a while.)</para></listitem>
673 <listitem> 674 <listitem>
674 <para><command>execstack -s <replaceable>/path/to/</replaceable>mplayer</command> 675 <para><command>execstack -s <replaceable>/path/to/</replaceable>mplayer</command>
675 (This turns off execshield for the <application>MPlayer</application> binary.) 676 (This turns off exec-shield for the <application>MPlayer</application> binary.)
676 </para> 677 </para>
677 </listitem> 678 </listitem>
678 </orderedlist> 679 </orderedlist>
679 </para> 680 </para>
680 </listitem> 681 </listitem>