Re: IndexNames problem (1.5p5)

Michiel Boland <[email protected]> Sat, 20 Aug 2005 10:25:41 +0200 (MEST)
Newsgroups gmane.network.mathopd
Message-ID <Pine.GSO.4.63.0508201020190.28355@brakkenstein.nijmegen.internl.net>
Hi.

This is a PHP problem, not something to do with IndexNames.

> But if I fetch the http://xxxx.co.uk/ with a web browser, I get the
> message:
> 	No input file specified.

It appears you are using the CLI version of PHP instead of the CGI 
version. Try looking for php-cgi somewhere under /usr or something else 
that looks like php and has the word cgi in it somewhere. :)

If that doesn't exist, you may need to rebuild php yourself. Do make sure 
though that you add --enable-discard-path to the configure options.

Cheers
Michiel