Excellent! It still generated the warning about the getsockopt, but it went 
right through. I'll let you know how it goes.

Many thanks!

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 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]

Reply via email to