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 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 \
--with-gettext \
--enable-discard-path \
--prefix=/vb/Ctech/vlbrown

The php binary is built but not installed. When installed by 
hand, it works.

>
>>>> 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 output I see:
> Installing program: phpize
> Installing program: php-config
> Installing program: pear
> Installing program: pearize
> Installing program: phptar
> Installing program: phpextdist
>
> It doesn't install the php program, although ./sapi/cli/php
> exists and was built by the make step.
>
> Bug 17506 claims both that this is "fixed in CVS" (post 4.2.1)
> AND "intentional".
> Given that 4.2.2 is 4.2.1 with a security fix, do I presume that
> "intentional" is the decision and keep copying the file?
> Can I presume that the copy will be done in 4.3 (4.2.3?) when
> CLI mode is not "experimental"?
- Vicki


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to