<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body>
Nice hint to get more speed with wine:<br>
download src rpm, and modify spec file:<br>
%configure \<br>
        --with-x \<br>
        --sysconfdir=%{_sysconfdir}/wine \<br>
        --disable-debug \<br>
        --disable-trace \<br>
        --without-opengl<br>
<br>
You can optionally disable win16 as well.<br>
michalz<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:dballester@kernpharma.com">dballester@kernpharma.com</a> wrote:
<blockquote
 cite="midOF7755EC79.C0A6B141-ONC1256E5F.00567F99@kernpharma.com"
 type="cite">
  <pre wrap="">Or you can try to execute the wine command from script, without touching
prelink configuration, like this:

#!/bin/bash
export LD_ASSUME_KERNEL=2.4.19
setarch i386 wine <here_goes_win32_exe_file>

HTH

David Ballester Montolio
Responsable de Sistemas y Comunicaciones
Kern Pharma, S.L.
<a class="moz-txt-link-abbreviated" href="http://www.kernpharma.com">www.kernpharma.com</a>

GNU!


|---------+------------------------------>
|         |           Yves Vanlerberghe  |
|         |           <a class="moz-txt-link-rfc2396E" href="mailto:yves@infothek.be"><yves@infothek.be></a> |
|         |           Enviado por:       |
|         |           fedora-list-bounces|
|         |           @redhat.com        |
|         |                              |
|         |                              |
|         |           22/03/2004 16:43   |
|         |           Por favor, responda|
|         |           a For users of     |
|         |           Fedora Core        |
|         |           releases           |
|         |                              |
|---------+------------------------------>
  >-----------------------------------------------------------------------------------------------------------------------------|
  |                                                                                                                             |
  |     Para:     For users of Fedora Core releases <a class="moz-txt-link-rfc2396E" href="mailto:fedora-list@redhat.com"><fedora-list@redhat.com></a>                                                    |
  |     cc:                                                                                                                     |
  |     Asunto:   Re: Wine and Fedora                                                                                           |
  >-----------------------------------------------------------------------------------------------------------------------------|





Hi

I had that too.. After a bit of searching on the internet I did this :

I've found that setting my /etc/sysconfig/prelink file options to this
PRELINK_OPTS="-m --no-exec-shield"
And then
prelink -au
to undo the existing links and then
prelink -a
to do the prelinking with the new options

I found it on the wine-devel maillist :
<a class="moz-txt-link-freetext" href="http://www.winehq.org/hypermail/wine-devel/2004/01/0971.html">http://www.winehq.org/hypermail/wine-devel/2004/01/0971.html</a>

Worked for me!

-- Yves

On Mon, 2004-03-22 at 16:32, Bruno Santos wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello all

    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap="">Does anyone has wine installed in fedora ???

I've tried and gives me an error: cant execute win32 program - *patched
securty kernel.

*Is this a problem of fedora or a problem of wine ??

best regards

Bruno Santos

--
<a class="moz-txt-link-abbreviated" href="mailto:bvsantos@hal.min-saude-pt">bvsantos@hal.min-saude-pt</a>

Divisao de Informatica e Telecomunicacoes
Tel: +351 272 000 155
Fax: +351 272 000 257
<a class="moz-txt-link-abbreviated" href="mailto:informatica@hal.min-saude.pt">informatica@hal.min-saude.pt</a>

--

Hospital Amato Lusitano
Tel: +351 272 000 272
Fax: +351 272 000 257
<a class="moz-txt-link-abbreviated" href="mailto:geral@hal.min-saude.pt">geral@hal.min-saude.pt</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->

--
fedora-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a>
To unsubscribe: <a class="moz-txt-link-freetext" href="http://www.redhat.com/mailman/listinfo/fedora-list">http://www.redhat.com/mailman/listinfo/fedora-list</a>






  </pre>
</blockquote>
<br>
</body>
</html>