How to Install WINE on Slackware 12
How to Install WINE on Slackware 12
Hello,
I read the README and the man pages and the User Guide.
They only say to run ./tools/wineinstall but it can't be found anywhere on my system!
I downloaded the package and used tar to extract it to my home directory (/root). I do not find "./tools" anywhere. Nothing in the documentation mentions the directory from which to install at all.
I read the README and the man pages and the User Guide.
They only say to run ./tools/wineinstall but it can't be found anywhere on my system!
I downloaded the package and used tar to extract it to my home directory (/root). I do not find "./tools" anywhere. Nothing in the documentation mentions the directory from which to install at all.
-
- Level 2
- Posts: 25
- Joined: Thu Mar 13, 2008 7:41 am
Do not run wine as root! Create regular user and then you can follow this
example:
o Optional: download compile and install latest fontforge from sourceforge.net
o Download wine sources from http://ibiblio.org/pub/linux/system/emu ... 57.tar.bz2 to some directory
o Extract wine sources with
o Enter the extracted sources directory:
o Execute
o If everything went fine do a as root, or run wine from the directory where you created it.
o Optional: run
Hope that helps.
Plamen
P.S. Did I mentioned NOT to run wine as root?
example:
o Optional: download compile and install latest fontforge from sourceforge.net
o Download wine sources from http://ibiblio.org/pub/linux/system/emu ... 57.tar.bz2 to some directory
o Extract wine sources with
Code: Select all
tar jxf wine-0.9.57.tar.bz2
Code: Select all
cd wine-0.9.57
Code: Select all
./configure --with-x && make depend && make
Code: Select all
make install
o Optional: run
Code: Select all
wineprefixcreate
Hope that helps.
Plamen
P.S. Did I mentioned NOT to run wine as root?
How to Install WINE on Slackware 12
On Thursday 13 March 2008 05:51:23 Plamen.Vassilev wrote:
specifically tailored to be installed with Slackware's pkgtool program.
It usually takes a few days before one of the gurus that process the programs
accomplish their tasks and get the programs uploaded. My Wine is
perfectly "made" and pops up in KDE or the console.
and, never run wine as root.
Bill Wells
http://www.linuxpackages.net has a repository of programs that areDo not run wine as root! Create regular user and then you can follow this
example:
o Optional: download compile and install latest fontforge from
sourceforge.net o Download wine sources from
http://ibiblio.org/pub/linux/system/emu ... 57.tar.bz2 to
some directory o Extract wine sources with
Code:
tar jxf wine-0.9.57.tar.bz2
o Enter the extracted sources directory:
Code:
cd wine-0.9.57
o Execute
Code:
./configure --with-x && make depend && make
o If everything went fine do a
Code:
make install
as root, or run wine from the directory where you created it.
o Optional: run
Code:
wineprefixcreate
Hope that helps.
Plamen
P.S. Did I mentioned NOT to run wine as root?
specifically tailored to be installed with Slackware's pkgtool program.
It usually takes a few days before one of the gurus that process the programs
accomplish their tasks and get the programs uploaded. My Wine is
perfectly "made" and pops up in KDE or the console.
and, never run wine as root.
Bill Wells
How to Install WINE on Slackware 12
ShellyCat wrote:
You are going to read this again and again but here goes.
NEVER RUN WINE AS ROOT. You leave your system open to viruses (which is
one reason to switch to Linux in the first place) and if something bad
were to happen, your entire system may be damaged...
James McKenzie
Shelly:Hello,
I read the README and the man pages and the User Guide.
They only say to run ./tools/wineinstall but it can't be found anywhere on my system!
I downloaded the package and used tar to extract it to my home directory (/root). I do not find "./tools" anywhere. Nothing in the documentation mentions the directory from which to install at all.
You are going to read this again and again but here goes.
NEVER RUN WINE AS ROOT. You leave your system open to viruses (which is
one reason to switch to Linux in the first place) and if something bad
were to happen, your entire system may be damaged...
James McKenzie
How to Install WINE on Slackware 12
<[email protected]> wrote:
warning. I'll send a patch.
We're saying this so many times a day ... time to automate theYou are going to read this again and again but here goes.
NEVER RUN WINE AS ROOT. You leave your system open to viruses (which is
one reason to switch to Linux in the first place) and if something bad
were to happen, your entire system may be damaged...
warning. I'll send a patch.
How to Install WINE on Slackware 12
Dan Kegel wrote:
WINE and root should NEVER mix.
James
Clap...Clap...Clap. and a hearty thank you.<[email protected]> wrote:
We're saying this so many times a day ... time to automate theYou are going to read this again and again but here goes.
NEVER RUN WINE AS ROOT. You leave your system open to viruses (which is
one reason to switch to Linux in the first place) and if something bad
were to happen, your entire system may be damaged...
warning. I'll send a patch.
WINE and root should NEVER mix.
James
-
- Level 2
- Posts: 25
- Joined: Thu Mar 13, 2008 7:41 am
Re: How to Install WINE on Slackware 12
I am sorry to resurrect a dead thread, but just out of curiosity, Dan, what you think is the preferred behaviour when wine gets started by root? Should wine just print warning and then run, or probably it should die unless there is a special option on the command line like --yeah-I-know-I-am-root or --allow-root or something like that. Most users are running their applications via desktop/menu shortcuts so they won't see the warning (that's if they are running their graphic environment as root too). Maybe it should print a warning, then die. The warning should inform the user about the risks involved in running wine as root, and if they absolutely need to run wine as root then they should consult the documentation (where this option will be mentioned). If the warning itself contains option then it's almost guaranteed that the user will just set it and run wine again. On the other hand this is too restrictive... What do you think?Dan Kegel wrote:<[email protected]> wrote:We're saying this so many times a day ... time to automate theYou are going to read this again and again but here goes.
NEVER RUN WINE AS ROOT. You leave your system open to viruses (which is
one reason to switch to Linux in the first place) and if something bad
were to happen, your entire system may be damaged...
warning. I'll send a patch.
regards
Plamen
How to Install WINE on Slackware 12
On Wed, Mar 19, 2008 at 1:25 PM, Plamen.Vassilev
<[email protected]> wrote:
<[email protected]> wrote:
See http://bugs.winehq.org/show_bug.cgi?id=10324Dan Kegel wrote:I am sorry to resurrect a dead thread, but just out of curiosity, Dan, what you think is the preferred behaviour when wine gets started by root? Should wine just print warning and then run, or probably it should die unless there is a special option on the command line like --yeah-I-know-I-am-root or --allow-root or something like that. Most users are running their applications via desktop/menu shortcuts so they won't see the warning (that's if they are running their graphic environment as root too). Maybe it should print a warning, then die. The warning should inform the user about the risks involved in running wine as root, and if they absolutely need to run wine as root then they should consult the documentation (where this option will be mentioned). If the warning itself contains option then it's almost guaranteed that the user will just set it and run wine again. On the other hand this is too restrictive... What do you think?<[email protected]> wrote:
We're saying this so many times a day ... time to automate theYou are going to read this again and again but here goes.
NEVER RUN WINE AS ROOT. You leave your system open to viruses (which is
one reason to switch to Linux in the first place) and if something bad
were to happen, your entire system may be damaged...
warning. I'll send a patch.
regards
Plamen
-
- Level 2
- Posts: 25
- Joined: Thu Mar 13, 2008 7:41 am
Please let me clarify, because my question regarded installation...Plamen.Vassilev wrote:Do not run wine as root!
...I am assuming I should compile and install as root, correct?
Thank you for the manual instructions...sometimes a compile/install is more dependable than packages.
(Sorry I took so long to check the post...I am in school and doing many tasks over vacation, so unfortunately I'm not as regular in checking forums as I used to be!)
How to Install WINE on Slackware 12
On Wed, Mar 19, 2008 at 8:33 PM, ShellyCat <[email protected]> wrote:
- Dan
No. Never compile as root. The only step to do as root is 'make install'.Please let me clarify, because my question regarded installation...
...I am assuming I should compile and install as root, correct?
- Dan
Problems: 'HTML rendering' error, 'cabextract' error
OK, I had an error message when I ran "wineprefixcreate" (as a regular user). I did a search and found only 1 post, and tried to do what it said: http://forum.winehq.org/viewtopic.php?t=242
Original post (I deleted from the other person's thread and moved here):
So, I still wonder...will I not be able to view HTML in any applications I run in Wine? Why does it insist on Mozilla?
Original post (I deleted from the other person's thread and moved here):
The new problem is, when I tried to run "sh winetricks gecko" I got this error:When I ran the "wineprefixcreate" (as a regular user) it got the "HTML rendering will be disabled" error.
Why does WINE care if Mozilla is installed? Will it refuse to render HTML pages, even via programs that can usually render HTML on their own, such as OpenOffice, Adobe Reader, etc???
Is there a fix?
Code: Select all
Executing cabextract /home/myuser/.winetrickscache/wine_gecko-0.1.0.cab
winetricks: line 234: cabextract: command not found
Note: command 'cabextract /home/myuser/.winetrickscache/wine_gecko-0.1.0.cab' returned status 127. Aborting.
How to Install WINE on Slackware 12
On Thu, Mar 20, 2008 at 2:24 AM, ShellyCat <[email protected]> wrote:
your application doesn't need it, you can safely ignore it. However,
if your app should be displaying HTML but doesn't, then install wine
gecko.
Wine uses gecko to display html (in the same way windows uses IE). IfOK, I had an error message when I ran "wineprefixcreate" (as a regular user). I did a search and found only 1 post, and tried to do what it said. I will cut there and paste here in just a sec.
Original post:
The new problem is, when I tried to run "sh winetricks gecko" I got this error:
Code:
Executing cabextract /home/myuser/.winetrickscache/wine_gecko-0.1.0.cab
winetricks: line 234: cabextract: command not found
Note: command 'cabextract /home/myuser/.winetrickscache/wine_gecko-0.1.0.cab' returned status 127. Aborting.
So, I still wonder...will I not be able to view HTML in any applications I run in Wine? Why does it insist on Mozilla?
your application doesn't need it, you can safely ignore it. However,
if your app should be displaying HTML but doesn't, then install wine
gecko.
I should not have been so impatient, and asked the purpose of fontforge...OK, its because Wine installs Windows fonts, and you need "fontforge" to do so, correct?Plamen.Vassilev wrote: o Optional: download compile and install latest fontforge from sourceforge.net
o Download wine sources from http://ibiblio.org/pub/linux/system/emu ... 57.tar.bz2 to some directory
o Extract wine sources with...
After starting "wine winefile" and seeing that the interface defaulted to some horrible fantasy-type text on me (though I could change the font used for file-browsing), I went back and installed fontforge. I verified the install by running "fontforge", which bought up the font-browsing GUI window.
Question: The fantasy font is still used in the "winefile" file browser...do I need to re-configure wine? Uninstall wine and compile and install all over again?
How to Install WINE on Slackware 12
Hi,
Don't you wonder about this line?
. CAB is something
like an archiving format from Microsoft.
Have fun,
Lisa Denia
Don't you wonder about this line?
Install the program cabextract, and it will workwinetricks: line 234: cabextract: command not found

like an archiving format from Microsoft.
Have fun,
Lisa Denia
Re: How to Install WINE on Slackware 12
I'll get around to that...first, I'm wondering if I need to uninstall Wine, just re-configure, or what? (In order to fix the font problem)Lisa Denia wrote:Install the program cabextract
-
- Level 2
- Posts: 25
- Joined: Thu Mar 13, 2008 7:41 am
Re: How to Install WINE on Slackware 12
Yes, after installing fontforge, you can run ldconfig, and then reinstall wine.ShellyCat wrote: I'll get around to that...first, I'm wondering if I need to uninstall Wine, just re-configure, or what? (In order to fix the font problem)
Simplest way is to enter the sources directory and 'make clean'. Then repeat the installation steps (from ./configure...)
Hope that helps
Plamen
-
- Newbie
- Posts: 1
- Joined: Tue Oct 02, 2012 10:30 am
Re: How to Install WINE on Slackware 12
Hi. I want to put together a package for slackware 14. First. when done, the
List compiler installed
thanks.
compiler told me that we need a 32-bit version gcc. After install all the 32-bit version of the compiler, сonsole has the following messagesh wine.Slackbuild
Code: Select all
wine-1.5.14/tools/wrc/writeres.c
checking build system type... x86_64-slackware-linux-gnu
checking host system type... x86_64-slackware-linux-gnu
checking whether make sets $(MAKE)... no
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/tmp/SBo/wine-1.5.14':
configure: error: C compiler cannot create executables
Code: Select all
gcc-4.7.1-i486-1 gcc-gfortran-4.7.1-x86_64-1 gcc-java-4.7.1-i486-1
gcc-4.7.1-x86_64-1 gcc-gnat-4.7.1-i486-1 gcc-java-4.7.1-x86_64-1
gcc-g++-4.7.1-i486-1 gcc-gnat-4.7.1-x86_64-1 gcc-objc-4.7.1-i486-1
gcc-g++-4.7.1-x86_64-1 gcc-go-4.7.1-i486-1 gcc-objc-4.7.1-x86_64-1
gcc-gfortran-4.7.1-i486-1 gcc-go-4.7.1-x86_64-1 gccmakedep-1.0.2-noarch-2