Re: [PHP-DEV] Bug #1104: msql support fails compiling From: Sascha Schumann (sas <email protected>)
Date: 01/31/99

On Sun, Jan 31, 1999 at 11:40:42PM -0000, sintoris <email protected> wrote:
> I use Apache 1.3.0 (installed by YaST), msql 2.0.6, PHP 3.0.6.
>
> ./configure --with-apache=/... --with-msql=/... runs ok.
> It seems to be similar with bug ID#112

Somehow the ./configure script is tricked and believes you are using an older
version of mSQL (1.x). Do you have an older one installed? You could edit
config.h and change around line 260

#define MSQL1 1

to

#define MSQL1 0

-- 
                     
          Regards,
						                                
                            Sascha Schumann | 
                                 Consultant | finger sas <email protected>
                                            | for PGP public key

-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>