Re: [sysadmin-discuss] PHP issue

2009-06-05 Thread Sriram Natarajan
Hi PHP binary is under /usr/php/5.2/bin. With next release - PHP 5.3 will be available under /usr/bin. Please update your PATH variable to point to /usr/php/5.2/bin. my apologies for the inconvenience. - sriram Nicholas Senedzuk wrote: I am sorry I am not sure if it is /usr/bin/php with SUNW

Re: [sysadmin-discuss] PHP issue

2009-06-04 Thread Nicholas Senedzuk
I am sorry I am not sure if it is /usr/bin/php with SUNWphp52. You need to find out where the php binary is install and set your PATH to the path of the binary. On Thu, Jun 4, 2009 at 2:44 PM, Nicholas Senedzuk < [email protected]> wrote: > You need to make sure that /usr/bin is in your

Re: [sysadmin-discuss] PHP issue

2009-06-04 Thread Nicholas Senedzuk
You need to make sure that /usr/bin is in your PATH. On Thu, Jun 4, 2009 at 2:40 PM, Tobias Daub wrote: > Hi There, > > I'm using the latest stable OpenSolaris snv_111b version. > > I installed > > - amp > - SUNWphp52 > - SUNWphp524core > > > When I try to install Horde Groupware and do: > > $ .

Re: [sysadmin-discuss] PHP issue

2009-06-04 Thread Andras Barna
probably you need to edit setup.php and set the current path to php: /usr/php/bin/php On Thu, Jun 4, 2009 at 9:40 PM, Tobias Daub wrote: > Hi There, > > I'm using the latest stable OpenSolaris snv_111b version. > > I installed > > - amp > - SUNWphp52 > - SUNWphp524core > > > When I try to install

[sysadmin-discuss] PHP issue

2009-06-04 Thread Tobias Daub
Hi There, I'm using the latest stable OpenSolaris snv_111b version. I installed - amp - SUNWphp52 - SUNWphp524core When I try to install Horde Groupware and do: $ ./scripts/setup.php I get this error: bash: ./scripts/setup.php: /usr/bin/php: bad interpreter: No such file or directory Wh