Re: [PHP-DEV] Re: Bug #589 Updated: missing file mysql.h From: Rasmus Lerdorf (rasmus <email protected>)
Date: 07/28/98

> ok, that makes sence, but how do I compile php 3 and apache 1.3 if it ca't
> find this file?

It will only look for this file if you told PHP to include MySQL support.
If you don't have or want MySQL support, don't tell it to use it.

-Rasmus