php-install Digest 7 Jan 2002 10:40:36 -0000 Issue 637
Topics (messages 5493 through 5494):
Re: Problems with Apache2 + PHP4.1.1 ... making headway, I think ....
5493 by: Yasuo Ohgaki
HELP! : ...cannot find output from lex; giving up
5494 by: Ignacio Sosa
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Marc G. Fournier wrote:
>
> Hi ...
>
> I've gone and performed a recompile, and find there are some
> incompatible pointers in the apache2filter.c compile:
>
> sapi_apache2.c: In function `php_input_filter':
> sapi_apache2.c:247: warning: passing arg 4 of `ap_get_brigade' from
> incompatible pointer type
> sapi_apache2.c: In function `php_register_hook':
> sapi_apache2.c:408: warning: passing arg 2 of `ap_register_input_filter'
> from incompatible pointer type
>
> Now, the first one is easy ... readbytes is defined as ap_size_t
> instead of ap_off_t ...
>
> But, the second one I'm not 100% certain of ... arg two, according
> to ap_register_input_filter, should be of type ap_in_filter_func, but is
> defined as static int ...
>
> Anyone know anything about this?
>
> Thanks ...
>
Hi Marc,
I'm not using Apache2 yet, but I think you have better chance to build
PHP&Apache2 right with CVS version from http://snaps.php.net
--
Yasuo Ohgaki
--- End Message ---
--- Begin Message ---
Hi, I have a problem:
When I run the "configure" script it stops with this error message:
---------------------------------------------------------------------
checking lex output file root... ./configure[2343]: lex: not found.
configure: error: cannot find output from lex; giving up
---------------------------------------------------------------------
I have heard I should install flex, and I will, but I have installed PHP4 on
other
machine with the same characteristics (Its totally equal , Sun-Solaris 8)
and I didn't have this problem.
Can anyone help me please?
Thanks
--- End Message ---