aMule Forum

English => Compilation problems => Topic started by: Wadsul on November 01, 2005, 04:48:38 PM

Title: compile via php with no root?
Post by: Wadsul on November 01, 2005, 04:48:38 PM
I have my PHP hosting, and I want install here amule demon, to acess it via the web. But I havent root, I only may upload via ftp, and create php pages. Php has "nobody" rights, but it could start system scripts, write and upload files, access sockets, etc. So is it possible to install amuled here, and use it?
Title: Re: compile via php with no root?
Post by: lfroen on November 01, 2005, 05:02:30 PM
yes, if you can bind right ports.
Title: Re: compile via php with no root?
Post by: thedude0001 on November 01, 2005, 05:12:08 PM
You should also be aware that your webhosting company (I think that's what we're talking about here, isn't it?) will definitely not be happy if they find out you're running amule and might have clauses against such use in their policies...
Title: Re: compile via php with no root?
Post by: Wadsul on November 03, 2005, 12:38:11 PM
I think its not a big problem :) I can bind ports via php and cgi scripts, for example  I can send email via 25 port port manualy. Hosting is free, even if I banned I can register new account in 5 minutes :)
But problem is, that I can't install  wxGTK. I type  ./configure --prefix=/usr --disable-gtk2 && make (via web shell) and it says that no GTK installed. I try to dowload and install GTK, but nothing happens when i typed make (permission denied?) Also nothing happens when i tried make amuled. So I thing I must have root to use "make" But maybe it possible to do it without making, download binaries...?
Title: Re: compile via php with no root?
Post by: stefanero on November 03, 2005, 01:51:04 PM
set the prefix to a folder you have write permissions to...

so maybe to your home folder or something.