Re: [PHP-INST] Installing command-line php binary

2002-08-30 Thread Vicki Brown
On Friday, August 30, 2002, at 02:26 , Chris Hewitt wrote: > Vicki Brown wrote: > >> >> On Wednesday, August 28, 2002, at 07:27 PM, Jim Thome wrote: >> >>> I believe the binary is only installed when compiled as a CGI >>> program. Remove the nsapi line and recompile to get the >>> binary inst

Re: [PHP-INST] Installing command-line php binary

2002-08-30 Thread Chris Hewitt
Vicki Brown wrote: > > On Wednesday, August 28, 2002, at 07:27 PM, Jim Thome wrote: > >> I believe the binary is only installed when compiled as a CGI >> program. Remove the nsapi line and recompile to get the binary >> installed. > > If that is the case, it would be a bug... it should never b

Re: [PHP-INST] Installing command-line php binary

2002-08-29 Thread Vicki Brown
On Wednesday, August 28, 2002, at 07:27 PM, Jim Thome wrote: > I believe the binary is only installed when compiled as a CGI > program. Remove the nsapi line and recompile to get the binary > installed. > > http://www.php.net/manual/en/install.commandline.php > If that is the case, it would

Re: [PHP-INST] Installing command-line php binary

2002-08-28 Thread Jim Thome
I believe the binary is only installed when compiled as a CGI program. Remove the nsapi line and recompile to get the binary installed. http://www.php.net/manual/en/install.commandline.php Jim >>> Vicki Brown <[EMAIL PROTECTED]> 08/28/02 17:45 PM >>> On Wednesday, August 28, 2002, at 04:10 P

Re: [PHP-INST] Installing command-line php binary

2002-08-28 Thread Vicki Brown
On Wednesday, August 28, 2002, at 04:10 PM, Jim Thome wrote: > What is your configure line? I am using --enable-cli, as required pre-4.3 configure \ --with-nsapi=/usr/prop/netscape/server4/ \ --with-mysql=/usr/local/mysql \ --with-imap \ --with-kerberos=/usr/local \ --with-ldap \ --enable-cli

Re: [PHP-INST] Installing command-line php binary

2002-08-28 Thread Jim Thome
What is your configure line? >>> Vicki Brown <[EMAIL PROTECTED]> 08/28/02 05:06PM >>> I'm using PHP 4.2.2 (the "stable" build, not any f the later builds), so I still need to configure with --enable-cli (which I have done). Then I do the make, and make install, and at the end of the install o