Hey guys,

Any idea why HAVE_INT_8_16_32 wasn't defined correctly for this guy 
configuring PHP on AIX? I don't know the autoconf stuff too well but I 
couldn't find any test for this in the libmysql source that sits in the PHP 
CVS.
Maybe we are missing something in our CVS?

Thanks.
Andi

>Date: Thu, 26 Apr 2001 18:22:37 -0500
>To: Andi Gutmans <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
>From: Jacob Steinberger <[EMAIL PROTECTED]>
>Subject: Re: [PHP-INST] AIX
>
>Looks like that fixed everything. Now I'm just dealing with user/pass 
>issues so at least its making it to the SQL DB. Simple enough things that 
>I can handle myself. =)
>
>Many thanks Andi!
>
>At 01:27 AM 4/27/01 +0200, Andi Gutmans wrote:
>>A temporary hack which might work is editing ext/mysql/libmysql/global.h 
>>and change all occurances of:
>>#ifndef HAVE_INT_8_16_32
>>to:
>>#if 0
>>
>>Andi
>>
>>
>>At 05:22 PM 4/26/2001 -0500, Jacob Steinberger wrote:
>>>Apache Configured with generic. Though I don't think that matters just yet.
>>>
>>>PHP Configured with:
>>>
>>>./configure --with-mysql --with-apache=/tmp/AIX/apache_1.3.19 
>>>--enable-track-vars
>>>
>>>I did not specify a path for MySql as I'm not sure if its happy with 
>>>just the client libs or if it wants the server.
>>>
>>>I'm still getting the same error with Gnu Make. The error is from the 
>>>"Making all in libmysql".
>>>
>>>In file included from libmysql.c:9:
>>>global.h:525: conflicting types for 'int8'
>>>/usr/include/sys/inttypes.h:622: previous delaration of 'int8'
>>>global.h:526: warning: redefinition of 'int16'
>>>/usr/include/sys/inttypes.h:623: warning: 'int16' previously declared here
>>>global.h:536: warning: redefinition of 'int32'
>>>/usr/include/sys/inttypes.h:624: warning: 'int32' previously declared here
>>>libmysql.c: In function 'connect2':
>>>libmysql.c:179: warning: passing arg 5 of 'getsockopt' from incompatible 
>>>pointer type
>>>
>>>After this, it just errors out and reports leaving directories.
>>>
>>>Oy!
>>>
>>>Jacob
>>>
>>>
>>>--
>>>PHP Install Mailing List (http://www.php.net/)
>>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>For additional commands, e-mail: [EMAIL PROTECTED]
>>>To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to