php-install Digest 25 Oct 2001 14:32:20 -0000 Issue 522

Topics (messages 4736 through 4739):

CGI Error
        4736 by: N.V Pavan Kumar

lex?
        4737 by: Martin

Adding sysVsem option with least effort?
        4738 by: Thomas

php error with apache-1.3.9
        4739 by: Dominique Fober

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]


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


Hi.....

I am getting this CGI error very frequently....which reads as....

cgi error:
   The specified CGI application misbehaved by not returning a complete set 
of HTTP headers. The headers it did return are:

my system is  Win 2000, PHP 4, IIS 5.0
I checked the install.txt file also for this problem.

I have given all the permissions and still this problem persists.

It will be very useful for me, if you can give some concrete solution to 
overcome this problem.

Thanks,
pavan





_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp





First time I've stumbled across this error on trying to compile PHP:

checking for flex... lex
checking for yywrap in -ll... no
checking lex output file root... ./configure: lex: command not found
configure: error: cannot find output from lex; giving up
[root@hauntedhousesw php-4.0.6]#

Hmm, what is lex? And why would I need it - or rather why don't I. What 
package is missing?

Martin S




Hello ther,e
I have installed PHP 4.0.6 on FreeBSD with Apache SSL/Ben.

I need System V semaphores and shared memory but it is not compiled in.
What is the fastest way to add this option without changing all my PHP
setup and Apache setup?

Thanks to everyone who can help me, sincerely,
Thomas






Hi,
I hope that it's the right place for my question: I'm trying to use php with an 
apacher server (apache-1.3.9-7mdk) on a linux 2.2.13-7mdk station.
Here is the message appened to the log file at the server startup:
Apache/1.3.9 (Unix)  (NetRevolution Advanced Server/Linux-Mandrake) PHP/3.0.12 
configured

And now the problem:
any page containing php code returns the following to my browser: 
"Fatal error: midgard module not found in - on line 0"

here are the php part of my httpd.conf file:

AddType application/x-httpd-php3 .php3 .phtml .php
AddType application/x-httpd-php3-source .phps
Include conf/addon-modules/midgardphp3.conf

the file 'midgardphp3.conf' contains the following:
LoadModule php3_module        /usr/lib/apache/midgardphp3.so
AddModule mod_php3.c

and the module /usr/lib/apache/midgardphp3.so exists

any idea about the problem ?
thanks,
Dominique Fober




Reply via email to