ID:               21991
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Feedback
 Bug Type:         *Configuration Issues
 Operating System: Debian GNU/Linux Sid/Unstable
 PHP Version:      4.3.0
 New Comment:

Please read these docs:
  http://www.php.net/features.commandline

And clarify if you meant cli isn't being built at all (as 
sapi/cli/php) or if you mean 'make install' isn't putting cli in
{prefix}/bin/php because after reading those docs you will realize that
you need 'make install-cli' under certain conditions to put it there. 
Those docs will explain this confusing issue.


Previous Comments:
------------------------------------------------------------------------

[2003-01-31 17:27:48] [EMAIL PROTECTED]

If you want cli only you should probably just add --disable-cgi as it
is cgi that is installed by default when both cgi and cli are
selected.


------------------------------------------------------------------------

[2003-01-31 17:19:24] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


Seems you must have done something more. I tried it myself
and it is working. However i did it with current CVS version. Could you
please try that yourself?

If the CVS version behaves the same way i suggest you post your
configure line here and it may be necessary to inquire the generated
makefile.

However there is another solution for that effect: Did you use
--disable-all or --disable-cli for any reason? You can verify that by
locking into config.nice.

------------------------------------------------------------------------

[2003-01-31 16:47:39] [EMAIL PROTECTED]

There seems to be a configure bug with php 4.3.0.
When you compile, you dont get the CLI unless you include --with-apxs
in the ./configure line.

I confirmed this by having my mates try out different configure lines,
they too only got it when configuring with the --with-apxs option
enabled.

If this is a global bug I do not know, but it would seem so - One of
them is running Mandrake 9.0, the other Red Hat 8.0, and myself Debian
Sid/Unstable.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=21991&edit=1

Reply via email to