Date: 06/28/00
- Next message: david ouellette: "Re: [PHP-INST] apache DSO support"
- Previous message: Cary Collett: "Re: [PHP-INST] apache DSO support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
First of all, greetings to all members.
I am trying to compile PHP (with apache module) in a RISC RS/6000 IBM hw
running AIX 4.3.2 with gcc 2.95.2.
It runs through the configure script Ok, but does not compile, echoeing the
errors mentioned below. I've skirmished every documentation of PHP but couldn't
find nothing related to it.
Note that I am not enabling the mySQL module and I'm using GNU Make.
So, if anyone is willing to help, I'd be glad.
-------------------------------
In file included from libmysql.c:11:
global.h:484: conflicting types for `int8'
/usr/include/sys/inttypes.h:584: previous declaration of `int8'
global.h:485: warning: redefinition of `int16'
/usr/include/sys/inttypes.h:585: warning: `int16' previously declared here
global.h:495: warning: redefinition of `int32'
/usr/include/sys/inttypes.h:586: warning: `int32' previously declared here
In file included from my_net.h:7,
from violite.h:12,
from libmysql.c:20:
/usr/include/arpa/inet.h:152: warning: `struct ether_addr' declared inside parameter list
/usr/include/arpa/inet.h:152: warning: its scope is only this definition or declaration, which is probably not what you want.
/usr/include/arpa/inet.h:153: warning: `struct ether_addr' declared inside parameter list
/usr/include/arpa/inet.h:154: warning: `struct ether_addr' declared inside parameter list
/usr/include/arpa/inet.h:159: warning: `struct sockaddr_dl' declared inside parameter list
/usr/include/arpa/inet.h:160: warning: `struct sockaddr_dl' declared inside parameter list
/usr/include/arpa/inet.h:161: warning: `struct sockaddr_dl' declared inside parameter list
libmysql.c: In function `net_safe_read':
libmysql.c:260: warning: `old_signal_handler' might be used uninitialized in this function
libmysql.c: In function `simple_command':
libmysql.c:389: warning: `old_signal_handler' might be used uninitialized in this function
libmysql.c: In function `end_server':
libmysql.c:612: warning: `old_signal_handler' might be used uninitialized in this function
libmysql.c: In function `mysql_real_connect':
libmysql.c:1116: warning: `old_signal_handler' might be used uninitialized in this function
make: 1254-004 The error code from the last command is 1.
-- ________________________________________ Alexandre Polli II - CPD PUCRS http://aegis.pucrs.br-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-install-unsubscribe <email protected> For additional commands, e-mail: php-install-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: david ouellette: "Re: [PHP-INST] apache DSO support"
- Previous message: Cary Collett: "Re: [PHP-INST] apache DSO support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

