php-install Digest 26 Feb 2002 20:39:17 -0000 Issue 719
Topics (messages 6161 through 6164):
Re: Problem Configuring PHP
6161 by: Rasmus Lerdorf
Re: need for help
6162 by: Bernd Vater
Sporadic "Document Contains No Data" pages
6163 by: Eric D Nielsen
variables not being passed
6164 by: CHEEMA, VINCENT P (SBCSI)
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 ---
Install the flex rpm
./configure --with-mysql=/usr,shared
make
cp modules/mysql.so /your/extension/path
restart Apache
-Rasmus
On Tue, 26 Feb 2002, [iso-8859-1] Brett Cavé wrote:
> Hi
>
> I currently have PHP 4.0.6 installed on Redhat 7.2, which came with the
> installation. The installed version was not compiled with MySQL support,
> which i need.
>
> Is it possible to add MySQL support without recompiling php?
>
>
>
> I have been trying to install the latest version (4.1.1)
>
> When i configure php, i get the following error:
>
> 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
>
> What is the problem?
>
> Thanks
> Brett
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---
--- Begin Message ---
Hi,
you test file should be called
- C:\Program Files\Apache Group\Apache\htdocs\Groetphp.php
--- End Message ---
--- Begin Message ---
On a RedHat 7.2 machine I've installed:
Apache v1.3.22 (with mm 1.1.3 and mod_ssl 2.8.5-1.3.22 and openssl 0.9.6b)
PostGreSQL v7.1.3
PHP v4.1.0
a dummy file with <?php echo phpinfo(); ?> displays the information page
However when trying to view the main page of my site, my users and I receive
the "Document Contains No Data" error on seeminly random occasions. Some
never receive it if they follow a link to the page, others almost always if the
follow the link. Similar behavoir for those who enter it directly in the
address bar. Typically one method works for a given user, but it seems to be
browser independent.
I didn't mess with the apache conf file, except to add index.php the mod_dir.c
list of director indexes.
Any advice would be greatly appreciated.
Eric Nielsen
--- End Message ---
--- Begin Message ---
Hi,
I've installed php4.2.0 and apache 1.3.23 on an AIX4.3.3 box.
However, variables are not being passed...
anyone have any suggestions?
Vince
--- End Message ---