Question on Install
Question on Install
Hi,
I'm newbie on here, and on Wine too, So please go easy on me ^^
Is there a way to install wine on a linux server without the root access?
I have a servage account, and I need to install wine on it.
Is there a way?
Thanks a lot
I'm newbie on here, and on Wine too, So please go easy on me ^^
Is there a way to install wine on a linux server without the root access?
I have a servage account, and I need to install wine on it.
Is there a way?
Thanks a lot
Re: Question on Install
Yes, Wine can run from any directory.asmith wrote:Is there a way to install wine on a linux server without the root access?
However that means you can't use binary pre-compiled package(s) to install Wine. You'll need to compile it yourself.
And you'll have to "install" it for each user on the server.
Re: Question on Install
Thanks for your reply.
Do you mean I can copy its files to some directory? Is there a guide "how to do it for dummies" ?
Sorry if I'm asking primitive questions. I really hope I can get this to work.
I'm hoping I could run some windows applications through PHP using Wine.
The word "Install" is a bit scary to me in this case.vitamin wrote:You'll need to compile it yourself.
And you'll have to "install" it for each user on the server.
Do you mean I can copy its files to some directory? Is there a guide "how to do it for dummies" ?

Sorry if I'm asking primitive questions. I really hope I can get this to work.
I'm hoping I could run some windows applications through PHP using Wine.
Re: Question on Install
Because that will be 'make install' but in a different then default directory. Ex:asmith wrote:The word "Install" is a bit scary to me in this case.
Code: Select all
./configure --prefix=$HOME/mywine && make depend all install
That you won't be able to do. Most apps need valid X session. And you can't really have that with apache.asmith wrote:I'm hoping I could run some windows applications through PHP using Wine.
I downloaded the Wine source code from the bottom of the download page. "Source downloads"
emm :
1. I must just upload it to a folder on my server? How configure it there?
2. I want to give the file 'x.ext' to the windows-based program 'win-app' to convert it.
Can I use it like this (If Wine is setup) :
<?php
exec('wine win-app x.ext');
?>
lol am I dreaming ? XD
emm :
1. I must just upload it to a folder on my server? How configure it there?
2. I want to give the file 'x.ext' to the windows-based program 'win-app' to convert it.
Can I use it like this (If Wine is setup) :
<?php
exec('wine win-app x.ext');
?>
lol am I dreaming ? XD