View previous topic :: View next topic |
Author |
Message |
soccer362001 -
Joined: 30 Oct 2003 Posts: 8
|
Posted: Fri Jan 07, 2005 9:23 pm Post subject: PHP and Linux |
|
|
I think I have it installed, I just need to know what file I need to point to with the congiguration of Abyss. Help is appreciated. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Jan 07, 2005 11:05 pm Post subject: |
|
|
You need to compile PHP , just use the following command when logged in
as the root user and PHP should install correctly , I moved back to Windows.
Code: |
gunzip php-X.X.X.tar.gz
tar -xvf php-X.X.X.tar
cd php-X.X.X
./configure |
This will allow you to extract the package and then use the last command to
configure PHP , if you have a Compiler installed , everything should work. :/ |
|
Back to top |
|
 |
soccer362001 -
Joined: 30 Oct 2003 Posts: 8
|
Posted: Fri Jan 07, 2005 11:08 pm Post subject: |
|
|
Thats not quite what I was looking for, I need to know what file to point to from the CGI parameters of the server. |
|
Back to top |
|
 |
olly86 -
Joined: 25 Apr 2003 Posts: 993 Location: Wiltshire, UK
|
Posted: Fri Jan 07, 2005 11:10 pm Post subject: |
|
|
Aprelium wrote: | In the Interpreter Path field, enter the path of the php-cgi or php executable file. You can retrieve it by executing the command which php-cgi or which php on the shell. In most cases, the interpreter is inside /usr/bin/ or /usr/local/bin/ directories. |
http://www.aprelium.com/abyssws/php.html#linux _________________ Olly |
|
Back to top |
|
 |
soccer362001 -
Joined: 30 Oct 2003 Posts: 8
|
Posted: Fri Jan 07, 2005 11:15 pm Post subject: |
|
|
Thanks, that did it. |
|
Back to top |
|
 |
|