Linux-Noob Forums

Full Version: How to setup WINE in Redhat 8/9/Fedora
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2

FEDORA CORE RELEASE 3

 

[/url][url=http://prdownloads.sourceforge.net/wine/wi...winehq.i386.rpm]http://prdownloads.sourceforge.net/wine/wi...winehq.i386.rpm


ive installed flashfxp (old version 2.1) in fedora core release 3 with this rpm for wine

 

for some reason the newest version of flashfxp does install but locks up once it connects to any ftp server

 

checkout the screenshot and the fonts, i installed the microsoft TTF fonts here in fedora as well, it makes things look so much better (compare the screenshot below with the one above, look at the fonts !!)

 

cheers

 

anyweb

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/post-5-1102515659.png" data-fileid="232">[img]<fileStore.core_Attachment>/post-5-1102515659.png[/img]</a>

the very first link does not work..
now it does !

Anyweb nice tut but one thing missing ;) disabeling exec-shield this causes alot of problems

especially if you run Crossover office which is based on Wine. if you keep your machine upto

date disabeling exec-shield will be ok

 

first su root

 



Code:
su -




 

then run prelink

 



Code:
prelink -ua




 

next edit the PRELINK_OPTS in /etc/sysconfig/prelink change PRELINK_OPTS to:

 



Code:
PRELINK_OPTS="-m --no-exec-shield"




 

and finally run prelinks to disable it:

 



Code:
prelink -am --no-exec-shield





Stupid question..

 

I'm interested in running wine on my laptop whichis currently running FC4. So which RPM do I download? There's only 1, 2 & 3 there and I'm running FC4 o_O


Hi mizzy,

 

Try this as root:

 



Code:
yum install wine




That's worked, cheers :)
Pages: 1 2